Searched refs:use (Results 1 - 7 of 7) sorted by relevance

/art/compiler/optimizing/
H A Dssa_liveness_analysis.h5 * you may not use this file except in compliance with the License.
88 * A use position represents a live interval use at a given position.
159 // Set the use within the instruction.
166 // First time we see a use of that interval.
169 // There is a use later in the same block.
172 // Last use is in the following block.
193 // There is a use in the following block.
296 // as the first register use.
306 UsePosition* use local
417 UsePosition* use = first_use_; local
[all...]
H A Dregister_allocator.cc5 * you may not use this file except in compliance with the License.
157 // Split before first register use.
429 // that holds it. If the first use of `current` is after that register
444 // For each active interval, find the next use of its register after the
452 size_t use = active->FirstRegisterUseAfter(current->GetStart()); local
453 if (use != kNoLifetime) {
454 next_use[active->GetRegister()] = use;
459 // For each inactive interval, find the next use of its register after the
472 size_t use = inactive->FirstRegisterUseAfter(current->GetStart()); local
473 if (use !
812 UsePosition* use = current->GetFirstUse(); local
[all...]
/art/compiler/sea_ir/ir/
H A Dinstruction_nodes.h5 * you may not use this file except in compliance with the License.
55 // Rename the use of @reg_no to refer to the instruction @definition,
79 virtual void AddSSAUse(InstructionNode* use) { argument
80 used_in_.push_back(use);
103 // Stores pointers to instructions that use the result of the current instruction.
/art/compiler/dex/quick/
H A Dlocal_optimizations.cc5 * you may not use this file except in compliance with the License.
27 #define CHECK_REG_DEP(use, def, check) (def.Intersects(*check->u.m.use_mask)) || \
28 (use.Union(def).Intersects(*check->u.m.def_mask))
427 * Reached the top - use head_lir as the dependent marker as all labels
481 * Try to find two instructions with load/use dependency until
/art/runtime/arch/arm/
H A Dportable_entrypoints_arm.S5 * you may not use this file except in compliance with the License.
68 @ Fake callee save ref and args frame set up, note portable doesn't use callee save frames.
100 @ Fake callee save ref and args frame set up, note portable doesn't use callee save frames.
142 @ Fake callee save ref and args frame set up, note portable doesn't use callee save frames.
/art/compiler/dex/quick/x86/
H A Dutility_x86.cc5 * you may not use this file except in compliance with the License.
722 // We can't use either register for the first load.
738 // We can't use either register for the first load.
1018 void X86Mir2Lir::AnalyzeDoubleUse(RegLocation use) { argument
1020 if (use.is_const && !cu_->target64) {
/art/test/
H A DAndroid.run-test.mk4 # you may not use this file except in compliance with the License.
187 # The build system use this flag to pick up files generated by declare-make-art-run-test.

Completed in 191 milliseconds