/third_party/ltp/tools/sparse/sparse-src/ |
D | opcode.def | 43 OPCODE(FCMP_OEQ, FCMP_UNE, FCMP_OEQ, BADOP, BADOP, 2, OPF_TARGET) 46 OPCODE(FCMP_UNE, FCMP_OEQ, FCMP_UNE, BADOP, BADOP, 2, OPF_TARGET) 59 OPCODE(SET_EQ, SET_NE, SET_EQ, SET_EQ, FCMP_OEQ, 2, OPF_TARGET|OPF_BINOP|OPF_COMPARE|OPF_C…
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeDecoders.cpp | 138 case naclbitc::FCMP_OEQ: in DecodeFcmpPredicate() 139 LLVMPredicate = CmpInst::FCMP_OEQ; in DecodeFcmpPredicate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMLegalizerInfo.cpp | 257 FCmp32Libcalls[CmpInst::FCMP_OEQ] = { in setFCmpLibcallsAEABI() 283 FCmp64Libcalls[CmpInst::FCMP_OEQ] = { in setFCmpLibcallsAEABI() 313 FCmp32Libcalls[CmpInst::FCMP_OEQ] = {{RTLIB::OEQ_F32, CmpInst::ICMP_EQ}}; in setFCmpLibcallsGNU() 331 FCmp64Libcalls[CmpInst::FCMP_OEQ] = {{RTLIB::OEQ_F64, CmpInst::ICMP_EQ}}; in setFCmpLibcallsGNU()
|
D | ARMInstructionSelector.cpp | 404 case CmpInst::FCMP_OEQ: in getComparePreds()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 274 FCMP_OEQ = 1, ///< 0 0 0 1 True if ordered and equal enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LibCallsShrinkWrap.cpp | 160 Cond = createOrCond(CI, CmpInst::FCMP_OEQ, INFINITY, CmpInst::FCMP_OEQ, in performCallDomainErrorOnly()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | IntrinsicInst.cpp | 131 .Case("oeq", FCmpInst::FCMP_OEQ) in getPredicate()
|
D | ConstantFold.cpp | 1484 ConstantExpr::getFCmp(FCmpInst::FCMP_OEQ, V1, V2)); in evaluateFCmpRelation() 1486 return FCmpInst::FCMP_OEQ; in evaluateFCmpRelation() 1917 case FCmpInst::FCMP_OEQ: in ConstantFoldCompareInstruction() 1981 case FCmpInst::FCMP_OEQ: // We know that C1 == C2 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()
|
D | Instructions.cpp | 3544 case FCMP_OEQ: return FCMP_UNE; in getInversePredicate() 3551 case FCMP_UNE: return FCMP_OEQ; in getInversePredicate() 3567 case FCmpInst::FCMP_OEQ: return "oeq"; in getPredicateName() 3659 case FCMP_OEQ: case FCMP_ONE: in getSwappedPredicate() 3724 case FCmpInst::FCMP_OEQ: case FCmpInst::FCMP_ONE: case FCmpInst::FCMP_OGT: in isOrdered()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 205 if (Pred & CmpInst::FCMP_OEQ) in convertFCmp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsInstructionSelector.cpp | 732 case CmpInst::FCMP_OEQ: // Equal in select() 735 isLogicallyNegated = Cond != CmpInst::FCMP_OEQ; in select()
|
D | MipsFastISel.cpp | 700 case CmpInst::FCMP_OEQ: in emitCmp() 714 case CmpInst::FCMP_OEQ: in emitCmp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 53 Ops.push_back(cmpOpDescriptor(1, Instruction::FCmp, CmpInst::FCMP_OEQ)); in describeFuzzerFloatOps()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 87 case CmpInst::FCMP_OEQ: in mapFCmpPred()
|
D | GVN.cpp | 1399 if (Cmp->getPredicate() == CmpInst::Predicate::FCMP_OEQ || in impliesEquivalanceIfTrue()
|
D | IndVarSimplify.cpp | 373 case CmpInst::FCMP_OEQ: in handleFloatingPointIV()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 204 case FCmpInst::FCMP_OEQ: return ISD::SETOEQ; in getFCmpCondCode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 203 case CmpInst::FCMP_OEQ: CC = 0; break; in getX86SSEConditionCode() 1481 case CmpInst::FCMP_OEQ: SETFOpc = &SETFOpcTable[0][0]; break; in X86SelectCmp() 1675 case CmpInst::FCMP_OEQ: in X86SelectBranch() 2044 case CmpInst::FCMP_OEQ: in X86FastEmitCMoveSelect()
|
D | X86InstructionSelector.cpp | 1006 case CmpInst::FCMP_OEQ: in selectFCmp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceConverter.cpp | 463 case CmpInst::FCMP_OEQ: in convertFCmpInstruction()
|
/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() 5757 case FCmpInst::FCMP_OEQ: in foldFCmpIntToFPConst() 5999 return replacePredAndOp0(&I, FCmpInst::FCMP_OEQ, X); in foldFabsWithFcmpZero() 6015 case FCmpInst::FCMP_OEQ: in foldFabsWithFcmpZero() 6066 case FCmpInst::FCMP_OEQ: // True if ordered and equal in visitFCmpInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 682 case FCmpInst::FCMP_OEQ: R = executeFCMP_OEQ(Src1, Src2, Ty); break; in visitFCmpInst() 714 case FCmpInst::FCMP_OEQ: return executeFCMP_OEQ(Src1, Src2, Ty); in executeCmpInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 1075 case FCmpInst::FCMP_OEQ: in selectFCmp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | InstrTypes.h | 735 FCMP_OEQ = 1, ///< 0 0 0 1 True if ordered and equal
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 3610 case FCmpInst::FCMP_OEQ: in SimplifyFCmpInst() 3633 case FCmpInst::FCMP_OEQ: case FCmpInst::FCMP_UEQ: in SimplifyFCmpInst() 3964 if (Pred == FCmpInst::FCMP_OEQ) in simplifySelectWithFCmp()
|