Home
last modified time | relevance | path

Searched refs:FCMP_ONE (Results 1 – 25 of 74) sorted by relevance

123

/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp154 case naclbitc::FCMP_ONE: in DecodeFcmpPredicate()
155 LLVMPredicate = CmpInst::FCMP_ONE; in DecodeFcmpPredicate()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DValueLatticeTest.cpp147 EXPECT_TRUE(LV1.getCompare(CmpInst::FCMP_ONE, I1Ty, LV2)->isZeroValue()); in TEST_F()
157 EXPECT_EQ(LV1.getCompare(CmpInst::FCMP_ONE, I1Ty, LV2), nullptr); in TEST_F()
181 EXPECT_TRUE(isa<UndefValue>(LV1.getCompare(CmpInst::FCMP_ONE, I1Ty, LV3))); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp218 FCmp32Libcalls[CmpInst::FCMP_ONE] = { in setFCmpLibcallsAEABI()
244 FCmp64Libcalls[CmpInst::FCMP_ONE] = { in setFCmpLibcallsAEABI()
268 FCmp32Libcalls[CmpInst::FCMP_ONE] = {{RTLIB::OGT_F32, CmpInst::ICMP_SGT}, in setFCmpLibcallsGNU()
286 FCmp64Libcalls[CmpInst::FCMP_ONE] = {{RTLIB::OGT_F64, CmpInst::ICMP_SGT}, in setFCmpLibcallsGNU()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h284 FCMP_ONE = 6, ///< 0 1 1 0 True if ordered and operands are unequal enumerator
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAnalysis.cpp160 case FCmpInst::FCMP_ONE: FOC = ISD::SETNE; FPC = ISD::SETONE; break; in getFCmpCondCode()
/external/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp249 if ((Predicate == CmpInst::ICMP_NE) || (Predicate == CmpInst::FCMP_ONE)) { in FlattenParallelAndOr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp262 if ((Predicate == CmpInst::ICMP_NE) || (Predicate == CmpInst::FCMP_ONE)) { in FlattenParallelAndOr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantFold.cpp1808 case FCmpInst::FCMP_ONE: in ConstantFoldCompareInstruction()
1875 Result = (pred == FCmpInst::FCMP_UNE || pred == FCmpInst::FCMP_ONE || in ConstantFoldCompareInstruction()
1880 Result = (pred == FCmpInst::FCMP_UNE || pred == FCmpInst::FCMP_ONE || in ConstantFoldCompareInstruction()
1898 case FCmpInst::FCMP_ONE: // We know that C1 != C2 in ConstantFoldCompareInstruction()
1902 else if (pred == FCmpInst::FCMP_ONE || pred == FCmpInst::FCMP_UNE) in ConstantFoldCompareInstruction()
DInstructions.cpp3262 case FCMP_ONE: return FCMP_UEQ; in getInversePredicate()
3267 case FCMP_UEQ: return FCMP_ONE; in getInversePredicate()
3289 case FCmpInst::FCMP_ONE: return "one"; in getPredicateName()
3376 case FCMP_OEQ: case FCMP_ONE: in getSwappedPredicate()
3441 case FCmpInst::FCMP_OEQ: case FCmpInst::FCMP_ONE: case FCmpInst::FCMP_OGT: in isOrdered()
3467 case FCMP_FALSE: case FCMP_ONE: case FCMP_OGT: case FCMP_OLT: return true; in isFalseWhenEqual()
/external/llvm/lib/IR/
DConstantFold.cpp1783 case FCmpInst::FCMP_ONE: in ConstantFoldCompareInstruction()
1850 Result = (pred == FCmpInst::FCMP_UNE || pred == FCmpInst::FCMP_ONE || in ConstantFoldCompareInstruction()
1855 Result = (pred == FCmpInst::FCMP_UNE || pred == FCmpInst::FCMP_ONE || in ConstantFoldCompareInstruction()
1873 case FCmpInst::FCMP_ONE: // We know that C1 != C2 in ConstantFoldCompareInstruction()
1877 else if (pred == FCmpInst::FCMP_ONE || pred == FCmpInst::FCMP_UNE) in ConstantFoldCompareInstruction()
DInstructions.cpp3450 case FCMP_ONE: return FCMP_UEQ; in getInversePredicate()
3455 case FCMP_UEQ: return FCMP_ONE; in getInversePredicate()
3574 case FCMP_OEQ: case FCMP_ONE: in getSwappedPredicate()
3625 case FCmpInst::FCMP_OEQ: case FCmpInst::FCMP_ONE: case FCmpInst::FCMP_OGT: in isOrdered()
3651 case FCMP_FALSE: case FCMP_ONE: case FCMP_OGT: case FCMP_OLT: return true; in isFalseWhenEqual()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp99 case CmpInst::FCMP_ONE: in mapFCmpPred()
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp99 case CmpInst::FCMP_ONE: in mapFCmpPred()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp1940 case FCmpInst::FCMP_ONE: in ConstantFoldCompareInstruction()
2003 Result = (pred == FCmpInst::FCMP_UNE || pred == FCmpInst::FCMP_ONE || in ConstantFoldCompareInstruction()
2008 Result = (pred == FCmpInst::FCMP_UNE || pred == FCmpInst::FCMP_ONE || in ConstantFoldCompareInstruction()
2026 case FCmpInst::FCMP_ONE: // We know that C1 != C2 in ConstantFoldCompareInstruction()
2030 else if (pred == FCmpInst::FCMP_ONE || pred == FCmpInst::FCMP_UNE) in ConstantFoldCompareInstruction()
DInstructions.cpp2906 case FCMP_ONE: return FCMP_UEQ; in getInversePredicate()
2911 case FCMP_UEQ: return FCMP_ONE; in getInversePredicate()
3028 case FCMP_OEQ: case FCMP_ONE: in getSwappedPredicate()
3062 case FCmpInst::FCMP_OEQ: case FCmpInst::FCMP_ONE: case FCmpInst::FCMP_OGT: in isOrdered()
3088 case FCMP_FALSE: case FCMP_ONE: case FCMP_OGT: case FCMP_OLT: return true; in isFalseWhenEqual()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
DOperations.cpp59 Ops.push_back(cmpOpDescriptor(1, Instruction::FCmp, CmpInst::FCMP_ONE)); in describeFuzzerFloatOps()
/external/llvm/lib/CodeGen/
DAnalysis.cpp170 case FCmpInst::FCMP_ONE: return ISD::SETONE; in getFCmpCondCode()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstrTypes.h654 FCMP_ONE = 6, ///< 0 1 1 0 True if ordered and operands are unequal
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAnalysis.cpp169 case FCmpInst::FCMP_ONE: return ISD::SETONE; in getFCmpCondCode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp748 case CmpInst::Predicate::FCMP_ONE: in getCmpSelInstrCost()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExecution.cpp460 case FCmpInst::FCMP_ONE: R = executeFCMP_ONE(Src1, Src2, Ty); break; in visitFCmpInst()
495 case FCmpInst::FCMP_ONE: return executeFCMP_ONE(Src1, Src2, Ty); in executeCmpInst()
/external/spirv-llvm/lib/SPIRV/
DSPIRVInternal.h136 _SPIRV_OP(FCMP_ONE, FOrdNotEqual) in init()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h104 case CmpInst::FCMP_ONE: in isCanonicalPredicate()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.cpp490 case ZFUNC_NE: pTest = FCMP_ONE(pAlpha, pRef); break; in AlphaTest()
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPBackend.cpp843 case FCmpInst::FCMP_ONE: Out << "ONE"; break; in printConstant()
1182 case FCmpInst::FCMP_ONE : Out << "FCmpInst::FCMP_ONE"; break; in printInstruction()

123