Home
last modified time | relevance | path

Searched refs:getNumUses (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DReachingDefAnalysis.h140 unsigned getNumUses(MachineInstr *MI, int PhysReg);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAbstractCallSite.cpp66 if (CE->getNumUses() == 1 && CE->isCast()) { in AbstractCallSite()
DValue.cpp161 unsigned Value::getNumUses() const { in getNumUses() function in Value
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp516 unsigned IVUses = IV->getNumUses(); in isLoopControlIV()
521 int32_t IncOrCmpUses = User->getNumUses(); in isLoopControlIV()
837 NumBaseUses = Roots.begin()->second->getNumUses(); in collectPossibleRoots()
846 << ", #Root=" << KV.second->getNumUses() << "\n"); in collectPossibleRoots()
DGVNSink.cpp357 : GVNExpression::BasicExpression(I->getNumUses()) { in InstructionUseExpr()
DSeparateConstOffsetFromGEP.cpp691 assert(BO->getNumUses() <= 1 && in removeConstOffset()
DRewriteStatepointsForGC.cpp1809 Uses.reserve(Def->getNumUses()); in relocationViaAlloca()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DReachingDefAnalysis.cpp248 unsigned ReachingDefAnalysis::getNumUses(MachineInstr *Def, int PhysReg) { in getNumUses() function in ReachingDefAnalysis
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h403 unsigned getNumUses() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp532 assert(OutlinedFn && OutlinedFn->getNumUses() == 1); in CreateParallel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h454 unsigned getNumUses() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLowOverheadLoops.cpp793 if (Kill && RDA->getNumUses(Kill, MO.getReg()) == 1) in ExpandLoopStart()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp489 OS << " Uses(" << V->getNumUses() << "):"; in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp1304 if (CArgVal->getNumUses() == 0) in fold_sincos()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DREADME.txt2142 errs() << "OP0 = " << *Op0 << " U=" << Op0->getNumUses() << "\n";
2143 errs() << "OP1 = " << *Op1 << " U=" << Op1->getNumUses() << "\n";
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp1075 if (CB.getNumUses() == 0 || CB.isMustTailCall()) in manifest()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp7356 "wrong number of indexes, expected " + Twine(V->getNumUses())); in sortUseListOrder()