OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasRegister
(Results
1 - 4
of
4
) sorted by null
/art/compiler/optimizing/
register_allocator.cc
153
if (current->
HasRegister
()) {
268
if (current->
HasRegister
()) {
297
if (interval->
HasRegister
()) {
314
DCHECK(!current->IsFixed() && !current->
HasRegister
() && !current->HasSpillSlot());
380
DCHECK(inactive->
HasRegister
());
390
DCHECK(interval->
HasRegister
());
448
DCHECK(active->
HasRegister
());
465
DCHECK(inactive->
HasRegister
());
649
if (interval->
HasRegister
()) {
804
if (current->HasSpillSlot() && current->
HasRegister
()) {
[
all
...]
register_allocator_test.cc
312
ASSERT_TRUE(phi_interval->
HasRegister
());
313
ASSERT_TRUE(loop_update->
HasRegister
());
ssa_liveness_analysis.h
239
bool
HasRegister
() const { return register_ != kNoRegister; }
/external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp
[
all
...]
Completed in 106 milliseconds