/external/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeDecoders.cpp | 138 case naclbitc::FCMP_OEQ: in DecodeFcmpPredicate() 139 LLVMPredicate = CmpInst::FCMP_OEQ; in DecodeFcmpPredicate()
|
/external/llvm-project/llvm/unittests/Analysis/ |
D | ValueLatticeTest.cpp | 155 EXPECT_TRUE(LV1.getCompare(CmpInst::FCMP_OEQ, I1Ty, LV2)->isOneValue()); in TEST_F() 164 EXPECT_EQ(LV1.getCompare(CmpInst::FCMP_OEQ, I1Ty, LV2), nullptr); in TEST_F() 188 EXPECT_TRUE(isa<UndefValue>(LV1.getCompare(CmpInst::FCMP_OEQ, I1Ty, LV3))); in TEST_F()
|
/external/llvm-project/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()
|
/external/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()
|
/external/llvm-project/llvm/test/TableGen/ |
D | GlobalISelEmitter-setcc.td | 10 // GISEL: GIM_CheckCmpPredicate, /*MI*/0, /*Op*/1, /*Predicate*/CmpInst::FCMP_OEQ,
|
/external/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
|
/external/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()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | LibCallsShrinkWrap.cpp | 160 Cond = createOrCond(CI, CmpInst::FCMP_OEQ, INFINITY, CmpInst::FCMP_OEQ, in performCallDomainErrorOnly()
|
/external/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()
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 1348 if (V1 == V2) return FCmpInst::FCMP_OEQ; in evaluateFCmpRelation() 1355 ConstantExpr::getFCmp(FCmpInst::FCMP_OEQ, V1, V2)); in evaluateFCmpRelation() 1357 return FCmpInst::FCMP_OEQ; in evaluateFCmpRelation() 1779 case FCmpInst::FCMP_OEQ: in ConstantFoldCompareInstruction() 1844 case FCmpInst::FCMP_OEQ: // We know that C1 == C2 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()
|
/external/llvm-project/llvm/unittests/CodeGen/GlobalISel/ |
D | PatternMatchTest.cpp | 181 auto CmpEq = B.buildFCmp(CmpInst::FCMP_OEQ, s1, Copies[0], Copies[1]); in TEST_F() 195 EXPECT_EQ(CmpInst::FCMP_OEQ, Pred); in TEST_F()
|
/external/llvm-project/llvm/lib/IR/ |
D | IntrinsicInst.cpp | 131 .Case("oeq", FCmpInst::FCMP_OEQ) in getPredicate()
|
D | ConstantFold.cpp | 1605 ConstantExpr::getFCmp(FCmpInst::FCMP_OEQ, V1, V2)); in evaluateFCmpRelation() 1607 return FCmpInst::FCMP_OEQ; in evaluateFCmpRelation() 2047 case FCmpInst::FCMP_OEQ: in ConstantFoldCompareInstruction() 2125 case FCmpInst::FCMP_OEQ: // We know that C1 == C2 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()
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 213 if (Pred & CmpInst::FCMP_OEQ) in convertFCmp()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 205 if (Pred & CmpInst::FCMP_OEQ) in convertFCmp()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 205 if (Pred & CmpInst::FCMP_OEQ) in convertFCmp()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPostLegalizerCombiner.cpp | 97 case CmpInst::FCMP_OEQ: in matchFMinFMaxLegacy()
|
/external/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 84 case CmpInst::FCMP_OEQ: in mapFCmpPred()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 87 case CmpInst::FCMP_OEQ: in mapFCmpPred()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 87 case CmpInst::FCMP_OEQ: in mapFCmpPred()
|
/external/llvm-project/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 53 Ops.push_back(cmpOpDescriptor(1, Instruction::FCmp, CmpInst::FCMP_OEQ)); in describeFuzzerFloatOps()
|
/external/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()
|
/external/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()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsInstructionSelector.cpp | 831 case CmpInst::FCMP_OEQ: // Equal in select() 834 isLogicallyNegated = Cond != CmpInst::FCMP_OEQ; in select()
|