/external/mesa3d/src/gallium/drivers/radeon/ |
D | R600ISelLowering.h | 50 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
|
D | R600ISelLowering.cpp | 252 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/ |
D | arm64-fcmp-opt.ll | 179 ; ARM64TargetLowering::LowerSETCC() 193 ; ARM64TargetLowering::LowerSETCC()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.h | 91 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
|
D | MSP430ISelLowering.cpp | 192 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/ |
D | HexagonISelLowering.h | 148 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
|
D | HexagonISelLowering.cpp | 1215 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/ |
D | AArch64ISelLowering.h | 461 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
|
D | AArch64ISelLowering.cpp | 2248 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/ |
D | PPCISelLowering.h | 727 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
|
D | PPCISelLowering.cpp | 2237 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/ |
D | X86ISelLowering.h | 1030 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
|
D | X86ISelLowering.cpp | 14683 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()
|