/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1348 SETOLE, // 0 1 0 1 True if ordered and less than or equal enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | Analysis.cpp | 197 case FCmpInst::FCMP_OLE: return ISD::SETOLE; in getFCmpCondCode() 217 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE; in getFCmpCodeWithoutNaN()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
H A D | VEISelDAGToDAG.cpp | 74 case ISD::SETOLE: in fpCondCode2Fcc()
|
H A D | VEInstrInfo.td | 2083 def : Pat<(f64 (selectcc f64:$LHS, f64:$RHS, f64:$LHS, f64:$RHS, SETOLE)), 2085 def : Pat<(f32 (selectcc f32:$LHS, f32:$RHS, f32:$LHS, f32:$RHS, SETOLE)),
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrFloat.td | 84 defm LE : ComparisonFP<SETOLE, "le ", 0x5f, 0x65>;
|
H A D | WebAssemblyInstrSIMD.td | 680 defm LE : SIMDConditionFP<"le", SETOLE, 69>;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 442 case ISD::SETOLE: return "setole"; in getOperationName()
|
H A D | TargetLowering.cpp | 345 case ISD::SETOLE: in softenSetCCOperands() 4190 case ISD::SETOEQ: NewCond = IsNegInf ? ISD::SETOLE : ISD::SETOGE; break; in SimplifySetCC() 8865 case ISD::SETOLE: in LegalizeSetCCCondCode()
|
H A D | SelectionDAG.cpp | 2226 case ISD::SETOLE: in FoldSetCC() 2308 case ISD::SETOLE: return getBoolConstant(R==APFloat::cmpLessThan || in FoldSetCC()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstructions.td | 273 def COND_OLE : PatFrags<(ops), [(OtherVT SETOLE), (OtherVT SETLE)]>;
|
H A D | SIWholeQuadMode.cpp | 843 case ISD::SETOLE: in lowerKillF32()
|
H A D | R600ISelLowering.cpp | 103 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand); in R600TargetLowering()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 4055 case ISD::SETOLE: in SelectCC() 4082 case ISD::SETOLE: in SelectCC() 4111 case ISD::SETOLE: in getPredicateForSetCC() 4164 case ISD::SETOLE: in getCRIdxForSetCC() 4187 case ISD::SETOLE: CC = ISD::SETOGE; Swap = true; break; in getVCmpInst()
|
H A D | PPCISelLowering.cpp | 621 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand); in PPCTargetLowering() 622 setCondCodeAction(ISD::SETOLE, MVT::f64, Expand); in PPCTargetLowering() 1162 setCondCodeAction(ISD::SETOLE, MVT::f128, Expand); in PPCTargetLowering() 7867 case ISD::SETOLE: in LowerSELECT_CC() 7908 case ISD::SETOLE: in LowerSELECT_CC()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoVSDPatterns.td | 655 defm : VPatFPSetCCSDNode_VV_VF_FV<SETOLE, "PseudoVMFLE", "PseudoVMFGE">;
|
H A D | RISCVInstrInfoVVLPatterns.td | 928 defm : VPatFPSetCCVL_VV_VF_FV<SETOLE, "PseudoVMFLE", "PseudoVMFGE">;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 1547 case ISD::SETOLE: in TranslateM68kCC() 1570 case ISD::SETOLE: // flipped in TranslateM68kCC()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 722 def SETOLE : CondCode<"FCMP_OLE">; 1322 (setcc node:$lhs, node:$rhs, SETOLE)>;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.cpp | 853 case ISD::SETOLE: in IntCondCCodeToICC()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelDAGToDAG.cpp | 551 case ISD::SETOLE: in getPTXCmpMode()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsMSAInstrInfo.td | 132 def vfsetole_v4f32 : vfsetcc_type<v4i32, v4f32, SETOLE>; 133 def vfsetole_v2f64 : vfsetcc_type<v2i64, v2f64, SETOLE>;
|
H A D | MipsSEISelLowering.cpp | 1831 Op->getOperand(2), ISD::SETOLE); in lowerINTRINSIC_WO_CHAIN()
|
H A D | MipsISelLowering.cpp | 613 case ISD::SETOLE: return Mips::FCOND_OLE; in condCodeToFCC()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 1394 case ISD::SETOLE: return SPCC::FCC_LE; in FPCondCCodeToFCC()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 1964 case ISD::SETOLE: CondCode = ARMCC::LS; break; in FPCCToARMCC() 4931 if (CC == ISD::SETUGE || CC == ISD::SETOGE || CC == ISD::SETOLE || in checkVSELConstraints() 4942 if (CC == ISD::SETOLE || CC == ISD::SETULE || CC == ISD::SETOLT || in checkVSELConstraints() 6497 case ISD::SETOLE: in LowerVSETCC()
|