/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 157 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/ |
D | ISDOpcodes.h | 736 SETOLE, // 0 1 0 1 True if ordered and less than or equal enumerator
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 576 case ISD::SETOLE: in getPredicateForSetCC() 627 case ISD::SETOLE: in getCRIdxForSetCC() 685 case ISD::SETOLE: in getVCmpInst() 843 case ISD::SETOLE: in SelectSETCC()
|
D | PPCISelLowering.cpp | 278 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/ |
D | AMDGPUInstructions.td | 76 case ISD::SETOLE: case ISD::SETULE:
|
D | AMDGPUISelLowering.cpp | 213 case ISD::SETOLE: in LowerMinMax()
|
D | AMDILISelLowering.cpp | 124 setOperationAction(ISD::SETOLE, VT, Expand); in InitAMDILLowering()
|
D | R600ISelLowering.cpp | 597 case ISD::SETOLE: in LowerSELECT_CC()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1142 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/ |
D | MBlazeInstrFPU.td | 178 def : Pat<(setcc (f32 GPR:$L), (f32 GPR:$R), SETOLE),
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 293 case ISD::SETOLE: return "setole"; in getOperationName()
|
D | TargetLowering.cpp | 133 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()
|
D | SelectionDAG.cpp | 1571 case ISD::SETOLE: in FoldSetCC() 1626 case ISD::SETOLE: return getConstant(R==APFloat::cmpLessThan || in FoldSetCC()
|
D | LegalizeDAG.cpp | 1625 case ISD::SETOLE: in LegalizeSetCCCondCode()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 499 def SETOGE : CondCode; def SETOLT : CondCode; def SETOLE : CondCode; 837 (setcc node:$lhs, node:$rhs, SETOLE)>;
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 676 case ISD::SETOLE: return SPCC::FCC_LE; in FPCondCCodeToFCC()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 1165 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/ |
D | NVPTXVector.td | 960 (setcc node:$lhs, node:$rhs, SETOLE)>;
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 1642 case ISD::SETOLE: CondCode = A64CC::LS; break; in FPCCToA64CC()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 3239 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/ |
D | MipsISelLowering.cpp | 631 case ISD::SETOLE: return Mips::FCOND_OLE; in FPCondCCodeToFCC()
|