Searched refs:LowerSETCC (Results 1 – 8 of 8) sorted by relevance
| /trueos/contrib/llvm/lib/Target/MSP430/ |
| HD | MSP430ISelLowering.h | 90 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
|
| HD | MSP430ISelLowering.cpp | 196 case ISD::SETCC: return LowerSETCC(Op, DAG); in LowerOperation() 913 SDValue MSP430TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { in LowerSETCC() function in MSP430TargetLowering
|
| /trueos/contrib/llvm/lib/Target/AArch64/ |
| HD | AArch64ISelLowering.h | 319 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
|
| HD | AArch64ISelLowering.cpp | 2722 AArch64TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { in LowerSETCC() function in AArch64TargetLowering 2887 case ISD::SETCC: return LowerSETCC(Op, DAG); in LowerOperation()
|
| /trueos/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCISelLowering.h | 499 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
|
| HD | PPCISelLowering.cpp | 1533 SDValue PPCTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { in LowerSETCC() function in PPCTargetLowering 5775 case ISD::SETCC: return LowerSETCC(Op, DAG); in LowerOperation()
|
| /trueos/contrib/llvm/lib/Target/X86/ |
| HD | X86ISelLowering.h | 882 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
|
| HD | X86ISelLowering.cpp | 10079 SDValue X86TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { in LowerSETCC() function in X86TargetLowering 10208 SDValue NewCond = LowerSETCC(Cond, DAG); in LowerSELECT() 10521 SDValue NewCond = LowerSETCC(Cond, DAG); in LowerBRCOND() 13437 case ISD::SETCC: return LowerSETCC(Op, DAG); in LowerOperation()
|