Searched refs:LowerSETCC (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.h88 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DLanaiISelLowering.cpp193 return LowerSETCC(Op, DAG);
969 SDValue LanaiTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { function in class:LanaiTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h119 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DWebAssemblyISelLowering.cpp1031 return LowerSETCC(Op, DAG);
1497 SDValue WebAssemblyTargetLowering::LowerSETCC(SDValue Op, function in class:WebAssemblyTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h94 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DMSP430ISelLowering.cpp348 case ISD::SETCC: return LowerSETCC(Op, DAG);
1144 SDValue MSP430TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { function in class:MSP430TargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h146 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DAVRISelLowering.cpp651 SDValue AVRTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { function in class:llvm::AVRTargetLowering
702 return LowerSETCC(Op, DAG);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h213 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DHexagonISelLowering.cpp864 SDValue HexagonTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { function in class:HexagonTargetLowering
2933 case ISD::SETCC: return LowerSETCC(Op, DAG);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h709 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DAArch64ISelLowering.cpp3163 return LowerSETCC(Op, DAG);
5213 SDValue AArch64TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { function in class:AArch64TargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1059 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DPPCISelLowering.cpp3037 SDValue PPCTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { function in class:PPCTargetLowering
10463 case ISD::SETCC: return LowerSETCC(Op, DAG);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1368 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DX86ISelLowering.cpp21891 SDValue X86TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const {
22158 if (SDValue NewCond = LowerSETCC(Cond, DAG)) {
22838 if (SDValue NewCond = LowerSETCC(Cond, DAG))
[all...]

Completed in 541 milliseconds