Home
last modified time | relevance | path

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

12

/third_party/ltp/tools/sparse/sparse-src/
Dopcode.def48 OPCODE(FCMP_OLE, FCMP_UGT, FCMP_OGE, BADOP, BADOP, 2, OPF_TARGET)
49 OPCODE(FCMP_OGE, FCMP_ULT, FCMP_OLE, BADOP, BADOP, 2, OPF_TARGET)
54 OPCODE(FCMP_UGT, FCMP_OLE, FCMP_ULT, BADOP, BADOP, 2, OPF_TARGET)
61 OPCODE(SET_LE, SET_GT, SET_GE, SET_BE, FCMP_OLE, 2, OPF_TARGET|OPF_BINOP|OPF_COMPARE|OPF_S…
65 OPCODE(SET_BE, SET_A, SET_AE, SET_LE, FCMP_OLE, 2, OPF_TARGET|OPF_BINOP|OPF_COMPARE|OPF_U…
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp150 case naclbitc::FCMP_OLE: in DecodeFcmpPredicate()
151 LLVMPredicate = CmpInst::FCMP_OLE; in DecodeFcmpPredicate()
/third_party/skia/third_party/externals/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()
DARMInstructionSelector.cpp423 case CmpInst::FCMP_OLE: in getComparePreds()
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
DMipsFastISel.cpp703 case CmpInst::FCMP_OLE: in emitCmp()
726 case CmpInst::FCMP_OLE: in emitCmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp99 case CmpInst::FCMP_OLE: in mapFCmpPred()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DOperations.cpp57 Ops.push_back(cmpOpDescriptor(1, Instruction::FCmp, CmpInst::FCMP_OLE)); in describeFuzzerFloatOps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp208 case FCmpInst::FCMP_OLE: return ISD::SETOLE; in getFCmpCondCode()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.cpp530 pTest = FCMP_OLE(pAlpha, pRef); in AlphaTest()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h108 case CmpInst::FCMP_OLE: in isCanonicalPredicate()
DInstCombineSelect.cpp2476 (Pred == FCmpInst::FCMP_OLE || Pred == FCmpInst::FCMP_ULE)) { in visitSelectInst()
2496 (Pred == FCmpInst::FCMP_OLT || Pred == FCmpInst::FCMP_OLE || in visitSelectInst()
DInstCombineCompares.cpp5773 case FCmpInst::FCMP_OLE: in foldFCmpIntToFPConst()
5942 (Pred != FCmpInst::FCMP_OGE) && (Pred != FCmpInst::FCMP_OLE)) in foldFCmpReciprocalAndZero()
5997 case FCmpInst::FCMP_OLE: in foldFabsWithFcmpZero()
6068 case FCmpInst::FCMP_OLE: // True if ordered and less than or equal in visitFCmpInst()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceConverter.cpp475 case CmpInst::FCMP_OLE: in convertFCmpInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp690 case FCmpInst::FCMP_OLE: R = executeFCMP_OLE(Src1, Src2, Ty); break; in visitFCmpInst()
722 case FCmpInst::FCMP_OLE: return executeFCMP_OLE(Src1, Src2, Ty); in executeCmpInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp1090 case FCmpInst::FCMP_OLE: in selectFCmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstrTypes.h739 FCMP_OLE = 5, ///< 0 1 0 1 True if ordered and less than or equal
DPatternMatch.h1536 return Pred == CmpInst::FCMP_OLT || Pred == CmpInst::FCMP_OLE; in match()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp4686 case CmpInst::FCMP_OLE: in matchFastFloatClamp()
4976 case CmpInst::FCMP_OGE: case CmpInst::FCMP_OLE: in matchSelectPattern()
5054 case FCmpInst::FCMP_OLE: return {SPF_FMINNUM, NaNBehavior, Ordered}; in matchSelectPattern()

12