Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h769 SETOLT, // 0 1 0 0 True if ordered and less than enumerator
/external/llvm/lib/CodeGen/
DAnalysis.cpp157 case FCmpInst::FCMP_OLT: return ISD::SETOLT; in getFCmpCondCode()
177 case ISD::SETOLT: case ISD::SETULT: return ISD::SETLT; in getFCmpCodeWithoutNaN()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDGPUInstructions.td66 case ISD::SETOLT: case ISD::SETULT:
DAMDILISelLowering.cpp131 setOperationAction(ISD::SETOLT, VT, Expand); in InitAMDILLowering()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUInstructions.td66 case ISD::SETOLT: case ISD::SETULT:
DAMDILISelLowering.cpp131 setOperationAction(ISD::SETOLT, VT, Expand); in InitAMDILLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1140 setCondCodeAction(ISD::SETOLT, MVT::f32, Legal); in HexagonTargetLowering()
1141 setCondCodeAction(ISD::SETOLT, MVT::f64, Legal); in HexagonTargetLowering()
1246 setCondCodeAction(ISD::SETOLT, MVT::f64, Expand); in HexagonTargetLowering()
1249 setCondCodeAction(ISD::SETOLT, MVT::f32, Expand); in HexagonTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp602 case ISD::SETOLT: in getPredicateForSetCC()
625 case ISD::SETOLT: in getCRIdxForSetCC()
704 case ISD::SETOLT: in getVCmpInst()
849 case ISD::SETOLT: in SelectSETCC()
DPPCInstrInfo.td2794 def : Pat<(i1 (setcc f32:$s1, f32:$s2, SETOLT)),
2825 def : Pat<(i1 (setcc f64:$s1, f64:$s2, SETOLT)),
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp301 case ISD::SETOLT: return "setolt"; in getOperationName()
DTargetLowering.cpp143 case ISD::SETOLT: in softenSetCCOperands()
1772 return DAG.getSetCC(dl, VT, N0, N1, ISD::SETOLT); in SimplifySetCC()
DSelectionDAG.cpp342 case ISD::SETOLT: Result = ISD::SETULT ; break; // SETULT & SETNE in getSetCCAndOperation()
1809 case ISD::SETOLT: in FoldSetCC()
1857 case ISD::SETOLT: return getConstant(R==APFloat::cmpLessThan, VT); in FoldSetCC()
DLegalizeDAG.cpp1696 case ISD::SETOLT: in LegalizeSetCCCondCode()
/external/llvm/lib/Target/R600/
DAMDGPUInstructions.td78 [{return N->get() == ISD::SETOLT || N->get() == ISD::SETLT;}]
DAMDGPUISelLowering.cpp982 case ISD::SETOLT: in CombineMinMax()
1791 SDValue Lt0 = DAG.getSetCC(SL, SetCCVT, Src, Zero, ISD::SETOLT); in LowerFFLOOR()
DR600ISelLowering.cpp49 setCondCodeAction(ISD::SETOLT, MVT::f32, Expand); in R600TargetLowering()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td505 def SETOGE : CondCode; def SETOLT : CondCode; def SETOLE : CondCode;
847 (setcc node:$lhs, node:$rhs, SETOLT)>;
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp1167 case ISD::SETOLT: CondCode = ARMCC::MI; break; in FPCCToARMCC()
3382 else if (CC == ISD::SETUGT || CC == ISD::SETOGT || CC == ISD::SETOLT || in checkVSELConstraints()
3388 if (CC == ISD::SETOLE || CC == ISD::SETULE || CC == ISD::SETOLT || in checkVSELConstraints()
3475 if (CC == ISD::SETOLT || CC == ISD::SETULT) in LowerSELECT_CC()
4301 case ISD::SETOLT: in LowerVSETCC()
9508 case ISD::SETOLT: in PerformSELECT_CCCombine()
/external/llvm/lib/Target/NVPTX/
DNVPTXVector.td958 (setcc node:$lhs, node:$rhs, SETOLT)>;
/external/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td177 def vfsetolt_v4f32 : vfsetcc_type<v4i32, v4f32, SETOLT>;
178 def vfsetolt_v2f64 : vfsetcc_type<v2i64, v2f64, SETOLT>;
DMipsSEISelLowering.cpp1791 Op->getOperand(2), ISD::SETOLT); in lowerINTRINSIC_WO_CHAIN()
DMipsISelLowering.cpp472 case ISD::SETOLT: return Mips::FCOND_OLT; in condCodeToFCC()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1350 case ISD::SETOLT: return SPCC::FCC_L; in FPCondCCodeToFCC()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp898 case ISD::SETOLT: in changeFPCCToAArch64CC()
3361 case ISD::SETOLT: in LowerSELECT_CC()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp3585 case ISD::SETOLT: in TranslateX86CC()
3603 case ISD::SETOLT: // flipped in TranslateX86CC()
12040 case ISD::SETOLT: SSECC = 1; break; in translateX86FSETCC()
19262 case ISD::SETOLT: in PerformSELECTCombine()
19354 case ISD::SETOLT: in PerformSELECTCombine()