Searched refs:LDoubleStackSlot (Results 1 – 6 of 6) sorted by relevance
313 class LDoubleStackSlot: public LOperand {315 static LDoubleStackSlot* Create(int index) { in Create()318 return new LDoubleStackSlot(index); in Create()321 static LDoubleStackSlot* cast(LOperand* op) { in cast()323 return reinterpret_cast<LDoubleStackSlot*>(op); in cast()330 static LDoubleStackSlot* cache;332 LDoubleStackSlot() : LOperand() { } in LDoubleStackSlot() function333 explicit LDoubleStackSlot(int index) : LOperand(DOUBLE_STACK_SLOT, index) { } in LDoubleStackSlot() function
109 DEFINE_OPERAND_CACHE(LDoubleStackSlot, DOUBLE_STACK_SLOT) in DEFINE_OPERAND_CACHE()118 LDoubleStackSlot::SetUpCache(); in DEFINE_OPERAND_CACHE()
379 return LDoubleStackSlot::Create(index); in GetNextSpillSlot()
435 return LDoubleStackSlot::Create(index); in GetNextSpillSlot()
377 return LDoubleStackSlot::Create(index); in GetNextSpillSlot()