/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()
|
H A D | inst_bindless_check_pass.cpp | 578 BasicBlock* back_blk_ptr = &*new_blocks->back(); in GenCheckCode() 704 BasicBlock* back_blk_ptr = &*new_blocks->back(); in GenDescCheckCode()
|
H A D | loop_unroller.cpp | 424 // Add the new merge block to the back of the list of blocks to be added. It in PartiallyUnrollResidualFactor() 762 if (!lines.empty()) new_branch->AddDebugLine(&lines.back()); in FoldConditionBlock() 816 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() 451 // 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/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 134 "falls back to SelectionDAG.")); 1118 // graph) and preceding back toward the beginning (the entry in DoInstructionSelection() 1687 /// when they enter functions and moves them through a sequence of copies back 1757 // before the split point and back into physical registers after the split in FinishBasicBlock() 1862 .addMBB(BTB.Cases.back().ThisBB); in FinishBasicBlock() 2102 // Add the glue input back if present. in SelectInlineAsmMemoryOperands() 2104 Ops.push_back(InOps.back()); in SelectInlineAsmMemoryOperands() 3026 N = NodeStack.back(); in SelectCodeCommon() 3298 if (ChainNodesMatched.back() != NodeToMatch && in SelectCodeCommon() 3335 if (ChainNodesMatched.back() ! in SelectCodeCommon() [all...] |
/third_party/mesa3d/src/imgui/ |
H A D | imgui.cpp | 232 // This will be passed back to your via the renderer. Basically ImTextureID == void*. Read FAQ below for details about ImTextureID. 353 When that happens your back-end NEEDS to move the OS or underlying mouse cursor on the next frame. Some of the binding in examples/ do that. 354 (If you set the NavEnableSetMousePos flag but don't honor 'io.WantSetMousePos' properly, imgui will misbehave as it will see your mouse as moving back and forth!) 985 // Window resizing from edges (when io.ConfigWindowsResizeFromEdges = true and ImGuiBackendFlags_HasMouseCursors is set in io.BackendFlags by back-end) 1476 // Zero-terminated string hash, with support for ### to reset back to seed value 2568 ImGuiID seed = IDStack.back(); in GetID() 2576 ImGuiID seed = IDStack.back(); in GetID() 2584 ImGuiID seed = IDStack.back(); in GetIDNoKeepAlive() 2590 ImGuiID seed = IDStack.back(); in GetIDNoKeepAlive() 2597 ImGuiID seed = IDStack.back(); in GetIDFromRectangle() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_ethtool_fdir.c | 1334 struct ice_pf *pf = vsi->back; in ice_vsi_manage_fdir() 1442 struct ice_pf *pf = vsi->back; in ice_del_fdir_ethtool() 1484 pf = vsi->back; in ice_set_fdir_input_set() 1624 pf = vsi->back; in ice_add_fdir_ethtool()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_phy.c | 871 struct ixgbe_adapter *adapter = hw->back; in ixgbe_x550em_a_has_mii() 909 struct ixgbe_adapter *adapter = hw->back; in ixgbe_mii_bus_init() 1403 struct ixgbe_adapter *adapter = hw->back; in ixgbe_identify_sfp_module_generic() 1668 struct ixgbe_adapter *adapter = hw->back; in ixgbe_identify_qsfp_module_generic() 2610 /* Put the i2c bus back to default state */ in ixgbe_i2c_bus_clear()
|
/kernel/linux/linux-5.10/drivers/perf/ |
H A D | xgene_pmu.c | 451 XGENE_PMU_EVENT_ATTR(pa-wr-back-req-issued-stashable, 0x14), 452 XGENE_PMU_EVENT_ATTR(pa-wr-back-req-issued-nonstashable, 0x15), 455 XGENE_PMU_EVENT_ATTR(pa-wr-back-clean-data, 0x18), 456 XGENE_PMU_EVENT_ATTR(pa-wr-back-cancelled-on-SS, 0x1b),
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | atom.c | 1315 char *back; in atom_get_vbios_name() local 1347 back = ctx->name + name_size; in atom_get_vbios_name() 1348 while ((*--back) == ' ') in atom_get_vbios_name() 1350 *(back + 1) = '\0'; in atom_get_vbios_name()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_phy.c | 993 struct ixgbe_adapter *adapter = hw->back; in ixgbe_x550em_a_has_mii() 1034 struct ixgbe_adapter *adapter = hw->back; in ixgbe_mii_bus_init() 1534 struct ixgbe_adapter *adapter = hw->back; in ixgbe_identify_sfp_module_generic() 1799 struct ixgbe_adapter *adapter = hw->back; in ixgbe_identify_qsfp_module_generic() 2741 /* Put the i2c bus back to default state */ in ixgbe_i2c_bus_clear()
|
/kernel/linux/linux-6.6/drivers/perf/ |
H A D | xgene_pmu.c | 448 XGENE_PMU_EVENT_ATTR(pa-wr-back-req-issued-stashable, 0x14), 449 XGENE_PMU_EVENT_ATTR(pa-wr-back-req-issued-nonstashable, 0x15), 452 XGENE_PMU_EVENT_ATTR(pa-wr-back-clean-data, 0x18), 453 XGENE_PMU_EVENT_ATTR(pa-wr-back-cancelled-on-SS, 0x1b),
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9lpf_neon.S | 340 @ The output here is written back into the input registers. This doesn't 542 @ We only will write the mid 4 pixels back; after the loop filter, 621 @ We only will write the mid 4 pixels back; after the loop filter, 867 @ Transpose back; this is the same transpose as above, but
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers-misc_test.cc | 438 const ElementMatcherPair& back = matches_.back(); in PopMatch() local 439 lhs_used_[back.first] = kUnused; in PopMatch() 440 rhs_used_[back.second] = kUnused; in PopMatch()
|
/third_party/json/docs/docset/ |
H A D | docSet.sql | 20 INSERT INTO searchIndex(name, type, path) VALUES ('basic_json::back', 'Method', 'api/basic_json/back/index.html'); 128 INSERT INTO searchIndex(name, type, path) VALUES ('json_pointer::back', 'Method', 'api/json_pointer/back/index.html');
|