/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-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 1053 SETOLT, // 0 1 0 0 True if ordered and less than enumerator
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 1269 SETOLT, // 0 1 0 0 True if ordered and less than enumerator
|
/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/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrFloat.td | 57 defm LT : ComparisonFP<SETOLT, "lt ">;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 207 case FCmpInst::FCMP_OLT: return ISD::SETOLT; in getFCmpCondCode() 227 case ISD::SETOLT: case ISD::SETULT: return ISD::SETLT; in getFCmpCodeWithoutNaN()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | Analysis.cpp | 208 case FCmpInst::FCMP_OLT: return ISD::SETOLT; in getFCmpCondCode() 228 case ISD::SETOLT: case ISD::SETULT: return ISD::SETLT; in getFCmpCodeWithoutNaN()
|
/external/llvm-project/llvm/lib/Target/VE/ |
D | VEISelDAGToDAG.cpp | 68 case ISD::SETOLT: in fpCondCode2Fcc()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIInsertSkips.cpp | 290 case ISD::SETOLT: in kill()
|
D | AMDGPUInstructions.td | 250 def COND_OLT : PatFrags<(ops), [(OtherVT SETOLT), (OtherVT SETLT)]>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrFloat.td | 83 defm LT : ComparisonFP<SETOLT, "lt ", 0x5d, 0x63>;
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrFloat.td | 83 defm LT : ComparisonFP<SETOLT, "lt ", 0x5d, 0x63>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInsertSkips.cpp | 207 case ISD::SETOLT: in kill()
|
D | AMDGPUInstructions.td | 248 def COND_OLT : PatFrags<(ops), [(OtherVT SETOLT), (OtherVT SETLT)]>;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 334 case ISD::SETOLT: return "setolt"; in getOperationName()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 411 case ISD::SETOLT: return "setolt"; in getOperationName()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 432 case ISD::SETOLT: return "setolt"; in getOperationName()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructions.td | 106 [{return N->get() == ISD::SETOLT || N->get() == ISD::SETLT;}]
|
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 3800 case ISD::SETOLT: in SelectCC() 3827 case ISD::SETOLT: in SelectCC() 3870 case ISD::SETOLT: in getPredicateForSetCC() 3897 case ISD::SETOLT: in getCRIdxForSetCC() 3936 case ISD::SETOLT: CC = ISD::SETOGT; Swap = true; break; in getVCmpInst()
|
D | PPCInstrQPX.td | 459 (setcc v4f64:$FRA, v4f64:$FRB, SETOLT))]>; 464 (setcc v4f32:$FRA, v4f32:$FRB, SETOLT))]>;
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 3766 case ISD::SETOLT: in SelectCC() 3793 case ISD::SETOLT: in SelectCC() 3841 case ISD::SETOLT: in getPredicateForSetCC() 3868 case ISD::SETOLT: in getCRIdxForSetCC() 3908 case ISD::SETOLT: CC = ISD::SETOGT; Swap = true; break; in getVCmpInst()
|
/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-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 687 def SETOLT : CondCode<"FCMP_OLT">; 1281 (setcc node:$lhs, node:$rhs, SETOLT)>;
|