Home
last modified time | relevance | path

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

12345

/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp158 if ((Pred & CmpInst::FCMP_OLE) != CmpInst::FCMP_OLE && in convertFCmp()
159 (Pred & CmpInst::FCMP_OLE) != 0) in convertFCmp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp150 if ((Pred & CmpInst::FCMP_OLE) != CmpInst::FCMP_OLE && in convertFCmp()
151 (Pred & CmpInst::FCMP_OLE) != 0) in convertFCmp()
/external/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp150 if ((Pred & CmpInst::FCMP_OLE) != CmpInst::FCMP_OLE && in convertFCmp()
151 (Pred & CmpInst::FCMP_OLE) != 0) in convertFCmp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLibCallsShrinkWrap.cpp238 Cond = createOrCond(CI, CmpInst::FCMP_OLE, -1.0f, CmpInst::FCMP_OGE, 1.0f); in performCallErrors()
257 Cond = createCond(CI, CmpInst::FCMP_OLE, 0.0f); in performCallErrors()
267 Cond = createCond(CI, CmpInst::FCMP_OLE, -1.0f); in performCallErrors()
477 Value *Cond0 = BBBuilder.CreateFCmp(CmpInst::FCMP_OLE, Base, V0); in generateCondForPow()
/external/llvm-project/llvm/lib/Transforms/Utils/
DLibCallsShrinkWrap.cpp238 Cond = createOrCond(CI, CmpInst::FCMP_OLE, -1.0f, CmpInst::FCMP_OGE, 1.0f); in performCallErrors()
257 Cond = createCond(CI, CmpInst::FCMP_OLE, 0.0f); in performCallErrors()
267 Cond = createCond(CI, CmpInst::FCMP_OLE, -1.0f); in performCallErrors()
477 Value *Cond0 = BBBuilder.CreateFCmp(CmpInst::FCMP_OLE, Base, V0); in generateCondForPow()
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp150 case naclbitc::FCMP_OLE: in DecodeFcmpPredicate()
151 LLVMPredicate = CmpInst::FCMP_OLE; in DecodeFcmpPredicate()
/external/llvm-project/llvm/unittests/Analysis/
DValueLatticeTest.cpp157 EXPECT_TRUE(LV1.getCompare(CmpInst::FCMP_OLE, I1Ty, LV2)->isOneValue()); in TEST_F()
166 EXPECT_EQ(LV1.getCompare(CmpInst::FCMP_OLE, I1Ty, LV2), nullptr); in TEST_F()
190 EXPECT_TRUE(isa<UndefValue>(LV1.getCompare(CmpInst::FCMP_OLE, I1Ty, LV3))); in TEST_F()
/external/llvm-project/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp263 FCmp32Libcalls[CmpInst::FCMP_OLE] = { in setFCmpLibcallsAEABI()
289 FCmp64Libcalls[CmpInst::FCMP_OLE] = { in setFCmpLibcallsAEABI()
316 FCmp32Libcalls[CmpInst::FCMP_OLE] = {{RTLIB::OLE_F32, CmpInst::ICMP_SLE}}; in setFCmpLibcallsGNU()
334 FCmp64Libcalls[CmpInst::FCMP_OLE] = {{RTLIB::OLE_F64, CmpInst::ICMP_SLE}}; in setFCmpLibcallsGNU()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp263 FCmp32Libcalls[CmpInst::FCMP_OLE] = { in setFCmpLibcallsAEABI()
289 FCmp64Libcalls[CmpInst::FCMP_OLE] = { in setFCmpLibcallsAEABI()
316 FCmp32Libcalls[CmpInst::FCMP_OLE] = {{RTLIB::OLE_F32, CmpInst::ICMP_SLE}}; in setFCmpLibcallsGNU()
334 FCmp64Libcalls[CmpInst::FCMP_OLE] = {{RTLIB::OLE_F64, CmpInst::ICMP_SLE}}; in setFCmpLibcallsGNU()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h278 FCMP_OLE = 5, ///< 0 1 0 1 True if ordered and less than or equal enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIntrinsicInst.cpp135 .Case("ole", FCmpInst::FCMP_OLE) in getPredicate()
DInstructions.cpp3549 case FCMP_OLE: return FCMP_UGT; in getInversePredicate()
3552 case FCMP_UGT: return FCMP_OLE; in getInversePredicate()
3571 case FCmpInst::FCMP_OLE: return "ole"; in getPredicateName()
3634 case FCMP_OLT: return FCMP_OLE; in getFlippedStrictnessPredicate()
3636 case FCMP_OLE: return FCMP_OLT; in getFlippedStrictnessPredicate()
3665 case FCMP_OGE: return FCMP_OLE; in getSwappedPredicate()
3666 case FCMP_OLE: return FCMP_OGE; in getSwappedPredicate()
3681 case FCMP_OLT: return FCMP_OLE; in getNonStrictPredicate()
3725 case FCmpInst::FCMP_OLT: case FCmpInst::FCMP_OGE: case FCmpInst::FCMP_OLE: in isOrdered()
DConstantFold.cpp1936 case FCmpInst::FCMP_OLE: in ConstantFoldCompareInstruction()
1983 pred == FCmpInst::FCMP_ULE || pred == FCmpInst::FCMP_OLE || in ConstantFoldCompareInstruction()
1989 pred == FCmpInst::FCMP_ULE || pred == FCmpInst::FCMP_OLE); in ConstantFoldCompareInstruction()
1996 case FCmpInst::FCMP_OLE: // We know that C1 <= C2 in ConstantFoldCompareInstruction()
/external/llvm-project/llvm/lib/IR/
DIntrinsicInst.cpp135 .Case("ole", FCmpInst::FCMP_OLE) in getPredicate()
DInstructions.cpp3666 case FCMP_OLE: return FCMP_UGT; in getInversePredicate()
3669 case FCMP_UGT: return FCMP_OLE; in getInversePredicate()
3688 case FCmpInst::FCMP_OLE: return "ole"; in getPredicateName()
3759 case FCMP_OGE: return FCMP_OLE; in getSwappedPredicate()
3760 case FCMP_OLE: return FCMP_OGE; in getSwappedPredicate()
3775 case FCMP_OLE: in isNonStrictPredicate()
3812 case FCMP_OLE: in getStrictPredicate()
3836 return FCMP_OLE; in getNonStrictPredicate()
3923 case FCmpInst::FCMP_OLT: case FCmpInst::FCMP_OGE: case FCmpInst::FCMP_OLE: in isOrdered()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUPostLegalizerCombiner.cpp125 case CmpInst::FCMP_OLE: in applySelectFCmpToFMinToFMaxLegacy()
/external/llvm-project/llvm/include/llvm/Transforms/InstCombine/
DInstCombiner.h152 case CmpInst::FCMP_OLE: in isCanonicalPredicate()
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp96 case CmpInst::FCMP_OLE: in mapFCmpPred()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp99 case CmpInst::FCMP_OLE: in mapFCmpPred()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp99 case CmpInst::FCMP_OLE: in mapFCmpPred()
/external/llvm-project/llvm/lib/FuzzMutate/
DOperations.cpp57 Ops.push_back(cmpOpDescriptor(1, Instruction::FCmp, CmpInst::FCMP_OLE)); in describeFuzzerFloatOps()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DOperations.cpp57 Ops.push_back(cmpOpDescriptor(1, Instruction::FCmp, CmpInst::FCMP_OLE)); in describeFuzzerFloatOps()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstructionSelector.cpp752 case CmpInst::FCMP_OLE: // Ordered or Less Than or Equal in select()
755 isLogicallyNegated = Cond != CmpInst::FCMP_OLE; in select()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsInstructionSelector.cpp851 case CmpInst::FCMP_OLE: // Ordered or Less Than or Equal in select()
854 isLogicallyNegated = Cond != CmpInst::FCMP_OLE; in select()
/external/llvm/lib/IR/
DConstantFold.cpp1798 case FCmpInst::FCMP_OLE: in ConstantFoldCompareInstruction()
1846 pred == FCmpInst::FCMP_ULE || pred == FCmpInst::FCMP_OLE || in ConstantFoldCompareInstruction()
1852 pred == FCmpInst::FCMP_ULE || pred == FCmpInst::FCMP_OLE); in ConstantFoldCompareInstruction()
1859 case FCmpInst::FCMP_OLE: // We know that C1 <= C2 in ConstantFoldCompareInstruction()

12345