Home
last modified time | relevance | path

Searched refs:FCMP_OEQ (Results 1 – 25 of 42) sorted by relevance

12

/third_party/ltp/tools/sparse/sparse-src/
Dopcode.def43 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/
DNaClBitcodeDecoders.cpp138 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/
DARMLegalizerInfo.cpp257 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()
DARMInstructionSelector.cpp404 case CmpInst::FCMP_OEQ: in getComparePreds()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h274 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/
DLibCallsShrinkWrap.cpp160 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/
DIntrinsicInst.cpp131 .Case("oeq", FCmpInst::FCMP_OEQ) in getPredicate()
DConstantFold.cpp1484 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()
DInstructions.cpp3544 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/
DSystemZTDC.cpp205 if (Pred & CmpInst::FCMP_OEQ) in convertFCmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstructionSelector.cpp732 case CmpInst::FCMP_OEQ: // Equal in select()
735 isLogicallyNegated = Cond != CmpInst::FCMP_OEQ; in select()
DMipsFastISel.cpp700 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/
DOperations.cpp53 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/
DFloat2Int.cpp87 case CmpInst::FCMP_OEQ: in mapFCmpPred()
DGVN.cpp1399 if (Cmp->getPredicate() == CmpInst::Predicate::FCMP_OEQ || in impliesEquivalanceIfTrue()
DIndVarSimplify.cpp373 case CmpInst::FCMP_OEQ: in handleFloatingPointIV()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp204 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/
DX86FastISel.cpp203 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()
DX86InstructionSelector.cpp1006 case CmpInst::FCMP_OEQ: in selectFCmp()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceConverter.cpp463 case CmpInst::FCMP_OEQ: in convertFCmpInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp5711 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/
DExecution.cpp682 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/
DWebAssemblyFastISel.cpp1075 case FCmpInst::FCMP_OEQ: in selectFCmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstrTypes.h735 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/
DInstructionSimplify.cpp3610 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()

12