Home
last modified time | relevance | path

Searched refs:SETOLE (Results 1 – 25 of 84) sorted by relevance

1234

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h857 SETOLE, // 0 1 0 1 True if ordered and less than or equal enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h1054 SETOLE, // 0 1 0 1 True if ordered and less than or equal enumerator
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h1270 SETOLE, // 0 1 0 1 True if ordered and less than or equal enumerator
/external/llvm/lib/CodeGen/
DAnalysis.cpp169 case FCmpInst::FCMP_OLE: return ISD::SETOLE; in getFCmpCondCode()
189 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE; in getFCmpCodeWithoutNaN()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFloat.td58 defm LE : ComparisonFP<SETOLE, "le ">;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp208 case FCmpInst::FCMP_OLE: return ISD::SETOLE; in getFCmpCondCode()
228 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE; in getFCmpCodeWithoutNaN()
/external/llvm-project/llvm/lib/CodeGen/
DAnalysis.cpp209 case FCmpInst::FCMP_OLE: return ISD::SETOLE; in getFCmpCondCode()
229 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE; in getFCmpCodeWithoutNaN()
/external/llvm-project/llvm/lib/Target/VE/
DVEISelDAGToDAG.cpp74 case ISD::SETOLE: in fpCondCode2Fcc()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIInsertSkips.cpp294 case ISD::SETOLE: in kill()
DAMDGPUInstructions.td251 def COND_OLE : PatFrags<(ops), [(OtherVT SETOLE), (OtherVT SETLE)]>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFloat.td84 defm LE : ComparisonFP<SETOLE, "le ", 0x5f, 0x65>;
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFloat.td84 defm LE : ComparisonFP<SETOLE, "le ", 0x5f, 0x65>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInsertSkips.cpp211 case ISD::SETOLE: in kill()
DAMDGPUInstructions.td249 def COND_OLE : PatFrags<(ops), [(OtherVT SETOLE), (OtherVT SETLE)]>;
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp335 case ISD::SETOLE: return "setole"; in getOperationName()
DTargetLowering.cpp186 case ISD::SETOLE: in softenSetCCOperands()
1946 isCondCodeLegal(ISD::SETOLE, N0.getSimpleValueType())) in SimplifySetCC()
1947 return DAG.getSetCC(dl, VT, N0, N1, ISD::SETOLE); in SimplifySetCC()
1949 isCondCodeLegal(ISD::SETOLE, N0.getSimpleValueType())) in SimplifySetCC()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp412 case ISD::SETOLE: return "setole"; in getOperationName()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp433 case ISD::SETOLE: return "setole"; in getOperationName()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUInstructions.td111 [{return N->get() == ISD::SETOLE || N->get() == ISD::SETLE;}]
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td592 def SETOGE : CondCode; def SETOLT : CondCode; def SETOLE : CondCode;
981 (setcc node:$lhs, node:$rhs, SETOLE)>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp3809 case ISD::SETOLE: in SelectCC()
3836 case ISD::SETOLE: in SelectCC()
3860 case ISD::SETOLE: in getPredicateForSetCC()
3913 case ISD::SETOLE: in getCRIdxForSetCC()
3935 case ISD::SETOLE: CC = ISD::SETOGE; Swap = true; break; in getVCmpInst()
DPPCInstrQPX.td992 def : Pat<(setcc v4f64:$FRA, v4f64:$FRB, SETOLE),
1039 def : Pat<(setcc v4f32:$FRA, v4f32:$FRB, SETOLE),
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp3775 case ISD::SETOLE: in SelectCC()
3802 case ISD::SETOLE: in SelectCC()
3831 case ISD::SETOLE: in getPredicateForSetCC()
3884 case ISD::SETOLE: in getCRIdxForSetCC()
3907 case ISD::SETOLE: CC = ISD::SETOGE; Swap = true; break; in getVCmpInst()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2093 case ISD::SETOLE: in getPredicateForSetCC()
2140 case ISD::SETOLE: in getCRIdxForSetCC()
2162 case ISD::SETOLE: CC = ISD::SETOGE; Swap = true; break; in getVCmpInst()
DPPCInstrQPX.td995 def : Pat<(setcc v4f64:$FRA, v4f64:$FRB, SETOLE),
1042 def : Pat<(setcc v4f32:$FRA, v4f32:$FRB, SETOLE),

1234