Home
last modified time | relevance | path

Searched refs:bundles (Results 1 – 25 of 123) sorted by relevance

12345

/external/mesa3d/src/panfrost/midgard/
Dmir.c353 midgard_bundle *bundles = in mir_bundle_idx_for_ins() local
354 (midgard_bundle *) block->bundles.data; in mir_bundle_idx_for_ins()
356 size_t count = (block->bundles.size / sizeof(midgard_bundle)); in mir_bundle_idx_for_ins()
359 for (unsigned j = 0; j < bundles[i].instruction_count; ++j) { in mir_bundle_idx_for_ins()
360 if (bundles[i].instructions[j] == tag) in mir_bundle_idx_for_ins()
377 size_t count = util_dynarray_num_elements(&block->bundles, midgard_bundle); in mir_insert_instruction_before_scheduled()
378 UNUSED void *unused = util_dynarray_grow(&block->bundles, midgard_bundle, 1); in mir_insert_instruction_before_scheduled()
380 midgard_bundle *bundles = (midgard_bundle *) block->bundles.data; in mir_insert_instruction_before_scheduled() local
381 memmove(bundles + before + 1, bundles + before, (count - before) * sizeof(midgard_bundle)); in mir_insert_instruction_before_scheduled()
382 midgard_bundle *before_bundle = bundles + before + 1; in mir_insert_instruction_before_scheduled()
[all …]
Dmidgard_schedule.c1362 struct util_dynarray bundles; in schedule_block() local
1363 util_dynarray_init(&bundles, NULL); in schedule_block()
1380 util_dynarray_append(&bundles, midgard_bundle, bundle); in schedule_block()
1386 util_dynarray_init(&block->bundles, block); in schedule_block()
1387 util_dynarray_foreach_reverse(&bundles, midgard_bundle, bundle) { in schedule_block()
1388 util_dynarray_append(&block->bundles, midgard_bundle, *bundle); in schedule_block()
1390 util_dynarray_fini(&bundles); in schedule_block()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSpillPlacement.cpp199 bundles = &getAnalysis<EdgeBundles>(); in runOnMachineFunction()
203 nodes = new Node[bundles->getNumBundles()]; in runOnMachineFunction()
205 TodoList.setUniverse(bundles->getNumBundles()); in runOnMachineFunction()
243 if (bundles->getBlocks(n).size() > 100) { in activate()
271 unsigned ib = bundles->getBundle(I->Number, false); in addConstraints()
278 unsigned ob = bundles->getBundle(I->Number, true); in addConstraints()
292 unsigned ib = bundles->getBundle(*I, false); in addPrefSpill()
293 unsigned ob = bundles->getBundle(*I, true); in addPrefSpill()
305 unsigned ib = bundles->getBundle(Number, false); in addLinks()
306 unsigned ob = bundles->getBundle(Number, true); in addLinks()
[all …]
/external/llvm-project/llvm/lib/CodeGen/
DSpillPlacement.cpp195 bundles = &getAnalysis<EdgeBundles>(); in runOnMachineFunction()
199 nodes = new Node[bundles->getNumBundles()]; in runOnMachineFunction()
201 TodoList.setUniverse(bundles->getNumBundles()); in runOnMachineFunction()
239 if (bundles->getBlocks(n).size() > 100) { in activate()
267 unsigned ib = bundles->getBundle(I->Number, false); in addConstraints()
274 unsigned ob = bundles->getBundle(I->Number, true); in addConstraints()
288 unsigned ib = bundles->getBundle(*I, false); in addPrefSpill()
289 unsigned ob = bundles->getBundle(*I, true); in addPrefSpill()
301 unsigned ib = bundles->getBundle(Number, false); in addLinks()
302 unsigned ob = bundles->getBundle(Number, true); in addLinks()
[all …]
/external/llvm/lib/CodeGen/
DSpillPlacement.cpp191 bundles = &getAnalysis<EdgeBundles>(); in runOnMachineFunction()
195 nodes = new Node[bundles->getNumBundles()]; in runOnMachineFunction()
197 TodoList.setUniverse(bundles->getNumBundles()); in runOnMachineFunction()
235 if (bundles->getBlocks(n).size() > 100) { in activate()
263 unsigned ib = bundles->getBundle(I->Number, 0); in addConstraints()
270 unsigned ob = bundles->getBundle(I->Number, 1); in addConstraints()
284 unsigned ib = bundles->getBundle(*I, 0); in addPrefSpill()
285 unsigned ob = bundles->getBundle(*I, 1); in addPrefSpill()
297 unsigned ib = bundles->getBundle(Number, 0); in addLinks()
298 unsigned ob = bundles->getBundle(Number, 1); in addLinks()
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowCarrierConfigManager.java14 private SparseArray<PersistableBundle> bundles = new SparseArray<>(); field in ShadowCarrierConfigManager
22 PersistableBundle persistableBundle = bundles.get(subId); in getConfigForSubId()
34 bundles.put(subId, config); in setConfigForSubId()
/external/mesa3d/src/panfrost/bifrost/
Dbi_ra.c243 assert((clause->bundles[0].fma != NULL) ^ (clause->bundles[0].add != NULL)); in bi_unwrap_singleton()
245 return clause->bundles[0].fma ? clause->bundles[0].fma in bi_unwrap_singleton()
246 : clause->bundles[0].add; in bi_unwrap_singleton()
Dbi_schedule.c195 u->bundles[0].fma = ins; in bi_make_singleton()
197 u->bundles[0].add = ins; in bi_make_singleton()
/external/llvm-project/llvm/test/CodeGen/X86/
Dregalloc-advanced-split-cost.ll19 ; CHECK: $eax no positive bundles
20 ; CHECK-NEXT: $ecx no positive bundles
21 ; CHECK-NEXT: $edx no positive bundles
23 ; CHECK-NEXT: $edi no positive bundles
24 ; CHECK-NEXT: $ebx no positive bundles
/external/llvm/test/Verifier/
Doperand-bundles.ll3 ; Operand bundles uses are like regular uses, and need to be dominated
39 ; CHECK: Multiple deopt operand bundles
52 ; CHECK: Multiple gc-transition operand bundles
/external/llvm-project/llvm/test/Verifier/
Doperand-bundles.ll3 ; Operand bundles uses are like regular uses, and need to be dominated
39 ; CHECK: Multiple deopt operand bundles
52 ; CHECK: Multiple gc-transition operand bundles
/external/llvm-project/llvm/test/Feature/OperandBundles/
Dadce.ll5 ; bundles since the presence of unknown operand bundles implies
Dearly-cse.ll5 ; they're carrying unknown operand bundles since the presence of
6 ; unknown operand bundles implies arbitrary memory effects.
Dinliner-conservative.ll4 ; operand bundles.
/external/llvm/test/Feature/OperandBundles/
Dadce.ll5 ; bundles since the presence of unknown operand bundles implies
Dearly-cse.ll5 ; they're carrying unknown operand bundles since the presence of
6 ; unknown operand bundles implies arbitrary memory effects.
Dinliner-conservative.ll4 ; operand bundles.
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clangd/xpc/framework/
DBUILD.gn6 # Since GN has some native support for macOS bundles, it's more natural
86 # Since bundles are a mac thing, we know that symlink_or_copy() will symlink
/external/llvm-project/llvm/test/Object/
Dkext.test1 // Check that we understand kext bundles.
/external/llvm/test/Object/
Dkext.test1 // Check that we understand kext bundles.
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_test_pack.c128 clauses[0]->bundles[0].add = &ldubo; in bit_test_single()
132 clauses[1]->bundles[0].fma = ins; in bit_test_single()
134 clauses[1]->bundles[0].add = ins; in bit_test_single()
140 clauses[2]->bundles[0].add = &ldva; in bit_test_single()
141 clauses[3]->bundles[0].add = &st; in bit_test_single()
/external/llvm-project/llvm/test/CodeGen/AArch64/
Doverlapping-copy-bundle-cycle.mir3 # Check we don't infinitely loop on cycles in copy bundles.
/external/skia/infra/bots/assets/chromebook_x86_64_gles/
DREADME.md9 This script installs the following GL packages and then bundles them with the
/external/skqp/infra/bots/assets/chromebook_arm_gles/
DREADME.md9 This script installs the following GL packages and then bundles them with the
/external/skia/infra/bots/assets/chromebook_arm_gles/
DREADME.md9 This script installs the following GL packages and then bundles them with the

12345