Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLibCallsShrinkWrap.cpp149 Cond = createOrCond(CI, CmpInst::FCMP_OLT, -1.0f, CmpInst::FCMP_OGT, 1.0f); in performCallDomainErrorOnly()
169 Cond = createCond(CI, CmpInst::FCMP_OLT, 1.0f); in performCallDomainErrorOnly()
177 Cond = createCond(CI, CmpInst::FCMP_OLT, 0.0f); in performCallDomainErrorOnly()
401 return createOrCond(CI, CmpInst::FCMP_OGT, UpperBound, CmpInst::FCMP_OLT, in generateTwoRangeCond()
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp148 case naclbitc::FCMP_OLT: in DecodeFcmpPredicate()
149 LLVMPredicate = CmpInst::FCMP_OLT; in DecodeFcmpPredicate()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DValueLatticeTest.cpp148 EXPECT_TRUE(LV1.getCompare(CmpInst::FCMP_OLT, I1Ty, LV2)->isZeroValue()); in TEST_F()
158 EXPECT_EQ(LV1.getCompare(CmpInst::FCMP_OLT, I1Ty, LV2), nullptr); in TEST_F()
182 EXPECT_TRUE(isa<UndefValue>(LV1.getCompare(CmpInst::FCMP_OLT, I1Ty, LV3))); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp208 FCmp32Libcalls[CmpInst::FCMP_OLT] = { in setFCmpLibcallsAEABI()
234 FCmp64Libcalls[CmpInst::FCMP_OLT] = { in setFCmpLibcallsAEABI()
260 FCmp32Libcalls[CmpInst::FCMP_OLT] = {{RTLIB::OLT_F32, CmpInst::ICMP_SLT}}; in setFCmpLibcallsGNU()
278 FCmp64Libcalls[CmpInst::FCMP_OLT] = {{RTLIB::OLT_F64, CmpInst::ICMP_SLT}}; in setFCmpLibcallsGNU()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h282 FCMP_OLT = 4, ///< 0 1 0 0 True if ordered and less than enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantFold.cpp1375 ConstantExpr::getFCmp(FCmpInst::FCMP_OLT, V1, V2)); in evaluateFCmpRelation()
1377 return FCmpInst::FCMP_OLT; in evaluateFCmpRelation()
1814 case FCmpInst::FCMP_OLT: in ConstantFoldCompareInstruction()
1874 case FCmpInst::FCMP_OLT: // We know that C1 < C2 in ConstantFoldCompareInstruction()
1876 pred == FCmpInst::FCMP_ULT || pred == FCmpInst::FCMP_OLT || in ConstantFoldCompareInstruction()
1888 else if (pred == FCmpInst::FCMP_ULT || pred == FCmpInst::FCMP_OLT) in ConstantFoldCompareInstruction()
1893 if (pred == FCmpInst::FCMP_ULT || pred == FCmpInst::FCMP_OLT) in ConstantFoldCompareInstruction()
DInstructions.cpp3264 case FCMP_OLT: return FCMP_UGE; in getInversePredicate()
3271 case FCMP_UGE: return FCMP_OLT; in getInversePredicate()
3287 case FCmpInst::FCMP_OLT: return "olt"; in getPredicateName()
3351 case FCMP_OLT: return FCMP_OLE; in getFlippedStrictnessPredicate()
3353 case FCMP_OLE: return FCMP_OLT; in getFlippedStrictnessPredicate()
3380 case FCMP_OGT: return FCMP_OLT; in getSwappedPredicate()
3381 case FCMP_OLT: return FCMP_OGT; in getSwappedPredicate()
3398 case FCMP_OLT: return FCMP_OLE; in getNonStrictPredicate()
3442 case FCmpInst::FCMP_OLT: case FCmpInst::FCMP_OGE: case FCmpInst::FCMP_OLE: in isOrdered()
3467 case FCMP_FALSE: case FCMP_ONE: case FCMP_OGT: case FCMP_OLT: return true; in isFalseWhenEqual()
/external/llvm/lib/IR/
DConstantFold.cpp1359 ConstantExpr::getFCmp(FCmpInst::FCMP_OLT, V1, V2)); in evaluateFCmpRelation()
1361 return FCmpInst::FCMP_OLT; in evaluateFCmpRelation()
1789 case FCmpInst::FCMP_OLT: in ConstantFoldCompareInstruction()
1849 case FCmpInst::FCMP_OLT: // We know that C1 < C2 in ConstantFoldCompareInstruction()
1851 pred == FCmpInst::FCMP_ULT || pred == FCmpInst::FCMP_OLT || in ConstantFoldCompareInstruction()
1863 else if (pred == FCmpInst::FCMP_ULT || pred == FCmpInst::FCMP_OLT) in ConstantFoldCompareInstruction()
1868 if (pred == FCmpInst::FCMP_ULT || pred == FCmpInst::FCMP_OLT) in ConstantFoldCompareInstruction()
DInstructions.cpp3452 case FCMP_OLT: return FCMP_UGE; in getInversePredicate()
3459 case FCMP_UGE: return FCMP_OLT; in getInversePredicate()
3578 case FCMP_OGT: return FCMP_OLT; in getSwappedPredicate()
3579 case FCMP_OLT: return FCMP_OGT; in getSwappedPredicate()
3626 case FCmpInst::FCMP_OLT: case FCmpInst::FCMP_OGE: case FCmpInst::FCMP_OLE: in isOrdered()
3651 case FCMP_FALSE: case FCMP_ONE: case FCMP_OGT: case FCMP_OLT: return true; in isFalseWhenEqual()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp1552 ConstantExpr::getFCmp(FCmpInst::FCMP_OLT, V1, V2)); in evaluateFCmpRelation()
1554 return FCmpInst::FCMP_OLT; in evaluateFCmpRelation()
1946 case FCmpInst::FCMP_OLT: in ConstantFoldCompareInstruction()
2002 case FCmpInst::FCMP_OLT: // We know that C1 < C2 in ConstantFoldCompareInstruction()
2004 pred == FCmpInst::FCMP_ULT || pred == FCmpInst::FCMP_OLT || in ConstantFoldCompareInstruction()
2016 else if (pred == FCmpInst::FCMP_ULT || pred == FCmpInst::FCMP_OLT) in ConstantFoldCompareInstruction()
2021 if (pred == FCmpInst::FCMP_ULT || pred == FCmpInst::FCMP_OLT) in ConstantFoldCompareInstruction()
DInstructions.cpp2908 case FCMP_OLT: return FCMP_UGE; in getInversePredicate()
2915 case FCMP_UGE: return FCMP_OLT; in getInversePredicate()
3032 case FCMP_OGT: return FCMP_OLT; in getSwappedPredicate()
3033 case FCMP_OLT: return FCMP_OGT; in getSwappedPredicate()
3063 case FCmpInst::FCMP_OLT: case FCmpInst::FCMP_OGE: case FCmpInst::FCMP_OLE: in isOrdered()
3088 case FCMP_FALSE: case FCMP_ONE: case FCMP_OGT: case FCMP_OLT: return true; in isFalseWhenEqual()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp209 if (Pred & CmpInst::FCMP_OLT) in convertFCmp()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAnalysis.cpp158 case FCmpInst::FCMP_OLT: FOC = ISD::SETLT; FPC = ISD::SETOLT; break; in getFCmpCondCode()
/external/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp209 if (Pred & CmpInst::FCMP_OLT) in convertFCmp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp93 case CmpInst::FCMP_OLT: in mapFCmpPred()
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp93 case CmpInst::FCMP_OLT: in mapFCmpPred()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
DOperations.cpp57 Ops.push_back(cmpOpDescriptor(1, Instruction::FCmp, CmpInst::FCMP_OLT)); in describeFuzzerFloatOps()
/external/llvm/lib/CodeGen/
DAnalysis.cpp168 case FCmpInst::FCMP_OLT: return ISD::SETOLT; in getFCmpCondCode()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstrTypes.h652 FCMP_OLT = 4, ///< 0 1 0 0 True if ordered and less than
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAnalysis.cpp167 case FCmpInst::FCMP_OLT: return ISD::SETOLT; in getFCmpCondCode()
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp632 P = CmpInst::FCMP_OLT; in createMinMaxOp()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExecution.cpp462 case FCmpInst::FCMP_OLT: R = executeFCMP_OLT(Src1, Src2, Ty); break; in visitFCmpInst()
497 case FCmpInst::FCMP_OLT: return executeFCMP_OLT(Src1, Src2, Ty); in executeCmpInst()
/external/spirv-llvm/lib/SPIRV/
DSPIRVInternal.h134 _SPIRV_OP(FCMP_OLT, FOrdLessThan) in init()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.cpp486 case ZFUNC_LT: pTest = FCMP_OLT(pAlpha, pRef); break; in AlphaTest()
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp663 case CmpInst::FCMP_OLT: in emitCmp()
683 case CmpInst::FCMP_OLT: in emitCmp()

1234