/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 857 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/ |
D | ISDOpcodes.h | 1054 SETOLE, // 0 1 0 1 True if ordered and less than or equal enumerator
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 1270 SETOLE, // 0 1 0 1 True if ordered and less than or equal enumerator
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 169 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/ |
D | WebAssemblyInstrFloat.td | 58 defm LE : ComparisonFP<SETOLE, "le ">;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 208 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/ |
D | Analysis.cpp | 209 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/ |
D | VEISelDAGToDAG.cpp | 74 case ISD::SETOLE: in fpCondCode2Fcc()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIInsertSkips.cpp | 294 case ISD::SETOLE: in kill()
|
D | AMDGPUInstructions.td | 251 def COND_OLE : PatFrags<(ops), [(OtherVT SETOLE), (OtherVT SETLE)]>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrFloat.td | 84 defm LE : ComparisonFP<SETOLE, "le ", 0x5f, 0x65>;
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrFloat.td | 84 defm LE : ComparisonFP<SETOLE, "le ", 0x5f, 0x65>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInsertSkips.cpp | 211 case ISD::SETOLE: in kill()
|
D | AMDGPUInstructions.td | 249 def COND_OLE : PatFrags<(ops), [(OtherVT SETOLE), (OtherVT SETLE)]>;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 335 case ISD::SETOLE: return "setole"; in getOperationName()
|
D | TargetLowering.cpp | 186 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/ |
D | SelectionDAGDumper.cpp | 412 case ISD::SETOLE: return "setole"; in getOperationName()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 433 case ISD::SETOLE: return "setole"; in getOperationName()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructions.td | 111 [{return N->get() == ISD::SETOLE || N->get() == ISD::SETLE;}]
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 592 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/ |
D | PPCISelDAGToDAG.cpp | 3809 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()
|
D | PPCInstrQPX.td | 992 def : Pat<(setcc v4f64:$FRA, v4f64:$FRB, SETOLE), 1039 def : Pat<(setcc v4f32:$FRA, v4f32:$FRB, SETOLE),
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 3775 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/ |
D | PPCISelDAGToDAG.cpp | 2093 case ISD::SETOLE: in getPredicateForSetCC() 2140 case ISD::SETOLE: in getCRIdxForSetCC() 2162 case ISD::SETOLE: CC = ISD::SETOGE; Swap = true; break; in getVCmpInst()
|
D | PPCInstrQPX.td | 995 def : Pat<(setcc v4f64:$FRA, v4f64:$FRB, SETOLE), 1042 def : Pat<(setcc v4f32:$FRA, v4f32:$FRB, SETOLE),
|