Home
last modified time | relevance | path

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

12

/third_party/ltp/tools/sparse/sparse-src/
Dopcode.def47 OPCODE(FCMP_OLT, FCMP_UGE, FCMP_OGT, BADOP, BADOP, 2, OPF_TARGET)
50 OPCODE(FCMP_OGT, FCMP_ULE, FCMP_OLT, BADOP, BADOP, 2, OPF_TARGET)
53 OPCODE(FCMP_UGE, FCMP_OLT, FCMP_ULE, BADOP, BADOP, 2, OPF_TARGET)
60 OPCODE(SET_LT, SET_GE, SET_GT, SET_B, FCMP_OLT, 2, OPF_TARGET|OPF_BINOP|OPF_COMPARE|OPF_S…
64 OPCODE(SET_B, SET_AE, SET_A, SET_LT, FCMP_OLT, 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.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()
DLoopUtils.cpp774 P = CmpInst::FCMP_OLT; in createMinMaxOp()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp147 case naclbitc::FCMP_OLT: in DecodeFcmpPredicate()
148 LLVMPredicate = CmpInst::FCMP_OLT; in DecodeFcmpPredicate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp265 FCmp32Libcalls[CmpInst::FCMP_OLT] = { in setFCmpLibcallsAEABI()
291 FCmp64Libcalls[CmpInst::FCMP_OLT] = { in setFCmpLibcallsAEABI()
317 FCmp32Libcalls[CmpInst::FCMP_OLT] = {{RTLIB::OLT_F32, CmpInst::ICMP_SLT}}; in setFCmpLibcallsGNU()
335 FCmp64Libcalls[CmpInst::FCMP_OLT] = {{RTLIB::OLT_F64, CmpInst::ICMP_SLT}}; in setFCmpLibcallsGNU()
DARMInstructionSelector.cpp419 case CmpInst::FCMP_OLT: in getComparePreds()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h277 FCMP_OLT = 4, ///< 0 1 0 0 True if ordered and less than enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIntrinsicInst.cpp134 .Case("olt", FCmpInst::FCMP_OLT) in getPredicate()
DConstantFold.cpp1488 ConstantExpr::getFCmp(FCmpInst::FCMP_OLT, V1, V2)); in evaluateFCmpRelation()
1490 return FCmpInst::FCMP_OLT; in evaluateFCmpRelation()
1927 case FCmpInst::FCMP_OLT: in ConstantFoldCompareInstruction()
1986 case FCmpInst::FCMP_OLT: // We know that C1 < C2 in ConstantFoldCompareInstruction()
1988 pred == FCmpInst::FCMP_ULT || pred == FCmpInst::FCMP_OLT || in ConstantFoldCompareInstruction()
2000 else if (pred == FCmpInst::FCMP_ULT || pred == FCmpInst::FCMP_OLT) in ConstantFoldCompareInstruction()
2005 if (pred == FCmpInst::FCMP_ULT || pred == FCmpInst::FCMP_OLT) in ConstantFoldCompareInstruction()
DInstructions.cpp3547 case FCMP_OLT: return FCMP_UGE; in getInversePredicate()
3554 case FCMP_UGE: return FCMP_OLT; in getInversePredicate()
3570 case FCmpInst::FCMP_OLT: return "olt"; in getPredicateName()
3634 case FCMP_OLT: return FCMP_OLE; in getFlippedStrictnessPredicate()
3636 case FCMP_OLE: return FCMP_OLT; in getFlippedStrictnessPredicate()
3663 case FCMP_OGT: return FCMP_OLT; in getSwappedPredicate()
3664 case FCMP_OLT: return FCMP_OGT; 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()
3750 case FCMP_FALSE: case FCMP_ONE: case FCMP_OGT: case FCMP_OLT: return true; in isFalseWhenEqual()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp816 Value* lowCmp = FCMP_OLT(src, low); in FCLAMP()
873 Value* vSgn = FCMP_OLT(vFloat, VIMMED1(0.0f)); in VCVT_F32_FIXED_SI()
943 Value* vSgn = FCMP_OLT(vFloat, VIMMED1(0.0f)); in VCVT_F32_FIXED_UI()
Dblend_jit.cpp524 pTest = FCMP_OLT(pAlpha, pRef); in AlphaTest()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp209 if (Pred & CmpInst::FCMP_OLT) in convertFCmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstructionSelector.cpp742 case CmpInst::FCMP_OLT: // Ordered or Less Than in select()
745 isLogicallyNegated = Cond != CmpInst::FCMP_OLT; in select()
DMipsFastISel.cpp702 case CmpInst::FCMP_OLT: in emitCmp()
722 case CmpInst::FCMP_OLT: in emitCmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DOperations.cpp56 Ops.push_back(cmpOpDescriptor(1, Instruction::FCmp, CmpInst::FCMP_OLT)); in describeFuzzerFloatOps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp96 case CmpInst::FCMP_OLT: in mapFCmpPred()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp207 case FCmpInst::FCMP_OLT: return ISD::SETOLT; in getFCmpCondCode()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceConverter.cpp472 case CmpInst::FCMP_OLT: in convertFCmpInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp686 case FCmpInst::FCMP_OLT: R = executeFCMP_OLT(Src1, Src2, Ty); break; in visitFCmpInst()
718 case FCmpInst::FCMP_OLT: return executeFCMP_OLT(Src1, Src2, Ty); in executeCmpInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp1087 case FCmpInst::FCMP_OLT: in selectFCmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp3576 case FCmpInst::FCMP_OLT: in SimplifyFCmpInst()
3612 case FCmpInst::FCMP_OLT: in SimplifyFCmpInst()
3649 case FCmpInst::FCMP_OLT: case FCmpInst::FCMP_ULT: in SimplifyFCmpInst()
3673 case FCmpInst::FCMP_OLT: in SimplifyFCmpInst()
DValueTracking.cpp4685 case CmpInst::FCMP_OLT: in matchFastFloatClamp()
5053 case FCmpInst::FCMP_OLT: in matchSelectPattern()
5292 return Ordered ? FCmpInst::FCMP_OLT : FCmpInst::FCMP_ULT; in getMinMaxPred()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstrTypes.h738 FCMP_OLT = 4, ///< 0 1 0 0 True if ordered and less than
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp5769 case FCmpInst::FCMP_OLT: in foldFCmpIntToFPConst()
5941 if ((Pred != FCmpInst::FCMP_OGT) && (Pred != FCmpInst::FCMP_OLT) && in foldFCmpReciprocalAndZero()
5984 case FCmpInst::FCMP_OLT: in foldFabsWithFcmpZero()

12