/third_party/ltp/tools/sparse/sparse-src/ |
D | opcode.def | 44 OPCODE(FCMP_ONE, FCMP_UEQ, FCMP_ONE, BADOP, BADOP, 2, OPF_TARGET) 45 OPCODE(FCMP_UEQ, FCMP_ONE, FCMP_UEQ, BADOP, BADOP, 2, OPF_TARGET)
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeDecoders.cpp | 162 case naclbitc::FCMP_UEQ: in DecodeFcmpPredicate() 163 LLVMPredicate = CmpInst::FCMP_UEQ; in DecodeFcmpPredicate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMLegalizerInfo.cpp | 278 FCmp32Libcalls[CmpInst::FCMP_UEQ] = { in setFCmpLibcallsAEABI() 304 FCmp64Libcalls[CmpInst::FCMP_UEQ] = { in setFCmpLibcallsAEABI() 327 FCmp32Libcalls[CmpInst::FCMP_UEQ] = {{RTLIB::OEQ_F32, CmpInst::ICMP_EQ}, in setFCmpLibcallsGNU() 345 FCmp64Libcalls[CmpInst::FCMP_UEQ] = {{RTLIB::OEQ_F64, CmpInst::ICMP_EQ}, in setFCmpLibcallsGNU()
|
D | ARMInstructionSelector.cpp | 400 case CmpInst::FCMP_UEQ: in getComparePreds()
|
D | ARMFastISel.cpp | 1194 case CmpInst::FCMP_UEQ: in getComparePred()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 282 FCMP_UEQ = 9, ///< 1 0 0 1 True if unordered or equal enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | IntrinsicInst.cpp | 139 .Case("ueq", FCmpInst::FCMP_UEQ) in getPredicate()
|
D | ConstantFold.cpp | 1477 if (V1 == V2) return FCmpInst::FCMP_UEQ; in evaluateFCmpRelation() 1914 case FCmpInst::FCMP_UEQ: in ConstantFoldCompareInstruction() 1982 Result = (pred == FCmpInst::FCMP_UEQ || pred == FCmpInst::FCMP_OEQ || in ConstantFoldCompareInstruction() 2012 if (pred == FCmpInst::FCMP_OEQ || pred == FCmpInst::FCMP_UEQ) in ConstantFoldCompareInstruction() 2017 case FCmpInst::FCMP_UEQ: // We know that C1 == C2 || isUnordered(C1, C2). in ConstantFoldCompareInstruction() 2021 else if (pred == FCmpInst::FCMP_UEQ) in ConstantFoldCompareInstruction()
|
D | Instructions.cpp | 3545 case FCMP_ONE: return FCMP_UEQ; in getInversePredicate() 3550 case FCMP_UEQ: return FCMP_ONE; in getInversePredicate() 3575 case FCmpInst::FCMP_UEQ: return "ueq"; in getPredicateName() 3660 case FCMP_UEQ: case FCMP_UNE: in getSwappedPredicate() 3733 case FCmpInst::FCMP_UEQ: case FCmpInst::FCMP_UNE: case FCmpInst::FCMP_UGT: in isUnordered() 3743 case FCMP_TRUE: case FCMP_UEQ: case FCMP_UGE: case FCMP_ULE: return true; in isTrueWhenEqual()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsInstructionSelector.cpp | 737 case CmpInst::FCMP_UEQ: // Unordered or Equal in select() 740 isLogicallyNegated = Cond != CmpInst::FCMP_UEQ; in select()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 61 Ops.push_back(cmpOpDescriptor(1, Instruction::FCmp, CmpInst::FCMP_UEQ)); in describeFuzzerFloatOps()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 88 case CmpInst::FCMP_UEQ: in mapFCmpPred()
|
D | GVN.cpp | 1400 (Cmp->getPredicate() == CmpInst::Predicate::FCMP_UEQ && in impliesEquivalanceIfTrue()
|
D | IndVarSimplify.cpp | 374 case CmpInst::FCMP_UEQ: NewPred = CmpInst::ICMP_EQ; break; in handleFloatingPointIV()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 212 case FCmpInst::FCMP_UEQ: return ISD::SETUEQ; in getFCmpCondCode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 828 case CmpInst::Predicate::FCMP_UEQ: in getCmpSelInstrCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceConverter.cpp | 484 case CmpInst::FCMP_UEQ: in convertFCmpInstruction()
|
D | PNaClTranslator.cpp | 2052 case naclbitc::FCMP_UEQ: in convertNaClBitcFCompOpToIce()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 2249 case CmpInst::FCMP_UEQ: in getCompareCC() 2467 case CmpInst::FCMP_UEQ: in selectBranch() 2613 case CmpInst::FCMP_UEQ: in selectCmp() 2793 case CmpInst::FCMP_UEQ: in selectSelect()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 681 case FCmpInst::FCMP_UEQ: R = executeFCMP_UEQ(Src1, Src2, Ty); break; in visitFCmpInst() 715 case FCmpInst::FCMP_UEQ: return executeFCMP_UEQ(Src1, Src2, Ty); in executeCmpInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 5711 if (P == FCmpInst::FCMP_OEQ || P == FCmpInst::FCMP_UEQ) in foldFCmpIntToFPConst() 5756 case FCmpInst::FCMP_UEQ: in foldFCmpIntToFPConst() 6003 return replacePredAndOp0(&I, FCmpInst::FCMP_UEQ, X); in foldFabsWithFcmpZero() 6016 case FCmpInst::FCMP_UEQ: in foldFabsWithFcmpZero()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | InstrTypes.h | 743 FCMP_UEQ = 9, ///< 1 0 0 1 True if unordered or equal
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 226 case CmpInst::FCMP_UEQ: in getComparePred()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 2457 case CmpInst::FCMP_UEQ: Predicate = CmpInst::FCMP_TRUE; break; in optimizeCmpPredicate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 2380 .Case("ueq", CmpInst::FCMP_UEQ) in parsePredicateOperand()
|