Searched refs:HasRegisterPolicy (Results 1 – 13 of 13) sorted by relevance
191 bool HasRegisterPolicy() const { in HasRegisterPolicy() function
40 requires_reg_ = unalloc->HasRegisterPolicy() || in UsePosition()
33 !LUnallocated::cast(Output())->HasRegisterPolicy()); in LITHIUM_CONCRETE_INSTRUCTION_LIST()41 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy()); in LITHIUM_CONCRETE_INSTRUCTION_LIST()
31 !LUnallocated::cast(Output())->HasRegisterPolicy()); in LITHIUM_CONCRETE_INSTRUCTION_LIST()39 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy()); in LITHIUM_CONCRETE_INSTRUCTION_LIST()
30 !LUnallocated::cast(Output())->HasRegisterPolicy()); in LITHIUM_CONCRETE_INSTRUCTION_LIST()37 DCHECK(operand->HasFixedPolicy() || !operand->HasRegisterPolicy()); in LITHIUM_CONCRETE_INSTRUCTION_LIST()
34 !LUnallocated::cast(Output())->HasRegisterPolicy()); in LITHIUM_CONCRETE_INSTRUCTION_LIST()42 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy()); in LITHIUM_CONCRETE_INSTRUCTION_LIST()
35 !LUnallocated::cast(Output())->HasRegisterPolicy()); in LITHIUM_CONCRETE_INSTRUCTION_LIST()43 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy()); in LITHIUM_CONCRETE_INSTRUCTION_LIST()
245 bool HasRegisterPolicy() const { in HasRegisterPolicy() function
270 if (unalloc->HasRegisterPolicy()) { in UsePosition()