Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h719 SETOLE, // 0 1 0 1 True if ordered and less than or equal enumerator
/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/lib/Target/CellSPU/
DREADME.txt71 SETOLE unimplemented
/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/swiftshader/third_party/LLVM/lib/CodeGen/
DAnalysis.cpp159 case FCmpInst::FCMP_OLE: FOC = ISD::SETLE; FPC = ISD::SETOLE; break; in getFCmpCondCode()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFloat.td58 defm LE : ComparisonFP<SETOLE, "le ">;
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelDAGToDAG.cpp315 case ISD::SETLE: case ISD::SETOLE: case ISD::SETULE: in Select()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp548 case ISD::SETOLE: in getPredicateForSetCC()
599 case ISD::SETOLE: in getCRIdxForSetCC()
DPPCISelLowering.cpp248 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand); in PPCTargetLowering()
249 setCondCodeAction(ISD::SETOLE, MVT::f64, Expand); in PPCTargetLowering()
3604 case ISD::SETOLE: in LowerSELECT_CC()
3633 case ISD::SETOLE: in LowerSELECT_CC()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeInstrFPU.td178 def : Pat<(setcc (f32 GPR:$L), (f32 GPR:$R), SETOLE),
/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/include/llvm/Target/
DTargetSelectionDAG.td492 def SETOGE : CondCode; def SETOLT : CondCode; def SETOLE : CondCode;
778 (setcc node:$lhs, node:$rhs, SETOLE)>;
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelLowering.cpp646 case ISD::SETOLE: in EmitCmp()
/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/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2365 isCondCodeLegal(ISD::SETOLE, N0.getValueType())) in SimplifySetCC()
2366 return DAG.getSetCC(dl, VT, N0, N1, ISD::SETOLE); in SimplifySetCC()
2368 isCondCodeLegal(ISD::SETOLE, N0.getValueType())) in SimplifySetCC()
DLegalizeFloatTypes.cpp640 case ISD::SETOLE: in SoftenSetCCOperands()
DSelectionDAG.cpp1496 case ISD::SETOLE: in FoldSetCC()
1555 case ISD::SETOLE: return getConstant(R==APFloat::cmpLessThan || in FoldSetCC()
6104 case ISD::SETOLE: return "setole"; in getOperationName()
/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),
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXInstrInfo.td589 defm SETPLEf32 : PTX_SETP_FP<RegF32, "f32", f32imm, SETULE, SETOLE, "le">;
598 defm SETPLEf64 : PTX_SETP_FP<RegF64, "f64", f64imm, SETULE, SETOLE, "le">;
/external/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp842 case ISD::SETOLE: in IntCondCCodeToICC()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcISelLowering.cpp675 case ISD::SETOLE: return SPCC::FCC_LE; in FPCondCCodeToFCC()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp1041 case ISD::SETOLE: CondCode = ARMCC::LS; break; in FPCCToARMCC()
3454 case ISD::SETOLE: in LowerVSETCC()
7812 case ISD::SETOLE: in PerformSELECT_CCCombine()
7826 if ((CC == ISD::SETLE || CC == ISD::SETOLE || CC == ISD::SETULE) && in PerformSELECT_CCCombine()

12