| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | arm64-fcmp-opt.ll | 179 ; ARM64TargetLowering::LowerSETCC() 193 ; ARM64TargetLowering::LowerSETCC()
|
| /llvm-project-15.0.7/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.h | 88 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | LanaiISelLowering.cpp | 189 return LowerSETCC(Op, DAG); in LowerOperation() 974 SDValue LanaiTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { in LowerSETCC() function in LanaiTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.h | 98 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | MSP430ISelLowering.cpp | 347 case ISD::SETCC: return LowerSETCC(Op, DAG); in LowerOperation() 1143 SDValue MSP430TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { in LowerSETCC() function in MSP430TargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.h | 159 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | AVRISelLowering.cpp | 807 SDValue AVRTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { in LowerSETCC() function in llvm::AVRTargetLowering 858 return LowerSETCC(Op, DAG); in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.h | 136 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | WebAssemblyISelLowering.cpp | 1426 return LowerSETCC(Op, DAG); in LowerOperation() 2324 SDValue WebAssemblyTargetLowering::LowerSETCC(SDValue Op, in LowerSETCC() function in WebAssemblyTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.h | 209 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | M68kISelLowering.cpp | 1334 return LowerSETCC(Op, DAG); in LowerOperation() 1912 SDValue M68kTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { in LowerSETCC() function in M68kTargetLowering 2039 if (SDValue NewCond = LowerSETCC(Cond, DAG)) in LowerSELECT() 2274 if (SDValue NewCond = LowerSETCC(Cond, DAG)) in LowerBRCOND()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 217 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | HexagonISelLowering.cpp | 1029 SDValue HexagonTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { in LowerSETCC() function in HexagonTargetLowering 3230 case ISD::SETCC: return LowerSETCC(Op, DAG); in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1259 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | PPCISelLowering.cpp | 3501 SDValue PPCTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { in LowerSETCC() function in PPCTargetLowering 11149 case ISD::SETCC: return LowerSETCC(Op, DAG); in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 965 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | AArch64ISelLowering.cpp | 5371 return LowerSETCC(Op, DAG); in LowerOperation() 7996 SDValue AArch64TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { in LowerSETCC() function in AArch64TargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1573 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | X86ISelLowering.cpp | 24833 SDValue X86TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { in LowerSETCC() function in X86TargetLowering 25115 if (SDValue NewCond = LowerSETCC(Cond, DAG)) { in LowerSELECT() 32286 case ISD::STRICT_FSETCCS: return LowerSETCC(Op, DAG); in LowerOperation()
|