Searched defs:getSetCCResultType (Results 1 - 14 of 14) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h75 EVT getSetCCResultType(EVT VT) const { function in class:llvm::DAGTypeLegalizer
76 return TLI.getSetCCResultType(*DAG.getContext(), VT);
H A DLegalizeDAG.cpp67 EVT getSetCCResultType(EVT VT) const { function in class:__anon10482::SelectionDAGLegalize
68 return TLI.getSetCCResultType(*DAG.getContext(), VT);
1607 SignBit = DAG.getSetCC(dl, getSetCCResultType(SignBit.getValueType()),
2522 SDValue SignBitTest = DAG.getSetCC(dl, getSetCCResultType(MVT::i64),
2535 SDValue Ne = DAG.getSetCC(dl, getSetCCResultType(MVT::i64),
2538 SDValue Ge = DAG.getSetCC(dl, getSetCCResultType(MVT::i64),
2560 SDValue SignSet = DAG.getSetCC(dl, getSetCCResultType(Op0.getValueType()),
3055 Tmp2 = DAG.getSetCC(dl, getSetCCResultType(VT),
3277 Tmp2 = DAG.getSetCC(dl, getSetCCResultType(Tmp1.getValueType()),
3630 EVT OType = getSetCCResultType(Nod
[all...]
H A DDAGCombiner.cpp436 /// Convenience wrapper around TargetLowering::getSetCCResultType
437 EVT getSetCCResultType(EVT VT) const { function in class:__anon10476::DAGCombiner
438 return TLI.getSetCCResultType(*DAG.getContext(), VT);
2762 getSetCCResultType(N0.getSimpleValueType())))))
3417 getSetCCResultType(N0.getValueType())))))
5255 SDValue SCC = SimplifySetCC(getSetCCResultType(N0.getValueType()),
5697 EVT SVT = getSetCCResultType(N0VT);
5732 EVT SetCCVT = getSetCCResultType(N0.getOperand(0).getValueType());
5988 if (getSetCCResultType(N0VT) == N0.getValueType())
7876 DAG.getSetCC(SDLoc(N), TLI.getSetCCResultType(*DA
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A DSIISelLowering.cpp252 EVT SITargetLowering::getSetCCResultType(EVT VT) const function in class:SITargetLowering
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1370 EVT TargetLoweringBase::getSetCCResultType(LLVMContext &, EVT VT) const { function in class:TargetLoweringBase
/external/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp1718 EVT R600TargetLowering::getSetCCResultType(LLVMContext &, EVT VT) const { function in class:R600TargetLowering
H A DSIISelLowering.cpp630 EVT SITargetLowering::getSetCCResultType(LLVMContext &Ctx, EVT VT) const { function in class:SITargetLowering
1104 EVT SetCCVT = getSetCCResultType(*DAG.getContext(), MVT::f32);
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1705 EVT SparcTargetLowering::getSetCCResultType(LLVMContext &, EVT VT) const { function in class:SparcTargetLowering
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp445 EVT MipsTargetLowering::getSetCCResultType(LLVMContext &, EVT VT) const { function in class:MipsTargetLowering
1623 getSetCCResultType(*DAG.getContext(), Ty),
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp324 EVT SystemZTargetLowering::getSetCCResultType(LLVMContext &, EVT VT) const { function in class:SystemZTargetLowering
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp700 EVT AArch64TargetLowering::getSetCCResultType(LLVMContext &, EVT VT) const { function in class:AArch64TargetLowering
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1141 EVT ARMTargetLowering::getSetCCResultType(LLVMContext &, EVT VT) const { function in class:ARMTargetLowering
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1041 EVT PPCTargetLowering::getSetCCResultType(LLVMContext &C, EVT VT) const { function in class:PPCTargetLowering
7740 EVT SVT = getSetCCResultType(*DAG.getContext(), N->getValueType(0));
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1597 EVT X86TargetLowering::getSetCCResultType(LLVMContext &, EVT VT) const { function in class:X86TargetLowering
11799 getSetCCResultType(*DAG.getContext(), MVT::i64),
21168 TLI.getSetCCResultType(*DAG.getContext(), VT) == CondVT) {

Completed in 560 milliseconds