Home
last modified time | relevance | path

Searched refs:LowerSETCC (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
DR600ISelLowering.h50 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
DR600ISelLowering.cpp252 case ISD::SETCC: return LowerSETCC(Op, DAG); in LowerOperation()
499 SDValue R600TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const in LowerSETCC() function in R600TargetLowering
/external/llvm/test/CodeGen/AArch64/
Darm64-fcmp-opt.ll179 ; ARM64TargetLowering::LowerSETCC()
193 ; ARM64TargetLowering::LowerSETCC()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h91 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
DMSP430ISelLowering.cpp192 case ISD::SETCC: return LowerSETCC(Op, DAG); in LowerOperation()
908 SDValue MSP430TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { in LowerSETCC() function in MSP430TargetLowering
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h148 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
DHexagonISelLowering.cpp1215 SDValue HexagonTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { in LowerSETCC() function in HexagonTargetLowering
2607 case ISD::SETCC: return LowerSETCC(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h461 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
DAArch64ISelLowering.cpp2248 return LowerSETCC(Op, DAG); in LowerOperation()
3817 SDValue AArch64TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { in LowerSETCC() function in AArch64TargetLowering
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h727 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
DPPCISelLowering.cpp2237 SDValue PPCTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { in LowerSETCC() function in PPCTargetLowering
7957 case ISD::SETCC: return LowerSETCC(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h1030 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
DX86ISelLowering.cpp14683 SDValue X86TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { in LowerSETCC() function in X86TargetLowering
14909 SDValue NewCond = LowerSETCC(Cond, DAG); in LowerSELECT()
15479 SDValue NewCond = LowerSETCC(Cond, DAG); in LowerBRCOND()
20095 case ISD::SETCC: return LowerSETCC(Op, DAG); in LowerOperation()