/external/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeDecoders.cpp | 162 case naclbitc::FCMP_UEQ: in DecodeFcmpPredicate() 163 LLVMPredicate = CmpInst::FCMP_UEQ; in DecodeFcmpPredicate()
|
/external/llvm-project/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()
|
/external/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()
|
/external/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
|
/external/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()
|
/external/llvm-project/llvm/lib/IR/ |
D | IntrinsicInst.cpp | 139 .Case("ueq", FCmpInst::FCMP_UEQ) in getPredicate()
|
D | ConstantFold.cpp | 1598 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()
|
D | Instructions.cpp | 3662 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/ |
D | AMDGPUPostLegalizerCombiner.cpp | 101 case CmpInst::FCMP_UEQ: in matchFMinFMaxLegacy()
|
/external/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 85 case CmpInst::FCMP_UEQ: in mapFCmpPred()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 88 case CmpInst::FCMP_UEQ: in mapFCmpPred()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 88 case CmpInst::FCMP_UEQ: in mapFCmpPred()
|
/external/llvm-project/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 61 Ops.push_back(cmpOpDescriptor(1, Instruction::FCmp, CmpInst::FCMP_UEQ)); in describeFuzzerFloatOps()
|
/external/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()
|
/external/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()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsInstructionSelector.cpp | 836 case CmpInst::FCMP_UEQ: // Unordered or Equal in select() 839 isLogicallyNegated = Cond != CmpInst::FCMP_UEQ; in select()
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 1776 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()
|
D | Instructions.cpp | 3450 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/ |
D | Analysis.cpp | 173 case FCmpInst::FCMP_UEQ: return ISD::SETUEQ; in getFCmpCondCode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 212 case FCmpInst::FCMP_UEQ: return ISD::SETUEQ; in getFCmpCondCode()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | Analysis.cpp | 213 case FCmpInst::FCMP_UEQ: return ISD::SETUEQ; in getFCmpCondCode()
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 898 case CmpInst::Predicate::FCMP_UEQ: in getCmpSelInstrCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 828 case CmpInst::Predicate::FCMP_UEQ: in getCmpSelInstrCost()
|