Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAnalysis.cpp157 case FCmpInst::FCMP_OLE: return ISD::SETOLE; in getFCmpCondCode()
177 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE; in getFCmpCodeWithoutNaN()
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h736 SETOLE, // 0 1 0 1 True if ordered and less than or equal enumerator
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp576 case ISD::SETOLE: in getPredicateForSetCC()
627 case ISD::SETOLE: in getCRIdxForSetCC()
685 case ISD::SETOLE: in getVCmpInst()
843 case ISD::SETOLE: in SelectSETCC()
DPPCISelLowering.cpp278 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand); in PPCTargetLowering()
279 setCondCodeAction(ISD::SETOLE, MVT::f64, Expand); in PPCTargetLowering()
4602 case ISD::SETOLE: in LowerSELECT_CC()
4631 case ISD::SETOLE: in LowerSELECT_CC()
/external/llvm/lib/Target/R600/
DAMDGPUInstructions.td76 case ISD::SETOLE: case ISD::SETULE:
DAMDGPUISelLowering.cpp213 case ISD::SETOLE: in LowerMinMax()
DAMDILISelLowering.cpp124 setOperationAction(ISD::SETOLE, VT, Expand); in InitAMDILLowering()
DR600ISelLowering.cpp597 case ISD::SETOLE: in LowerSELECT_CC()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1142 setCondCodeAction(ISD::SETOLE, MVT::f32, Legal); in HexagonTargetLowering()
1143 setCondCodeAction(ISD::SETOLE, MVT::f64, Legal); in HexagonTargetLowering()
1244 setCondCodeAction(ISD::SETOLE, MVT::f64, Expand); in HexagonTargetLowering()
1247 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand); in HexagonTargetLowering()
/external/llvm/lib/Target/MBlaze/
DMBlazeInstrFPU.td178 def : Pat<(setcc (f32 GPR:$L), (f32 GPR:$R), SETOLE),
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp293 case ISD::SETOLE: return "setole"; in getOperationName()
DTargetLowering.cpp133 case ISD::SETOLE: in softenSetCCOperands()
1579 isCondCodeLegal(ISD::SETOLE, N0.getSimpleValueType())) in SimplifySetCC()
1580 return DAG.getSetCC(dl, VT, N0, N1, ISD::SETOLE); in SimplifySetCC()
1582 isCondCodeLegal(ISD::SETOLE, N0.getSimpleValueType())) in SimplifySetCC()
DSelectionDAG.cpp1571 case ISD::SETOLE: in FoldSetCC()
1626 case ISD::SETOLE: return getConstant(R==APFloat::cmpLessThan || in FoldSetCC()
DLegalizeDAG.cpp1625 case ISD::SETOLE: in LegalizeSetCCCondCode()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td499 def SETOGE : CondCode; def SETOLT : CondCode; def SETOLE : CondCode;
837 (setcc node:$lhs, node:$rhs, SETOLE)>;
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp676 case ISD::SETOLE: return SPCC::FCC_LE; in FPCondCCodeToFCC()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp1165 case ISD::SETOLE: CondCode = ARMCC::LS; break; in FPCCToARMCC()
3794 case ISD::SETOLE: in LowerVSETCC()
9282 case ISD::SETOLE: in PerformSELECT_CCCombine()
9296 if ((CC == ISD::SETLE || CC == ISD::SETOLE || CC == ISD::SETULE) && in PerformSELECT_CCCombine()
/external/llvm/lib/Target/NVPTX/
DNVPTXVector.td960 (setcc node:$lhs, node:$rhs, SETOLE)>;
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1642 case ISD::SETOLE: CondCode = A64CC::LS; break; in FPCCToA64CC()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp3239 case ISD::SETOLE: in TranslateX86CC()
3259 case ISD::SETOLE: // flipped in TranslateX86CC()
9280 case ISD::SETOLE: SSECC = 2; break; in LowerVSETCC()
15214 case ISD::SETOLE: in PerformSELECTCombine()
15302 case ISD::SETOLE: in PerformSELECTCombine()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp631 case ISD::SETOLE: return Mips::FCOND_OLE; in FPCondCCodeToFCC()