| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 98 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in R600TargetLowering() 99 setCondCodeAction(ISD::SETUO, MVT::f32, Expand); in R600TargetLowering() 100 setCondCodeAction(ISD::SETLT, MVT::f32, Expand); in R600TargetLowering() 101 setCondCodeAction(ISD::SETLE, MVT::f32, Expand); in R600TargetLowering() 102 setCondCodeAction(ISD::SETOLT, MVT::f32, Expand); in R600TargetLowering() 103 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand); in R600TargetLowering() 104 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in R600TargetLowering() 105 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in R600TargetLowering() 106 setCondCodeAction(ISD::SETUGE, MVT::f32, Expand); in R600TargetLowering() 111 setCondCodeAction(ISD::SETLE, MVT::i32, Expand); in R600TargetLowering() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelLowering.cpp | 363 setCondCodeAction(ISD::SETNE, Ty, Expand); in addMSAIntType() 364 setCondCodeAction(ISD::SETGE, Ty, Expand); in addMSAIntType() 365 setCondCodeAction(ISD::SETGT, Ty, Expand); in addMSAIntType() 366 setCondCodeAction(ISD::SETUGE, Ty, Expand); in addMSAIntType() 367 setCondCodeAction(ISD::SETUGT, Ty, Expand); in addMSAIntType() 400 setCondCodeAction(ISD::SETOGE, Ty, Expand); in addMSAFloatType() 401 setCondCodeAction(ISD::SETOGT, Ty, Expand); in addMSAFloatType() 402 setCondCodeAction(ISD::SETUGE, Ty, Expand); in addMSAFloatType() 403 setCondCodeAction(ISD::SETUGT, Ty, Expand); in addMSAFloatType() 404 setCondCodeAction(ISD::SETGE, Ty, Expand); in addMSAFloatType() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 139 setCondCodeAction(ISD::SETNE, T, Expand); in initializeHVXLowering() 140 setCondCodeAction(ISD::SETLE, T, Expand); in initializeHVXLowering() 141 setCondCodeAction(ISD::SETGE, T, Expand); in initializeHVXLowering() 142 setCondCodeAction(ISD::SETLT, T, Expand); in initializeHVXLowering() 143 setCondCodeAction(ISD::SETULE, T, Expand); in initializeHVXLowering() 144 setCondCodeAction(ISD::SETUGE, T, Expand); in initializeHVXLowering() 145 setCondCodeAction(ISD::SETULT, T, Expand); in initializeHVXLowering()
|
| H A D | HexagonISelLowering.cpp | 1740 setCondCodeAction(ISD::SETNE, VT, Expand); in HexagonTargetLowering() 1741 setCondCodeAction(ISD::SETLE, VT, Expand); in HexagonTargetLowering() 1742 setCondCodeAction(ISD::SETGE, VT, Expand); in HexagonTargetLowering() 1743 setCondCodeAction(ISD::SETLT, VT, Expand); in HexagonTargetLowering() 1744 setCondCodeAction(ISD::SETULE, VT, Expand); in HexagonTargetLowering() 1745 setCondCodeAction(ISD::SETUGE, VT, Expand); in HexagonTargetLowering() 1746 setCondCodeAction(ISD::SETULT, VT, Expand); in HexagonTargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 615 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in PPCTargetLowering() 616 setCondCodeAction(ISD::SETO, MVT::f64, Expand); in PPCTargetLowering() 620 setCondCodeAction(ISD::SETULT, MVT::f32, Expand); in PPCTargetLowering() 621 setCondCodeAction(ISD::SETULT, MVT::f64, Expand); in PPCTargetLowering() 622 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in PPCTargetLowering() 623 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in PPCTargetLowering() 624 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in PPCTargetLowering() 625 setCondCodeAction(ISD::SETUEQ, MVT::f64, Expand); in PPCTargetLowering() 626 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in PPCTargetLowering() 627 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in PPCTargetLowering() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 343 setCondCodeAction(ISD::SETO, VT, Expand); in AArch64TargetLowering() 344 setCondCodeAction(ISD::SETOLT, VT, Expand); in AArch64TargetLowering() 345 setCondCodeAction(ISD::SETLT, VT, Expand); in AArch64TargetLowering() 346 setCondCodeAction(ISD::SETOLE, VT, Expand); in AArch64TargetLowering() 347 setCondCodeAction(ISD::SETLE, VT, Expand); in AArch64TargetLowering() 348 setCondCodeAction(ISD::SETULT, VT, Expand); in AArch64TargetLowering() 349 setCondCodeAction(ISD::SETULE, VT, Expand); in AArch64TargetLowering() 350 setCondCodeAction(ISD::SETUGE, VT, Expand); in AArch64TargetLowering() 1493 setCondCodeAction(ISD::SETO, VT, Expand); in addTypeForFixedLengthSVE() 1495 setCondCodeAction(ISD::SETLT, VT, Expand); in addTypeForFixedLengthSVE() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 117 setCondCodeAction(CC, T, Expand); in WebAssemblyTargetLowering() 237 setCondCodeAction(CC, MVT::v2i64, Custom); in WebAssemblyTargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 322 setCondCodeAction(CC, MVT::f16, Expand); in RISCVTargetLowering() 338 setCondCodeAction(CC, MVT::f32, Expand); in RISCVTargetLowering() 359 setCondCodeAction(CC, MVT::f64, Expand); in RISCVTargetLowering() 599 setCondCodeAction(CC, VT, Expand); in RISCVTargetLowering() 817 setCondCodeAction(CC, VT, Expand); in RISCVTargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 2251 void setCondCodeAction(ISD::CondCode CC, MVT VT, in setCondCodeAction() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 204 setCondCodeAction(ISD::SETOEQ, VT, Expand); in X86TargetLowering() 205 setCondCodeAction(ISD::SETUNE, VT, Expand); in X86TargetLowering() 984 setCondCodeAction(ISD::SETLT, VT, Custom); in X86TargetLowering() 985 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering() 1323 setCondCodeAction(ISD::SETLT, VT, Custom); in X86TargetLowering() 1324 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering() 1664 setCondCodeAction(ISD::SETLT, VT, Custom); in X86TargetLowering() 1665 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering()
|