/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | InterleavedLoadCombinePass.cpp | 1271 if (!VectorInfo::computeFromSVI(SVI, Candidates.back(), DL)) { in run() 1276 if (!Candidates.back().isInterleaved(Factor, DL)) { in run() 1289 // back on the list and continue searching in run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypes.cpp | 221 SDNode *N = Worklist.back(); in run() 646 SDNode *N = NodesToAnalyze.back(); in ReplaceValueWith()
|
H A D | ScheduleDAGFast.cpp | 59 SUnit *V = Queue.back(); in pop() 539 // priority. If it is not ready put it back. Schedule the node. in ListScheduleBottomUp() 598 NewDef = Copies.back(); in ListScheduleBottomUp() 614 // Add the nodes that aren't ready back onto the available list. in ListScheduleBottomUp()
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnProgramBuilder.cpp | 214 auto back = stencilSettings.postOriginCWFace(origin); in create_depth_stencil_state() local 216 state.stencilBack = to_stencil_state_face(back); in create_depth_stencil_state()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | ir_context.cpp | 230 auto* i = work_list.back(); in CollectNonSemanticTree() 936 line_inst = &line_inst->dbg_line_insts().back(); in EmitErrorMessage()
|
H A D | loop_unroller.cpp | 425 // Add the new merge block to the back of the list of blocks to be added. It in PartiallyUnrollResidualFactor() 763 if (!lines.empty()) new_branch->AddDebugLine(&lines.back()); in FoldConditionBlock() 817 new_block_order.push_back(blocks_to_add_.back().get()); in DuplicateLoop()
|
H A D | merge_return_pass.cpp | 85 auto lastMergeInst = state_.back().BreakMergeInst(); in GenerateState() 94 auto lastMergeInst = state_.back().BreakMergeInst(); in GenerateState() 445 // If |block| is a loop header, then the back edge must jump to the original in BreakFromConstruct()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | ir_context.cpp | 230 auto* i = work_list.back(); in CollectNonSemanticTree() 936 line_inst = &line_inst->dbg_line_insts().back(); in EmitErrorMessage()
|
H A D | loop_unroller.cpp | 425 // Add the new merge block to the back of the list of blocks to be added. It in PartiallyUnrollResidualFactor() 763 if (!lines.empty()) new_branch->AddDebugLine(&lines.back()); in FoldConditionBlock() 817 new_block_order.push_back(blocks_to_add_.back().get()); in DuplicateLoop()
|
H A D | merge_return_pass.cpp | 85 auto lastMergeInst = state_.back().BreakMergeInst(); in GenerateState() 94 auto lastMergeInst = state_.back().BreakMergeInst(); in GenerateState() 445 // If |block| is a loop header, then the back edge must jump to the original in BreakFromConstruct()
|
/third_party/skia/third_party/externals/imgui/misc/freetype/ |
H A D | imgui_freetype.cpp | 555 src_glyph.BitmapData = (unsigned int*)(buf_bitmap_buffers.back() + buf_bitmap_current_used_bytes); in ImFontAtlasBuildWithFreeTypeEx() 617 // 8. Copy rasterized font characters back into the main texture in ImFontAtlasBuildWithFreeTypeEx() 664 ImFontGlyph* dst_glyph = &dst_font->Glyphs.back(); in ImFontAtlasBuildWithFreeTypeEx()
|
/third_party/skia/tests/ |
H A D | UtilsTest.cpp | 208 REPORTER_ASSERT(reporter, s1.back() == 100); in DEF_TEST() 373 // Check back in DEF_TEST() 374 auto t = z.back(); in DEF_TEST()
|
/third_party/skia/src/utils/ |
H A D | SkJSON.cpp | 545 const auto& obj = fValueStack.back().as<ObjectValue>(); in popObjectScope() 566 const auto& arr = fValueStack.back().as<ArrayValue>(); in popArrayScope()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | DeviceVk.cpp | 271 // If submitting to the queue fails, move the fence back into the unused fence in SubmitPendingCommands() 521 VkFence fence = mUnusedFences.back(); in GetUnusedFence() 574 CommandPoolAndBuffer commands = mUnusedCommands.back(); in PrepareRecordingContext()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | BranchProbabilityInfo.cpp | 311 WeightSum += Weights.back(); in calcMetadataWeights() 506 // We detect this by looking back through the graph of PHI nodes that sets the in computeUnlikelySuccessors() 552 PHINode *P = WorkList.back(); in computeUnlikelySuccessors() 618 // Use LoopInfo if we have it, otherwise fall-back to SCC info to catch in calcLoopBranchHeuristics() 642 // Collect the sum of probabilities of back-edges/in-edges/exiting-edges, and in calcLoopBranchHeuristics()
|
H A D | GlobalsModRef.cpp | 459 AllocsForIndirectGlobals[AllocRelatedValues.back()] = GV; in AnalyzeIndirectGlobalMemory() 460 Handles.emplace_front(*this, AllocRelatedValues.back()); in AnalyzeIndirectGlobalMemory() 527 // This function might call back into the module and read a global - in AnalyzeCallGraph()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 332 Instruction *Inst = WorkList.back(); in propagateShapeForward() 403 Value *V = WorkList.back(); in propagateShapeBackward() 606 /// The intrinsic store a matrix back memory using a stride between columns. 818 // Add each column and store the result back into the opmapping in VisitBinaryOperator()
|
H A D | SeparateConstOffsetFromGEP.cpp | 750 UserChainTail = Extractor.UserChain.back(); in Extract() 1053 // bitcast %gep2 to i8*, add the offset, and bitcast the result back to the in splitGEP() 1155 Instruction *Candidate = Candidates.back(); in findClosestMatchingDominator()
|
H A D | GuardWidening.cpp | 29 // If %cmp0 is false, @llvm.experimental.guard will "deoptimize" back to a 690 const ConstantInt *MaxOffset = CurrentChecks.back().getOffset(); 744 RangeChecksOut.emplace_back(CurrentChecks.back());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | GCOV.cpp | 189 GCOVEdge *Edge = Edges.back().get(); in readGCNO() 348 return Blocks.back()->getCount(); in getExitCount()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCReduceCRLogicals.cpp | 717 if (AllCRLogicalOps.back().IsNullary) in collectCRLogicals() 719 else if (AllCRLogicalOps.back().IsBinary) in collectCRLogicals()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 254 auto Top = NestingStack.back(); in pop() 266 nestingString(NestingStack.back()).first); in ensureEmptyNestingStack()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86AvoidStoreForwardingBlocks.cpp | 29 // to XMM/YMM then inserting the partial store before storing back from XMM/YMM 658 int64_t PrevDisp = DispSizeStack.back().first; in removeRedundantBlockingStores() 659 unsigned PrevSize = DispSizeStack.back().second; in removeRedundantBlockingStores()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 519 Instruction *I = PDIUnrelatedWL.back(); in eraseInstsUnrelatedToPDI() 539 BasicBlock *BB = WorklistBB.back(); in eraseTail()
|
/third_party/spirv-tools/source/opt/ |
H A D | inline_pass.cpp | 497 // Move the OpLoopMerge from the last block back to the first, where in MoveLoopMergeInstToFirstBlock() 500 auto& last = new_blocks->back(); in MoveLoopMergeInstToFirstBlock() 520 // The back-edge block is split at the branch to create a new back-edge in UpdateSingleBlockLoopContinueTarget() 531 auto& old_backedge = new_blocks->back(); in UpdateSingleBlockLoopContinueTarget() 534 // Move the old back edge into the new block. in UpdateSingleBlockLoopContinueTarget() 538 // Add a branch to the new block from the old back-edge block. in UpdateSingleBlockLoopContinueTarget()
|