Home
last modified time | relevance | path

Searched refs:SETOLT (Results 1 – 25 of 85) sorted by relevance

1234

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h856 SETOLT, // 0 1 0 0 True if ordered and less than enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h1053 SETOLT, // 0 1 0 0 True if ordered and less than enumerator
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h1269 SETOLT, // 0 1 0 0 True if ordered and less than enumerator
/external/llvm/lib/CodeGen/
DAnalysis.cpp168 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/
DWebAssemblyInstrFloat.td57 defm LT : ComparisonFP<SETOLT, "lt ">;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp207 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/
DAnalysis.cpp208 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/
DVEISelDAGToDAG.cpp68 case ISD::SETOLT: in fpCondCode2Fcc()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIInsertSkips.cpp290 case ISD::SETOLT: in kill()
DAMDGPUInstructions.td250 def COND_OLT : PatFrags<(ops), [(OtherVT SETOLT), (OtherVT SETLT)]>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFloat.td83 defm LT : ComparisonFP<SETOLT, "lt ", 0x5d, 0x63>;
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFloat.td83 defm LT : ComparisonFP<SETOLT, "lt ", 0x5d, 0x63>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInsertSkips.cpp207 case ISD::SETOLT: in kill()
DAMDGPUInstructions.td248 def COND_OLT : PatFrags<(ops), [(OtherVT SETOLT), (OtherVT SETLT)]>;
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp334 case ISD::SETOLT: return "setolt"; in getOperationName()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp411 case ISD::SETOLT: return "setolt"; in getOperationName()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp432 case ISD::SETOLT: return "setolt"; in getOperationName()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUInstructions.td106 [{return N->get() == ISD::SETOLT || N->get() == ISD::SETLT;}]
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td592 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/
DPPCISelDAGToDAG.cpp3800 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()
DPPCInstrQPX.td459 (setcc v4f64:$FRA, v4f64:$FRB, SETOLT))]>;
464 (setcc v4f32:$FRA, v4f32:$FRB, SETOLT))]>;
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp3766 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/
DPPCISelDAGToDAG.cpp2101 case ISD::SETOLT: in getPredicateForSetCC()
2124 case ISD::SETOLT: in getCRIdxForSetCC()
2163 case ISD::SETOLT: CC = ISD::SETOGT; Swap = true; break; in getVCmpInst()
DPPCInstrQPX.td462 (setcc v4f64:$FRA, v4f64:$FRB, SETOLT))]>;
467 (setcc v4f32:$FRA, v4f32:$FRB, SETOLT))]>;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td687 def SETOLT : CondCode<"FCMP_OLT">;
1281 (setcc node:$lhs, node:$rhs, SETOLT)>;

1234