Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Target/MSP430/
HDMSP430ISelLowering.h90 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
HDMSP430ISelLowering.cpp196 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/
HDAArch64ISelLowering.h319 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
HDAArch64ISelLowering.cpp2722 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/
HDPPCISelLowering.h499 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
HDPPCISelLowering.cpp1533 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/
HDX86ISelLowering.h882 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
HDX86ISelLowering.cpp10079 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()