| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1347 SETOLT, // 0 1 0 0 True if ordered and less than enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | Analysis.cpp | 196 case FCmpInst::FCMP_OLT: return ISD::SETOLT; in getFCmpCondCode() 216 case ISD::SETOLT: case ISD::SETULT: return ISD::SETLT; in getFCmpCodeWithoutNaN()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
| H A D | VEISelDAGToDAG.cpp | 68 case ISD::SETOLT: in fpCondCode2Fcc()
|
| H A D | VEInstrInfo.td | 2075 def : Pat<(f64 (selectcc f64:$LHS, f64:$RHS, f64:$LHS, f64:$RHS, SETOLT)), 2077 def : Pat<(f32 (selectcc f32:$LHS, f32:$RHS, f32:$LHS, f32:$RHS, SETOLT)),
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrFloat.td | 83 defm LT : ComparisonFP<SETOLT, "lt ", 0x5d, 0x63>;
|
| H A D | WebAssemblyInstrSIMD.td | 668 defm LT : SIMDConditionFP<"lt", SETOLT, 67>;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 441 case ISD::SETOLT: return "setolt"; in getOperationName()
|
| H A D | TargetLowering.cpp | 339 case ISD::SETOLT: in softenSetCCOperands() 4193 case ISD::SETONE: NewCond = IsNegInf ? ISD::SETOGT : ISD::SETOLT; break; in SimplifySetCC() 8853 TLI.isCondCodeLegal(ISD::SETOLT, OpVT))) { in LegalizeSetCCCondCode() 8855 CC2 = ISD::SETOLT; in LegalizeSetCCCondCode() 8864 case ISD::SETOLT: in LegalizeSetCCCondCode()
|
| H A D | SelectionDAG.cpp | 542 case ISD::SETOLT: Result = ISD::SETULT ; break; // SETULT & SETNE in getSetCCAndOperation() 2225 case ISD::SETOLT: in FoldSetCC() 2298 case ISD::SETOLT: return getBoolConstant(R==APFloat::cmpLessThan, dl, VT, in FoldSetCC()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructions.td | 272 def COND_OLT : PatFrags<(ops), [(OtherVT SETOLT), (OtherVT SETLT)]>;
|
| H A D | SIWholeQuadMode.cpp | 839 case ISD::SETOLT: in lowerKillF32()
|
| H A D | R600ISelLowering.cpp | 102 setCondCodeAction(ISD::SETOLT, MVT::f32, Expand); in R600TargetLowering()
|
| H A D | AMDGPUISelLowering.cpp | 1411 case ISD::SETOLT: in combineFMinMaxLegacy() 2285 SDValue Lt0 = DAG.getSetCC(SL, SetCCVT, Src, Zero, ISD::SETOLT); in LowerFFLOOR()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 4046 case ISD::SETOLT: in SelectCC() 4073 case ISD::SETOLT: in SelectCC() 4121 case ISD::SETOLT: in getPredicateForSetCC() 4148 case ISD::SETOLT: in getCRIdxForSetCC() 4188 case ISD::SETOLT: CC = ISD::SETOGT; Swap = true; break; in getVCmpInst()
|
| H A D | PPCInstrInfo.td | 4091 def : Pat<(i1 (SetCC Ty:$s1, Ty:$s2, SETOLT)), 4135 def : Pat<(i1 (any_fsetccs f32:$s1, f32:$s2, SETOLT)), 4162 def : Pat<(i1 (any_fsetccs f64:$s1, f64:$s2, SETOLT)),
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoVSDPatterns.td | 652 defm : VPatFPSetCCSDNode_VV_VF_FV<SETOLT, "PseudoVMFLT", "PseudoVMFGT">;
|
| H A D | RISCVInstrInfoVVLPatterns.td | 925 defm : VPatFPSetCCVL_VV_VF_FV<SETOLT, "PseudoVMFLT", "PseudoVMFGT">;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 1546 case ISD::SETOLT: in TranslateM68kCC() 1566 case ISD::SETOLT: // flipped in TranslateM68kCC()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 721 def SETOLT : CondCode<"FCMP_OLT">; 1320 (setcc node:$lhs, node:$rhs, SETOLT)>;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 854 case ISD::SETOLT: in IntCondCCodeToICC()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 2110 DAG.getConstantFP(0.5, SL, VT), ISD::SETOLT); in LowerFROUND32() 2136 DAG.getConstantFP(0.5, SL, VT), ISD::SETOLT); in LowerFROUND64()
|
| H A D | NVPTXISelDAGToDAG.cpp | 549 case ISD::SETOLT: in getPTXCmpMode()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsMSAInstrInfo.td | 134 def vfsetolt_v4f32 : vfsetcc_type<v4i32, v4f32, SETOLT>; 135 def vfsetolt_v2f64 : vfsetcc_type<v2i64, v2f64, SETOLT>;
|
| H A D | MipsSEISelLowering.cpp | 1835 Op->getOperand(2), ISD::SETOLT); in lowerINTRINSIC_WO_CHAIN()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 1390 case ISD::SETOLT: return SPCC::FCC_L; in FPCondCCodeToFCC()
|