Lines Matching refs:AllocatedOperand
275 operand_ = compiler::AllocatedOperand(args...);
281 operand_ = compiler::AllocatedOperand(args...);
292 compiler::AllocatedOperand::cast(operand_).register_code());
713 void Spill(compiler::AllocatedOperand operand) {
725 compiler::AllocatedOperand spill_slot() const {
728 return compiler::AllocatedOperand::cast(spill_or_hint_);
766 compiler::AllocatedOperand allocation() const {
768 return compiler::AllocatedOperand(compiler::LocationOperand::REGISTER,
773 return compiler::AllocatedOperand::cast(spill_or_hint_);
1234 GapMove(uint32_t bitfield, compiler::AllocatedOperand source,
1235 compiler::AllocatedOperand target)
1238 compiler::AllocatedOperand source() const { return source_; }
1239 compiler::AllocatedOperand target() const { return target_; }
1246 compiler::AllocatedOperand source_;
1247 compiler::AllocatedOperand target_;