/external/skia/src/gpu/ |
D | GrPathRenderer.cpp | 56 canArgs.fHasUserStencilSettings = !args.fUserStencilSettings->isUnused(); in drawPath() 58 if (!args.fUserStencilSettings->isUnused()) { in drawPath()
|
D | GrUserStencilSettings.h | 210 bool isUnused() const { return this == &kUnused; } in isUnused() function
|
/external/skqp/src/gpu/ |
D | GrPathRenderer.cpp | 56 canArgs.fHasUserStencilSettings = !args.fUserStencilSettings->isUnused(); in drawPath() 62 if (!args.fUserStencilSettings->isUnused()) { in drawPath()
|
D | GrUserStencilSettings.h | 205 bool isUnused() const { return this == &kUnused; } in isUnused() function
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
D | RouteSpecificPool.java | 122 public boolean isUnused() { in isUnused() method in RouteSpecificPool
|
D | ConnPoolByRoute.java | 540 if (rospl.isUnused()) { 586 if (rospl.isUnused()) {
|
/external/llvm/lib/CodeGen/ |
D | LiveInterval.cpp | 469 } while (!valnos.empty() && valnos.back()->isUnused()); in markValNoForDeletion() 484 assert(!VNI->isUnused() && "Unused valno used by live segment"); in RenumberValues() 856 if (vni->isUnused()) { in print() 1152 if (VNI->isUnused()) { in Classify() 1229 if (VNI.isUnused()) { in Distribute()
|
D | SplitKit.cpp | 145 if (!VNI->isPHIDef() && !VNI->isUnused()) in analyzeUses() 755 if (VNI->isUnused()) in computeRedundantBackCopies() 819 if (VNI->isUnused()) in hoistCopies() 899 if (VNI->isUnused()) in hoistCopies() 1031 if (PHIVNI->isUnused() || !PHIVNI->isPHIDef()) in extendPHIKillRanges() 1146 if (ParentVNI->isUnused()) in finish()
|
D | CalcSpillWeights.cpp | 86 if (VNI->isUnused()) in isRematerializable()
|
D | LiveIntervalAnalysis.cpp | 344 if (VNI->isUnused()) in createSegmentsForValues() 469 if (VNI->isUnused()) in computeDeadValues() 559 if (VNI->isUnused()) in shrinkToUses() 805 if (PHI->isUnused() || !PHI->isPHIDef()) in hasPHIKill()
|
D | RenameIndependentSubregs.cpp | 308 if (VNI.isUnused() || !VNI.isPHIDef()) in computeMainRangesFixFlags()
|
D | RegisterScavenging.cpp | 235 assert((KillRegs.test(Reg) || isUnused(Reg) || in forward()
|
D | LiveRangeEdit.cpp | 64 if (VNI->isUnused()) in scanRemattable()
|
D | LiveRangeCalc.cpp | 138 if (!VNI->isUnused() && !VNI->isPHIDef()) in constructMainRangeFromSubranges()
|
/external/clang/lib/CodeGen/ |
D | CGCall.h | 172 bool isUnused() const { return Value.getInt() & IS_UNUSED; } in isUnused() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveInterval.cpp | 526 } while (!valnos.empty() && valnos.back()->isUnused()); in markValNoForDeletion() 541 assert(!VNI->isUnused() && "Unused valno used by live segment"); in RenumberValues() 973 if (vni->isUnused()) { in print() 1272 if (VNI->isUnused()) { in Classify() 1349 if (VNI.isUnused()) { in Distribute()
|
D | SplitKit.cpp | 172 if (!VNI->isPHIDef() && !VNI->isUnused()) in analyzeUses() 956 if (VNI->isUnused()) in computeRedundantBackCopies() 1020 if (VNI->isUnused()) in hoistCopies() 1101 if (VNI->isUnused()) in hoistCopies() 1268 if (V->isUnused() || !V->isPHIDef()) in extendPHIKillRanges() 1284 if (V->isUnused() || !V->isPHIDef()) in extendPHIKillRanges() 1478 if (ParentVNI->isUnused()) in finish()
|
D | CalcSpillWeights.cpp | 103 if (VNI->isUnused()) in isRematerializable()
|
D | LiveIntervals.cpp | 354 if (VNI->isUnused()) in createSegmentsForValues() 505 if (VNI->isUnused()) in computeDeadValues() 595 if (VNI->isUnused()) in shrinkToUses() 841 if (PHI->isUnused() || !PHI->isPHIDef()) in hasPHIKill()
|
D | RenameIndependentSubregs.cpp | 320 if (VNI.isUnused() || !VNI.isPHIDef()) in computeMainRangesFixFlags()
|
D | RegisterCoalescer.cpp | 711 assert(AValNo && !AValNo->isUnused() && "COPY source not live"); in removeCopyByCommutingDef() 952 assert(AValNo && !AValNo->isUnused() && "COPY source not live"); in removePartialRedundancy() 983 if (VNI->isUnused()) in removePartialRedundancy() 1111 if (ValNo->isPHIDef() || ValNo->isUnused()) in reMaterializeTrivialDef() 2344 if (VNI->isUnused()) { in analyzeValue() 2927 if (VNI->isUnused() || VNI->isPHIDef() || isDefInSubRange(LI, VNI->def)) in pruneMainSegments()
|
D | LiveRangeEdit.cpp | 84 if (VNI->isUnused()) in scanRemattable()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssembler.h | 82 virtual bool isUnused() const { return Position == 0; } in isUnused() function
|
/external/angle/src/compiler/translator/ |
D | Compiler.cpp | 1353 UnusedPredicate isUnused(&mCallDag, &mFunctionMetadata); in pruneUnusedFunctions() local 1358 sequence->erase(std::remove_if(sequence->begin(), sequence->end(), isUnused), in pruneUnusedFunctions()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 78 bool isUnused() const { return !def.isValid(); } in isUnused() function
|