Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp162 case naclbitc::FCMP_UEQ: in DecodeFcmpPredicate()
163 LLVMPredicate = CmpInst::FCMP_UEQ; in DecodeFcmpPredicate()
/external/llvm-project/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()
/external/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()
/external/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
/external/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()
/external/llvm-project/llvm/lib/IR/
DIntrinsicInst.cpp139 .Case("ueq", FCmpInst::FCMP_UEQ) in getPredicate()
DConstantFold.cpp1598 if (V1 == V2) return FCmpInst::FCMP_UEQ; in evaluateFCmpRelation()
2044 case FCmpInst::FCMP_UEQ: in ConstantFoldCompareInstruction()
2126 Result = (pred == FCmpInst::FCMP_UEQ || pred == FCmpInst::FCMP_OEQ || in ConstantFoldCompareInstruction()
2156 if (pred == FCmpInst::FCMP_OEQ || pred == FCmpInst::FCMP_UEQ) in ConstantFoldCompareInstruction()
2161 case FCmpInst::FCMP_UEQ: // We know that C1 == C2 || isUnordered(C1, C2). in ConstantFoldCompareInstruction()
2165 else if (pred == FCmpInst::FCMP_UEQ) in ConstantFoldCompareInstruction()
DInstructions.cpp3662 case FCMP_ONE: return FCMP_UEQ; in getInversePredicate()
3667 case FCMP_UEQ: return FCMP_ONE; in getInversePredicate()
3692 case FCmpInst::FCMP_UEQ: return "ueq"; in getPredicateName()
3754 case FCMP_UEQ: case FCMP_UNE: in getSwappedPredicate()
3931 case FCmpInst::FCMP_UEQ: case FCmpInst::FCMP_UNE: case FCmpInst::FCMP_UGT: in isUnordered()
3941 case FCMP_TRUE: case FCMP_UEQ: case FCMP_UGE: case FCMP_ULE: return true; in isTrueWhenEqual()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUPostLegalizerCombiner.cpp101 case CmpInst::FCMP_UEQ: in matchFMinFMaxLegacy()
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp85 case CmpInst::FCMP_UEQ: in mapFCmpPred()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp88 case CmpInst::FCMP_UEQ: in mapFCmpPred()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp88 case CmpInst::FCMP_UEQ: in mapFCmpPred()
/external/llvm-project/llvm/lib/FuzzMutate/
DOperations.cpp61 Ops.push_back(cmpOpDescriptor(1, Instruction::FCmp, CmpInst::FCMP_UEQ)); in describeFuzzerFloatOps()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DOperations.cpp61 Ops.push_back(cmpOpDescriptor(1, Instruction::FCmp, CmpInst::FCMP_UEQ)); in describeFuzzerFloatOps()
/external/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()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsInstructionSelector.cpp836 case CmpInst::FCMP_UEQ: // Unordered or Equal in select()
839 isLogicallyNegated = Cond != CmpInst::FCMP_UEQ; in select()
/external/llvm/lib/IR/
DConstantFold.cpp1776 case FCmpInst::FCMP_UEQ: in ConstantFoldCompareInstruction()
1834 case FCmpInst::FCMP_UEQ: in ConstantFoldCompareInstruction()
1845 Result = (pred == FCmpInst::FCMP_UEQ || pred == FCmpInst::FCMP_OEQ || in ConstantFoldCompareInstruction()
1875 if (pred == FCmpInst::FCMP_OEQ || pred == FCmpInst::FCMP_UEQ) in ConstantFoldCompareInstruction()
DInstructions.cpp3450 case FCMP_ONE: return FCMP_UEQ; in getInversePredicate()
3455 case FCMP_UEQ: return FCMP_ONE; in getInversePredicate()
3575 case FCMP_UEQ: case FCMP_UNE: in getSwappedPredicate()
3634 case FCmpInst::FCMP_UEQ: case FCmpInst::FCMP_UNE: case FCmpInst::FCMP_UGT: in isUnordered()
3644 case FCMP_TRUE: case FCMP_UEQ: case FCMP_UGE: case FCMP_ULE: return true; in isTrueWhenEqual()
/external/llvm/lib/CodeGen/
DAnalysis.cpp173 case FCmpInst::FCMP_UEQ: return ISD::SETUEQ; in getFCmpCondCode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp212 case FCmpInst::FCMP_UEQ: return ISD::SETUEQ; in getFCmpCondCode()
/external/llvm-project/llvm/lib/CodeGen/
DAnalysis.cpp213 case FCmpInst::FCMP_UEQ: return ISD::SETUEQ; in getFCmpCondCode()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp898 case CmpInst::Predicate::FCMP_UEQ: in getCmpSelInstrCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp828 case CmpInst::Predicate::FCMP_UEQ: in getCmpSelInstrCost()

1234