| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 228 setCondCodeAction(ISD::SETNE, T, Expand); in initializeHVXLowering() 229 setCondCodeAction(ISD::SETLE, T, Expand); in initializeHVXLowering() 230 setCondCodeAction(ISD::SETGE, T, Expand); in initializeHVXLowering() 231 setCondCodeAction(ISD::SETLT, T, Expand); in initializeHVXLowering() 232 setCondCodeAction(ISD::SETULE, T, Expand); in initializeHVXLowering() 233 setCondCodeAction(ISD::SETUGE, T, Expand); in initializeHVXLowering() 234 setCondCodeAction(ISD::SETULT, T, Expand); in initializeHVXLowering() 296 setCondCodeAction(ISD::SETNE, MVT::v64f16, Expand); in initializeHVXLowering() 297 setCondCodeAction(ISD::SETLE, MVT::v64f16, Expand); in initializeHVXLowering() 298 setCondCodeAction(ISD::SETGE, MVT::v64f16, Expand); in initializeHVXLowering() [all …]
|
| H A D | HexagonISelLowering.cpp | 1734 setCondCodeAction(ISD::SETNE, VT, Expand); in HexagonTargetLowering() 1735 setCondCodeAction(ISD::SETLE, VT, Expand); in HexagonTargetLowering() 1736 setCondCodeAction(ISD::SETGE, VT, Expand); in HexagonTargetLowering() 1737 setCondCodeAction(ISD::SETLT, VT, Expand); in HexagonTargetLowering() 1738 setCondCodeAction(ISD::SETULE, VT, Expand); in HexagonTargetLowering() 1739 setCondCodeAction(ISD::SETUGE, VT, Expand); in HexagonTargetLowering() 1740 setCondCodeAction(ISD::SETULT, VT, Expand); in HexagonTargetLowering()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelLowering.cpp | 356 setCondCodeAction(ISD::SETNE, Ty, Expand); in addMSAIntType() 357 setCondCodeAction(ISD::SETGE, Ty, Expand); in addMSAIntType() 358 setCondCodeAction(ISD::SETGT, Ty, Expand); in addMSAIntType() 359 setCondCodeAction(ISD::SETUGE, Ty, Expand); in addMSAIntType() 360 setCondCodeAction(ISD::SETUGT, Ty, Expand); in addMSAIntType() 393 setCondCodeAction(ISD::SETOGE, Ty, Expand); in addMSAFloatType() 394 setCondCodeAction(ISD::SETOGT, Ty, Expand); in addMSAFloatType() 395 setCondCodeAction(ISD::SETUGE, Ty, Expand); in addMSAFloatType() 396 setCondCodeAction(ISD::SETUGT, Ty, Expand); in addMSAFloatType() 397 setCondCodeAction(ISD::SETGE, Ty, Expand); in addMSAFloatType() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 647 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in PPCTargetLowering() 648 setCondCodeAction(ISD::SETO, MVT::f64, Expand); in PPCTargetLowering() 652 setCondCodeAction(ISD::SETULT, MVT::f32, Expand); in PPCTargetLowering() 653 setCondCodeAction(ISD::SETULT, MVT::f64, Expand); in PPCTargetLowering() 654 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in PPCTargetLowering() 655 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in PPCTargetLowering() 656 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in PPCTargetLowering() 657 setCondCodeAction(ISD::SETUEQ, MVT::f64, Expand); in PPCTargetLowering() 658 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in PPCTargetLowering() 659 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in PPCTargetLowering() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 72 setCondCodeAction(FPCCToExpand, MVT::f32, Expand); in LoongArchTargetLowering() 76 setCondCodeAction(FPCCToExpand, MVT::f64, Expand); in LoongArchTargetLowering()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 2404 void setCondCodeAction(ArrayRef<ISD::CondCode> CCs, MVT VT, in setCondCodeAction() function 2418 void setCondCodeAction(ArrayRef<ISD::CondCode> CCs, ArrayRef<MVT> VTs, in setCondCodeAction() function 2421 setCondCodeAction(CCs, VT, Action); in setCondCodeAction()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 1336 setCondCodeAction(ISD::SETO, VT, Expand); in AArch64TargetLowering() 1593 setCondCodeAction(ISD::SETO, VT, Expand); in addTypeForFixedLengthSVE() 1594 setCondCodeAction(ISD::SETOLT, VT, Expand); in addTypeForFixedLengthSVE() 1595 setCondCodeAction(ISD::SETLT, VT, Expand); in addTypeForFixedLengthSVE() 1596 setCondCodeAction(ISD::SETOLE, VT, Expand); in addTypeForFixedLengthSVE() 1597 setCondCodeAction(ISD::SETLE, VT, Expand); in addTypeForFixedLengthSVE() 1598 setCondCodeAction(ISD::SETULT, VT, Expand); in addTypeForFixedLengthSVE() 1599 setCondCodeAction(ISD::SETULE, VT, Expand); in addTypeForFixedLengthSVE() 1600 setCondCodeAction(ISD::SETUGE, VT, Expand); in addTypeForFixedLengthSVE() 1601 setCondCodeAction(ISD::SETUGT, VT, Expand); in addTypeForFixedLengthSVE() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 86 setCondCodeAction({ISD::SETO, ISD::SETUO, ISD::SETLT, ISD::SETLE, ISD::SETOLT, in R600TargetLowering() 91 setCondCodeAction({ISD::SETLE, ISD::SETLT, ISD::SETULE, ISD::SETULT}, in R600TargetLowering()
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 121 setCondCodeAction(CC, T, Expand); in WebAssemblyTargetLowering() 245 setCondCodeAction(CC, MVT::v2i64, Custom); in WebAssemblyTargetLowering()
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.cpp | 129 setCondCodeAction(CC, VT, Expand); in CSKYTargetLowering()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | WritingAnLLVMBackend.rst | 1375 * ``setCondCodeAction`` --- Support for a given condition code. 1378 ``setLoadExtAction``. Also, on older releases, ``setCondCodeAction`` may not
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 326 setCondCodeAction(FPCCToExpand, MVT::f16, Expand); in RISCVTargetLowering() 348 setCondCodeAction(FPCCToExpand, MVT::f32, Expand); in RISCVTargetLowering() 364 setCondCodeAction(FPCCToExpand, MVT::f64, Expand); in RISCVTargetLowering() 658 setCondCodeAction(VFPCCToExpand, VT, Expand); in RISCVTargetLowering() 907 setCondCodeAction(VFPCCToExpand, VT, Expand); in RISCVTargetLowering()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 195 setCondCodeAction(ISD::SETOEQ, VT, Expand); in X86TargetLowering() 196 setCondCodeAction(ISD::SETUNE, VT, Expand); in X86TargetLowering() 1082 setCondCodeAction(ISD::SETLT, VT, Custom); in X86TargetLowering() 1083 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering() 1432 setCondCodeAction(ISD::SETLT, VT, Custom); in X86TargetLowering() 1433 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering() 1805 setCondCodeAction(ISD::SETLT, VT, Custom); in X86TargetLowering() 1806 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering() 2089 setCondCodeAction(ISD::SETOEQ, MVT::f16, Expand); in X86TargetLowering() 2090 setCondCodeAction(ISD::SETUNE, MVT::f16, Expand); in X86TargetLowering()
|