/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 718 SETOLT, // 0 1 0 0 True if ordered and less than enumerator
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 856 SETOLT, // 0 1 0 0 True if ordered and less than enumerator
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | README.txt | 70 SETOLT unimplemented
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 168 case FCmpInst::FCMP_OLT: return ISD::SETOLT; in getFCmpCondCode() 188 case ISD::SETOLT: case ISD::SETULT: return ISD::SETLT; in getFCmpCodeWithoutNaN()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | Analysis.cpp | 158 case FCmpInst::FCMP_OLT: FOC = ISD::SETLT; FPC = ISD::SETOLT; break; in getFCmpCondCode()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrFloat.td | 57 defm LT : ComparisonFP<SETOLT, "lt ">;
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaISelDAGToDAG.cpp | 313 case ISD::SETLT: case ISD::SETOLT: case ISD::SETULT: in Select()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 556 case ISD::SETOLT: in getPredicateForSetCC() 583 case ISD::SETOLT: in getCRIdxForSetCC()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeInstrFPU.td | 172 def : Pat<(setcc (f32 GPR:$L), (f32 GPR:$R), SETOLT),
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 334 case ISD::SETOLT: return "setolt"; in getOperationName()
|
D | TargetLowering.cpp | 180 case ISD::SETOLT: in softenSetCCOperands() 1969 return DAG.getSetCC(dl, VT, N0, N1, ISD::SETOLT); in SimplifySetCC()
|
D | SelectionDAG.cpp | 327 case ISD::SETOLT: Result = ISD::SETULT ; break; // SETULT & SETNE in getSetCCAndOperation() 1910 case ISD::SETOLT: in FoldSetCC() 1958 case ISD::SETOLT: return getConstant(R==APFloat::cmpLessThan, dl, VT); in FoldSetCC()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetSelectionDAG.td | 492 def SETOGE : CondCode; def SETOLT : CondCode; def SETOLE : CondCode; 776 (setcc node:$lhs, node:$rhs, SETOLT)>;
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 676 case ISD::SETOLT: in EmitCmp()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructions.td | 106 [{return N->get() == ISD::SETOLT || N->get() == ISD::SETLT;}]
|
D | AMDGPUISelLowering.cpp | 985 case ISD::SETOLT: in CombineFMinMaxLegacy() 1840 SDValue Lt0 = DAG.getSetCC(SL, SetCCVT, Src, Zero, ISD::SETOLT); in LowerFFLOOR()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 592 def SETOGE : CondCode; def SETOLT : CondCode; def SETOLE : CondCode; 979 (setcc node:$lhs, node:$rhs, SETOLT)>;
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 2101 case ISD::SETOLT: in getPredicateForSetCC() 2124 case ISD::SETOLT: in getCRIdxForSetCC() 2163 case ISD::SETOLT: CC = ISD::SETOGT; Swap = true; break; in getVCmpInst()
|
D | PPCInstrQPX.td | 462 (setcc v4f64:$FRA, v4f64:$FRB, SETOLT))]>; 467 (setcc v4f32:$FRA, v4f32:$FRB, SETOLT))]>;
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXInstrInfo.td | 588 defm SETPLTf32 : PTX_SETP_FP<RegF32, "f32", f32imm, SETULT, SETOLT, "lt">; 597 defm SETPLTf64 : PTX_SETP_FP<RegF64, "f64", f64imm, SETULT, SETOLT, "lt">;
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 843 case ISD::SETOLT: in IntCondCCodeToICC()
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 671 case ISD::SETOLT: return SPCC::FCC_L; in FPCondCCodeToFCC()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 302 case ISD::SETOLT: Result = ISD::SETULT ; break; // SETULT & SETNE in getSetCCAndOperation() 1495 case ISD::SETOLT: in FoldSetCC() 1547 case ISD::SETOLT: return getConstant(R==APFloat::cmpLessThan, VT); in FoldSetCC() 6103 case ISD::SETOLT: return "setolt"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 636 case ISD::SETOLT: in SoftenSetCCOperands()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 459 case ISD::SETOLT: return Mips::FCOND_OLT; in FPCondCCodeToFCC()
|