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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DSIISelLowering.cpp252 EVT SITargetLowering::getSetCCResultType(EVT VT) const function in class:SITargetLowering
/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.cpp62 EVT getSetCCResultType(EVT VT) const { function in class:__anon25802::SelectionDAGLegalize
63 return TLI.getSetCCResultType(*DAG.getContext(), VT);
1593 SignBit = DAG.getSetCC(dl, getSetCCResultType(SignBit.getValueType()),
2510 SDValue SignBitTest = DAG.getSetCC(dl, getSetCCResultType(MVT::i64),
2523 SDValue Ne = DAG.getSetCC(dl, getSetCCResultType(MVT::i64),
2526 SDValue Ge = DAG.getSetCC(dl, getSetCCResultType(MVT::i64),
2548 SDValue SignSet = DAG.getSetCC(dl, getSetCCResultType(Op0.getValueType()),
3224 Tmp2 = DAG.getSetCC(dl, getSetCCResultType(VT),
3446 Tmp2 = DAG.getSetCC(dl, getSetCCResultType(Tmp1.getValueType()),
3741 EVT OType = getSetCCResultType(Nod
[all...]
H A DDAGCombiner.cpp384 /// getSetCCResultType - Convenience wrapper around
385 /// TargetLowering::getSetCCResultType
386 EVT getSetCCResultType(EVT VT) const { function in class:__anon25798::DAGCombiner
387 return TLI.getSetCCResultType(*DAG.getContext(), VT);
2814 getSetCCResultType(N0.getSimpleValueType())))))
3394 getSetCCResultType(N0.getValueType())))))
4761 SDValue SCC = SimplifySetCC(getSetCCResultType(N0.getValueType()),
5098 EVT SVT = getSetCCResultType(N0VT);
5133 EVT SetCCVT = getSetCCResultType(N0.getOperand(0).getValueType());
5140 EVT SelectVT = getSetCCResultType(V
[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.cpp1184 EVT TargetLoweringBase::getSetCCResultType(LLVMContext &, EVT VT) const { function in class:TargetLoweringBase
/external/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp1715 EVT R600TargetLowering::getSetCCResultType(LLVMContext &, EVT VT) const { function in class:R600TargetLowering
H A DSIISelLowering.cpp567 EVT SITargetLowering::getSetCCResultType(LLVMContext &, EVT VT) const { function in class:SITargetLowering
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1702 EVT SparcTargetLowering::getSetCCResultType(LLVMContext &, EVT VT) const { function in class:SparcTargetLowering
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp422 EVT MipsTargetLowering::getSetCCResultType(LLVMContext &, EVT VT) const { function in class:MipsTargetLowering
1549 getSetCCResultType(*DAG.getContext(), Ty),
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp312 EVT SystemZTargetLowering::getSetCCResultType(LLVMContext &, EVT VT) const { function in class:SystemZTargetLowering
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1615 EVT X86TargetLowering::getSetCCResultType(LLVMContext &, EVT VT) const { function in class:X86TargetLowering
10953 getSetCCResultType(*DAG.getContext(), MVT::i64),
19599 TLI.getSetCCResultType(*DAG.getContext(), VT) == CondVT &&
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp559 EVT AArch64TargetLowering::getSetCCResultType(LLVMContext &, EVT VT) const { function in class:AArch64TargetLowering
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1071 EVT ARMTargetLowering::getSetCCResultType(LLVMContext &, EVT VT) const { function in class:ARMTargetLowering
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp825 EVT PPCTargetLowering::getSetCCResultType(LLVMContext &, EVT VT) const { function in class:PPCTargetLowering
6198 EVT SVT = getSetCCResultType(*DAG.getContext(), N->getValueType(0));
8012 DAG.getSetCC(dl, getSetCCResultType(*DAG.getContext(), VT),

Completed in 2709 milliseconds