Home
last modified time | relevance | path

Searched refs:HasRegisterPolicy (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/crankshaft/
Dlithium.h191 bool HasRegisterPolicy() const { in HasRegisterPolicy() function
Dlithium-allocator.cc40 requires_reg_ = unalloc->HasRegisterPolicy() || in UsePosition()
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc33 !LUnallocated::cast(Output())->HasRegisterPolicy()); in LITHIUM_CONCRETE_INSTRUCTION_LIST()
41 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy()); in LITHIUM_CONCRETE_INSTRUCTION_LIST()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc33 !LUnallocated::cast(Output())->HasRegisterPolicy()); in LITHIUM_CONCRETE_INSTRUCTION_LIST()
41 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy()); in LITHIUM_CONCRETE_INSTRUCTION_LIST()
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc31 !LUnallocated::cast(Output())->HasRegisterPolicy()); in LITHIUM_CONCRETE_INSTRUCTION_LIST()
39 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy()); in LITHIUM_CONCRETE_INSTRUCTION_LIST()
/external/v8/src/crankshaft/s390/
Dlithium-s390.cc30 !LUnallocated::cast(Output())->HasRegisterPolicy()); in LITHIUM_CONCRETE_INSTRUCTION_LIST()
37 DCHECK(operand->HasFixedPolicy() || !operand->HasRegisterPolicy()); in LITHIUM_CONCRETE_INSTRUCTION_LIST()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc30 !LUnallocated::cast(Output())->HasRegisterPolicy()); in LITHIUM_CONCRETE_INSTRUCTION_LIST()
37 DCHECK(operand->HasFixedPolicy() || !operand->HasRegisterPolicy()); in LITHIUM_CONCRETE_INSTRUCTION_LIST()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc31 !LUnallocated::cast(Output())->HasRegisterPolicy()); in LITHIUM_CONCRETE_INSTRUCTION_LIST()
39 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy()); in LITHIUM_CONCRETE_INSTRUCTION_LIST()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc34 !LUnallocated::cast(Output())->HasRegisterPolicy()); in LITHIUM_CONCRETE_INSTRUCTION_LIST()
42 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy()); in LITHIUM_CONCRETE_INSTRUCTION_LIST()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc35 !LUnallocated::cast(Output())->HasRegisterPolicy()); in LITHIUM_CONCRETE_INSTRUCTION_LIST()
43 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy()); in LITHIUM_CONCRETE_INSTRUCTION_LIST()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc34 !LUnallocated::cast(Output())->HasRegisterPolicy()); in LITHIUM_CONCRETE_INSTRUCTION_LIST()
42 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy()); in LITHIUM_CONCRETE_INSTRUCTION_LIST()
/external/v8/src/compiler/
Dinstruction.h245 bool HasRegisterPolicy() const { in HasRegisterPolicy() function
Dregister-allocator.cc270 if (unalloc->HasRegisterPolicy()) { in UsePosition()