Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp153 case naclbitc::FCMP_ONE: in DecodeFcmpPredicate()
154 LLVMPredicate = CmpInst::FCMP_ONE; in DecodeFcmpPredicate()
/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/llvm-10.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp275 FCmp32Libcalls[CmpInst::FCMP_ONE] = { in setFCmpLibcallsAEABI()
301 FCmp64Libcalls[CmpInst::FCMP_ONE] = { in setFCmpLibcallsAEABI()
325 FCmp32Libcalls[CmpInst::FCMP_ONE] = {{RTLIB::OGT_F32, CmpInst::ICMP_SGT}, in setFCmpLibcallsGNU()
343 FCmp64Libcalls[CmpInst::FCMP_ONE] = {{RTLIB::OGT_F64, CmpInst::ICMP_SGT}, in setFCmpLibcallsGNU()
DARMInstructionSelector.cpp397 case CmpInst::FCMP_ONE: in getComparePreds()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h279 FCMP_ONE = 6, ///< 0 1 1 0 True if ordered and operands are unequal enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIntrinsicInst.cpp136 .Case("one", FCmpInst::FCMP_ONE) in getPredicate()
DConstantFold.cpp1921 case FCmpInst::FCMP_ONE: in ConstantFoldCompareInstruction()
1987 Result = (pred == FCmpInst::FCMP_UNE || pred == FCmpInst::FCMP_ONE || in ConstantFoldCompareInstruction()
1992 Result = (pred == FCmpInst::FCMP_UNE || pred == FCmpInst::FCMP_ONE || in ConstantFoldCompareInstruction()
2010 case FCmpInst::FCMP_ONE: // We know that C1 != C2 in ConstantFoldCompareInstruction()
2014 else if (pred == FCmpInst::FCMP_ONE || pred == FCmpInst::FCMP_UNE) in ConstantFoldCompareInstruction()
2019 if (pred == FCmpInst::FCMP_ONE) in ConstantFoldCompareInstruction()
DInstructions.cpp3545 case FCMP_ONE: return FCMP_UEQ; in getInversePredicate()
3550 case FCMP_UEQ: return FCMP_ONE; in getInversePredicate()
3572 case FCmpInst::FCMP_ONE: return "one"; in getPredicateName()
3659 case FCMP_OEQ: case FCMP_ONE: in getSwappedPredicate()
3724 case FCmpInst::FCMP_OEQ: case FCmpInst::FCMP_ONE: case FCmpInst::FCMP_OGT: in isOrdered()
3750 case FCMP_FALSE: case FCMP_ONE: case FCMP_OGT: case FCMP_OLT: return true; in isFalseWhenEqual()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp261 if ((Predicate == CmpInst::ICMP_NE) || (Predicate == CmpInst::FCMP_ONE)) { in FlattenParallelAndOr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp102 case CmpInst::FCMP_ONE: in mapFCmpPred()
DGVN.cpp1425 if ((Cmp->getPredicate() == CmpInst::Predicate::FCMP_ONE && in impliesEquivalanceIfFalse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DOperations.cpp58 Ops.push_back(cmpOpDescriptor(1, Instruction::FCmp, CmpInst::FCMP_ONE)); in describeFuzzerFloatOps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp209 case FCmpInst::FCMP_ONE: return ISD::SETONE; in getFCmpCondCode()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.cpp536 pTest = FCMP_ONE(pAlpha, pRef); in AlphaTest()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp826 case CmpInst::Predicate::FCMP_ONE: in getCmpSelInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstructionSelector.cpp738 case CmpInst::FCMP_ONE: // Ordered or Greater Than or Less Than (OGL) in select()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h107 case CmpInst::FCMP_ONE: in isCanonicalPredicate()
DInstCombineCompares.cpp5714 assert(P == FCmpInst::FCMP_ONE || P == FCmpInst::FCMP_UNE); in foldFCmpIntToFPConst()
5777 case FCmpInst::FCMP_ONE: in foldFCmpIntToFPConst()
5991 return replacePredAndOp0(&I, FCmpInst::FCMP_ONE, X); in foldFabsWithFcmpZero()
6017 case FCmpInst::FCMP_ONE: in foldFabsWithFcmpZero()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceConverter.cpp478 case CmpInst::FCMP_ONE: in convertFCmpInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp2248 case CmpInst::FCMP_ONE: in getCompareCC()
2471 case CmpInst::FCMP_ONE: in selectBranch()
2616 case CmpInst::FCMP_ONE: in selectCmp()
2797 case CmpInst::FCMP_ONE: in selectSelect()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp684 case FCmpInst::FCMP_ONE: R = executeFCMP_ONE(Src1, Src2, Ty); break; in visitFCmpInst()
716 case FCmpInst::FCMP_ONE: return executeFCMP_ONE(Src1, Src2, Ty); in executeCmpInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstrTypes.h740 FCMP_ONE = 6, ///< 0 1 1 0 True if ordered and operands are unequal
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp216 case CmpInst::FCMP_ONE: CC = 12; break; in getX86SSEConditionCode()
1680 Predicate = CmpInst::FCMP_ONE; in X86SelectBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp231 case CmpInst::FCMP_ONE: in getComparePred()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp2454 case CmpInst::FCMP_ONE: Predicate = CmpInst::FCMP_FALSE; break; in optimizeCmpPredicate()

12