Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h848 SETOLE, // 0 1 0 1 True if ordered and less than or equal enumerator
/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUInstructions.td73 case ISD::SETOLE: case ISD::SETULE:
DAMDILISelLowering.cpp134 setOperationAction(ISD::SETOLE, VT, Expand); in InitAMDILLowering()
/external/llvm/lib/CodeGen/
DAnalysis.cpp170 case FCmpInst::FCMP_OLE: return ISD::SETOLE; in getFCmpCondCode()
190 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE; in getFCmpCodeWithoutNaN()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFloat.td58 defm LE : ComparisonFP<SETOLE, "le ">;
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp334 case ISD::SETOLE: return "setole"; in getOperationName()
DTargetLowering.cpp155 case ISD::SETOLE: in softenSetCCOperands()
1831 isCondCodeLegal(ISD::SETOLE, N0.getSimpleValueType())) in SimplifySetCC()
1832 return DAG.getSetCC(dl, VT, N0, N1, ISD::SETOLE); in SimplifySetCC()
1834 isCondCodeLegal(ISD::SETOLE, N0.getSimpleValueType())) in SimplifySetCC()
DSelectionDAG.cpp1937 case ISD::SETOLE: in FoldSetCC()
1992 case ISD::SETOLE: return getConstant(R==APFloat::cmpLessThan || in FoldSetCC()
DLegalizeDAG.cpp1858 case ISD::SETOLE: in LegalizeSetCCCondCode()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUInstructions.td96 [{return N->get() == ISD::SETOLE || N->get() == ISD::SETLE;}]
DR600ISelLowering.cpp51 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand); in R600TargetLowering()
DAMDGPUISelLowering.cpp1120 case ISD::SETOLE: in CombineFMinMaxLegacy()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td580 def SETOGE : CondCode; def SETOLT : CondCode; def SETOLE : CondCode;
957 (setcc node:$lhs, node:$rhs, SETOLE)>;
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2096 case ISD::SETOLE: in getPredicateForSetCC()
2143 case ISD::SETOLE: in getCRIdxForSetCC()
2165 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),
DPPCISelLowering.cpp355 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand); in PPCTargetLowering()
356 setCondCodeAction(ISD::SETOLE, MVT::f64, Expand); in PPCTargetLowering()
6064 case ISD::SETOLE: in LowerSELECT_CC()
6104 case ISD::SETOLE: in LowerSELECT_CC()
/external/llvm/lib/Target/NVPTX/
DNVPTXVector.td958 (setcc node:$lhs, node:$rhs, SETOLE)>;
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp1341 case ISD::SETOLE: CondCode = ARMCC::LS; break; in FPCCToARMCC()
3523 if (CC == ISD::SETUGE || CC == ISD::SETOGE || CC == ISD::SETOLE || in checkVSELConstraints()
3534 if (CC == ISD::SETOLE || CC == ISD::SETULE || CC == ISD::SETOLT || in checkVSELConstraints()
4638 case ISD::SETOLE: in LowerVSETCC()
/external/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td165 def vfsetole_v4f32 : vfsetcc_type<v4i32, v4f32, SETOLE>;
166 def vfsetole_v2f64 : vfsetcc_type<v2i64, v2f64, SETOLE>;
DMipsSEISelLowering.cpp1806 Op->getOperand(2), ISD::SETOLE); in lowerINTRINSIC_WO_CHAIN()
DMipsISelLowering.cpp518 case ISD::SETOLE: return Mips::FCOND_OLE; in condCodeToFCC()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1870 {ISD::SETOEQ, ISD::SETOGT, ISD::SETOLT, ISD::SETOGE, ISD::SETOLE, in HexagonTargetLowering()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1410 case ISD::SETOLE: return SPCC::FCC_LE; in FPCondCCodeToFCC()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1100 case ISD::SETOLE: in changeFPCCToAArch64CC()
8985 (Op == ISD::FMINNUM && CC != ISD::SETOLT && CC != ISD::SETOLE && in performAcrossLaneMinMaxReductionCombine()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp4098 case ISD::SETOLE: in TranslateX86CC()
4118 case ISD::SETOLE: // flipped in TranslateX86CC()
14224 case ISD::SETOLE: SSECC = 2; break; in translateX86FSETCC()
24001 case ISD::SETOLE: in PerformSELECTCombine()
24089 case ISD::SETOLE: in PerformSELECTCombine()

12