Home
last modified time | relevance | path

Searched refs:FCMP_UEQ (Results 1 – 25 of 36) sorted by relevance

12

/third_party/ltp/tools/sparse/sparse-src/
Dopcode.def44 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/
DNaClBitcodeDecoders.cpp162 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/
DARMLegalizerInfo.cpp278 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()
DARMInstructionSelector.cpp400 case CmpInst::FCMP_UEQ: in getComparePreds()
DARMFastISel.cpp1194 case CmpInst::FCMP_UEQ: in getComparePred()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h282 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/
DIntrinsicInst.cpp139 .Case("ueq", FCmpInst::FCMP_UEQ) in getPredicate()
DConstantFold.cpp1477 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()
DInstructions.cpp3545 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/
DMipsInstructionSelector.cpp737 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/
DOperations.cpp61 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/
DFloat2Int.cpp88 case CmpInst::FCMP_UEQ: in mapFCmpPred()
DGVN.cpp1400 (Cmp->getPredicate() == CmpInst::Predicate::FCMP_UEQ && in impliesEquivalanceIfTrue()
DIndVarSimplify.cpp374 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/
DAnalysis.cpp212 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/
DSystemZTargetTransformInfo.cpp828 case CmpInst::Predicate::FCMP_UEQ: in getCmpSelInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceConverter.cpp484 case CmpInst::FCMP_UEQ: in convertFCmpInstruction()
DPNaClTranslator.cpp2052 case naclbitc::FCMP_UEQ: in convertNaClBitcFCompOpToIce()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp2249 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/
DExecution.cpp681 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/
DInstCombineCompares.cpp5711 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/
DInstrTypes.h743 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/
DPPCFastISel.cpp226 case CmpInst::FCMP_UEQ: in getComparePred()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp2457 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/
DMIParser.cpp2380 .Case("ueq", CmpInst::FCMP_UEQ) in parsePredicateOperand()

12