Home
last modified time | relevance | path

Searched refs:hasNUses (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp459 if (I->hasNUses(0)) in bypassSlowDivision()
DInlineFunction.cpp1156 if (Align && !Arg.hasByValOrInAllocaAttr() && !Arg.hasNUses(0)) { in AddAlignmentAssumptions()
DSimplifyCFG.cpp2043 if (I->first->hasNUses(I->second)) { in SpeculativelyExecuteBB()
3194 if (!QBI->getParent()->hasNUses(2)) in mergeConditionalStores()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h389 bool hasNUses(unsigned N) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h440 bool hasNUses(unsigned N) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp132 bool Value::hasNUses(unsigned N) const { in hasNUses() function in Value
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1078 if (!(RHS->hasOneUse() || (RHS->hasNUses(2) && CmpUsesNegatedOp))) in canonicalizeAbsNabs()
2124 match(Y, m_APInt(C2)) && C2->uge(*C1) && X->hasNUses(2)) { in moveAddAfterMinMax()
2134 match(Y, m_APInt(C2)) && X->hasNUses(2)) { in moveAddAfterMinMax()
DInstCombineMulDivRem.cpp497 Op0->hasNUses(2)) { in visitFMul()
DInstCombineAndOrXor.cpp3220 if (Op0->hasNUses(2)) in visitXor()
3226 Op1->hasNUses(2) && *ShAmt == Ty->getScalarSizeInBits() - 1 && in visitXor()
DInstCombineAddSub.cpp2083 Op1->hasNUses(2) && *ShAmt == Ty->getScalarSizeInBits() - 1 && in visitSub()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp843 if (!KV.second->hasNUses(NumBaseUses)) { in collectPossibleRoots()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3163 if (!LI || !LI->isSimple() || !LI->hasNUses(VL.size())) in canReuseExtract()
6252 return I->hasNUses(2) && in hasRequiredNumberOfUses()