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

/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h146 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DAVRISelLowering.cpp650 SDValue AVRTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { function in class:llvm::AVRTargetLowering
701 return LowerSETCC(Op, DAG);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h98 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DMSP430ISelLowering.cpp348 case ISD::SETCC: return LowerSETCC(Op, DAG);
1142 SDValue MSP430TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { function in class:MSP430TargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h118 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DWebAssemblyISelLowering.cpp1126 return LowerSETCC(Op, DAG);
1611 SDValue WebAssemblyTargetLowering::LowerSETCC(SDValue Op, function in class:WebAssemblyTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h213 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DHexagonISelLowering.cpp1008 SDValue HexagonTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { function in class:HexagonTargetLowering
3071 case ISD::SETCC: return LowerSETCC(Op, DAG);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h833 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DAArch64ISelLowering.cpp3440 return LowerSETCC(Op, DAG);
5637 SDValue AArch64TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { function in class:AArch64TargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1099 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DPPCISelLowering.cpp3193 SDValue PPCTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { function in class:PPCTargetLowering
11148 case ISD::SETCC: return LowerSETCC(Op, DAG);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1492 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DX86ISelLowering.cpp22778 SDValue X86TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const {
23022 if (SDValue NewCond = LowerSETCC(Cond, DAG)) {
[all...]

Completed in 360 milliseconds