/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeDecoders.cpp | 153 case naclbitc::FCMP_ONE: in DecodeFcmpPredicate() 154 LLVMPredicate = CmpInst::FCMP_ONE; in DecodeFcmpPredicate()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | opcode.def | 44 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/ |
D | ARMLegalizerInfo.cpp | 275 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()
|
D | ARMInstructionSelector.cpp | 397 case CmpInst::FCMP_ONE: in getComparePreds()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClLLVMBitCodes.h | 279 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/ |
D | IntrinsicInst.cpp | 136 .Case("one", FCmpInst::FCMP_ONE) in getPredicate()
|
D | ConstantFold.cpp | 1921 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()
|
D | Instructions.cpp | 3545 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/ |
D | FlattenCFG.cpp | 261 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/ |
D | Float2Int.cpp | 102 case CmpInst::FCMP_ONE: in mapFCmpPred()
|
D | GVN.cpp | 1425 if ((Cmp->getPredicate() == CmpInst::Predicate::FCMP_ONE && in impliesEquivalanceIfFalse()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 58 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/ |
D | Analysis.cpp | 209 case FCmpInst::FCMP_ONE: return ISD::SETONE; in getFCmpCondCode()
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | blend_jit.cpp | 536 pTest = FCMP_ONE(pAlpha, pRef); in AlphaTest()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 826 case CmpInst::Predicate::FCMP_ONE: in getCmpSelInstrCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsInstructionSelector.cpp | 738 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/ |
D | InstCombineInternal.h | 107 case CmpInst::FCMP_ONE: in isCanonicalPredicate()
|
D | InstCombineCompares.cpp | 5714 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/ |
D | IceConverter.cpp | 478 case CmpInst::FCMP_ONE: in convertFCmpInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 2248 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/ |
D | Execution.cpp | 684 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/ |
D | InstrTypes.h | 740 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/ |
D | X86FastISel.cpp | 216 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/ |
D | PPCFastISel.cpp | 231 case CmpInst::FCMP_ONE: in getComparePred()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 2454 case CmpInst::FCMP_ONE: Predicate = CmpInst::FCMP_FALSE; break; in optimizeCmpPredicate()
|