/third_party/ltp/tools/sparse/sparse-src/ |
D | opcode.def | 47 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/ |
D | LibCallsShrinkWrap.cpp | 149 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()
|
D | LoopUtils.cpp | 774 P = CmpInst::FCMP_OLT; in createMinMaxOp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeDecoders.cpp | 147 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/ |
D | ARMLegalizerInfo.cpp | 265 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()
|
D | ARMInstructionSelector.cpp | 419 case CmpInst::FCMP_OLT: in getComparePreds()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 277 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/ |
D | IntrinsicInst.cpp | 134 .Case("olt", FCmpInst::FCMP_OLT) in getPredicate()
|
D | ConstantFold.cpp | 1488 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()
|
D | Instructions.cpp | 3547 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/ |
D | builder_misc.cpp | 816 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()
|
D | blend_jit.cpp | 524 pTest = FCMP_OLT(pAlpha, pRef); in AlphaTest()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 209 if (Pred & CmpInst::FCMP_OLT) in convertFCmp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsInstructionSelector.cpp | 742 case CmpInst::FCMP_OLT: // Ordered or Less Than in select() 745 isLogicallyNegated = Cond != CmpInst::FCMP_OLT; in select()
|
D | MipsFastISel.cpp | 702 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/ |
D | Operations.cpp | 56 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/ |
D | Float2Int.cpp | 96 case CmpInst::FCMP_OLT: in mapFCmpPred()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 207 case FCmpInst::FCMP_OLT: return ISD::SETOLT; in getFCmpCondCode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceConverter.cpp | 472 case CmpInst::FCMP_OLT: in convertFCmpInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 686 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/ |
D | WebAssemblyFastISel.cpp | 1087 case FCmpInst::FCMP_OLT: in selectFCmp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 3576 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()
|
D | ValueTracking.cpp | 4685 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/ |
D | InstrTypes.h | 738 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/ |
D | InstCombineCompares.cpp | 5769 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()
|