/third_party/skia/src/gpu/vk/ |
H A D | GrVkUniformHandler.cpp | 242 *outName = fUniforms.back().fVariable.c_str(); in internalAddUniformArray() 282 fSamplers.back().fImmutableSampler = sampler; in addSampler()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | basic_block.cpp | 119 const auto br = &insts_.back(); in WhileEachSuccessorLabel() 139 auto br = &insts_.back(); in ForEachSuccessorLabel()
|
H A D | function.h | 104 BasicBlock* tail() { return blocks_.back().get(); } in tail() 105 const BasicBlock* tail() const { return blocks_.back().get(); } in tail()
|
H A D | inst_debug_printf_pass.cpp | 141 BasicBlock* back_blk_ptr = &*new_blocks->back(); in GenOutputCode() 196 BasicBlock* back_blk_ptr = &*new_blocks->back(); in GenDebugPrintfCode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | basic_block.cpp | 119 const auto br = &insts_.back(); in WhileEachSuccessorLabel() 139 auto br = &insts_.back(); in ForEachSuccessorLabel()
|
H A D | function.h | 104 BasicBlock* tail() { return blocks_.back().get(); } in tail() 105 const BasicBlock* tail() const { return blocks_.back().get(); } in tail()
|
H A D | inst_debug_printf_pass.cpp | 141 BasicBlock* back_blk_ptr = &*new_blocks->back(); in GenOutputCode() 196 BasicBlock* back_blk_ptr = &*new_blocks->back(); in GenDebugPrintfCode()
|
/third_party/skia/src/utils/ |
H A D | SkJSONWriter.h | 320 return fScopeStack.back(); in scope() 325 return fNewlineStack.back(); in multiline()
|
/third_party/skia/third_party/externals/brotli/research/ |
H A D | find_opt_references.cc | 172 if (segments.empty() || segments.back().second < idx) { in ProcessEntries() 175 segments.back().second = idx + entry.first; in ProcessEntries()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | DivergenceAnalysis.cpp | 205 auto *UserBlock = TaintStack.back(); in taintLoopLiveOuts() 370 const Instruction &I = *Worklist.back(); in compute()
|
H A D | LegacyDivergenceAnalysis.cpp | 253 BasicBlock *BB = InfluenceStack.back(); in computeInfluenceRegion() 270 Value *V = Worklist.back(); in propagate()
|
H A D | LoopPass.cpp | 148 // there. However, we have to be careful to not remove the back of the queue in markLoopAsDeleted() 150 assert(LQ.back() == CurrentLoop && "Loop queue back isn't the current loop!"); in markLoopAsDeleted() 155 // Add this loop back onto the back of the queue to preserve our invariants. in markLoopAsDeleted() 182 // reverses the order a third time by popping from the back. in runOnFunction() 208 CurrentLoop = LQ.back(); in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | MergedLoadStoreMotion.cpp | 199 !isStoreSinkBarrierInRange(*Store1->getNextNode(), BB1->back(), Loc1) && in canSinkFromBlock() 200 !isStoreSinkBarrierInRange(*Store0->getNextNode(), BB0->back(), Loc0)) { in canSinkFromBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | simple_ilist.h | 136 reference back() { return *rbegin(); } in back() function in llvm::simple_ilist 137 const_reference back() const { return *rbegin(); } in back() function in llvm::simple_ilist 142 /// Insert a node at the back; never copies. 148 /// Remove the node at the back; never deletes. 302 // Sort the sublists and merge back together. in sort()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | GCNNSAReassign.cpp | 305 if (VRM->hasPhys(Intervals.back()->reg)) // Did not change allocation. in runOnMachineFunction() 338 << llvm::printReg((VRM->getPhys(Intervals.back()->reg)), TRI) in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86FixupBWInsts.cpp | 454 MachineInstr *MI = MIReplacements.back().first; in processBasicBlock() 455 MachineInstr *NewMI = MIReplacements.back().second; in processBasicBlock()
|
/third_party/spirv-headers/tools/buildHeaders/ |
H A D | jsonToSpirv.h | 194 EValue& back() { return values.back(); } in back() function in spv::EnumValuesContainer
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | simple_ilist.h | 140 reference back() { return *rbegin(); } in back() function in llvm::simple_ilist 141 const_reference back() const { return *rbegin(); } in back() function in llvm::simple_ilist 146 /// Insert a node at the back; never copies. 152 /// Remove the node at the back; never deletes. 306 // Sort the sublists and merge back together. in sort()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | CallGraph.h | 219 CalledFunctions.back().second->DropRef(); 242 *I = CalledFunctions.back(); in removeCallEdge()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | parser.cc | 276 if (!parsed->items_.empty() && !parsed->items_.back().is_conversion) { in Append() 278 parsed->items_.back().text_end = text_end; in Append()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/ |
H A D | hash_testing.h | 215 c = &classes.back(); in VerifyTypeImplementsAbslHashCorrectly() 221 if (auto error = c->back().expand().error()) { in VerifyTypeImplementsAbslHashCorrectly()
|
/third_party/skia/modules/skshaper/src/ |
H A D | SkShaper_coretext.cpp | 267 fontStorage.back(), // info just stores a ref to the font 273 handler->runInfo(infos.back());
|
/third_party/skia/gm/ |
H A D | texelsubset.cpp | 126 textureMatrices.back().preRotate(45.f, a.centerX(), a.centerY()); 127 textureMatrices.back().postSkew(.05f, -.05f);
|
/third_party/skia/modules/skottie/src/animator/ |
H A D | Vec2KeyframeAnimator.cpp | 165 auto& prev_val = fValues.back(); in backfill_spatial() 223 if (fValues.empty() || val.v2 != fValues.back().v2 || fPendingSpatial) {
|
/third_party/spirv-tools/source/opt/ |
H A D | basic_block.cpp | 115 const auto br = &insts_.back(); in WhileEachSuccessorLabel() 135 auto br = &insts_.back(); in ForEachSuccessorLabel()
|