Searched refs:OneOperandInstruction (Results 1 – 2 of 2) sorted by relevance
396 class OneOperandInstruction : public Instruction {408 OneOperandInstruction(Location* loc, Value* value) in OneOperandInstruction() function465 class MoveInstr : public OneOperandInstruction {468 : OneOperandInstruction(loc, value) { in MoveInstr()534 class ReturnInstr : public OneOperandInstruction {537 : OneOperandInstruction(CfgGlobals::current()->nowhere(), value) { in ReturnInstr()
208 void OneOperandInstruction::FastAllocate(TempLocation* temp) { in FastAllocate()653 void OneOperandInstruction::Print() { in Print()675 OneOperandInstruction::Print(); in Print()728 OneOperandInstruction::Print(); in Print()