Searched refs:ReturnInstruction (Results 1 – 5 of 5) sorted by relevance
53 V(ReturnInstruction) \704 struct ReturnInstruction : InstructionBase { struct706 explicit ReturnInstruction(size_t count) : count(count) {} in TORQUE_INSTRUCTION_BOILERPLATE() argument713 const ReturnInstruction& instruction) { argument
655 void ReturnInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()660 void ReturnInstruction::RecomputeDefinitionLocations( in RecomputeDefinitionLocations()
326 void CCGenerator::EmitInstruction(const ReturnInstruction& instruction, in EmitInstruction()
836 void CSAGenerator::EmitInstruction(const ReturnInstruction& instruction, in EmitInstruction()
1296 assembler().Emit(ReturnInstruction{ in Visit()