Searched refs:LoadReferenceInstruction (Results 1 – 5 of 5) sorted by relevance
37 V(LoadReferenceInstruction) \381 struct LoadReferenceInstruction : InstructionBase { struct383 explicit LoadReferenceInstruction(const Type* type) : type(type) {} in TORQUE_INSTRUCTION_BOILERPLATE() argument391 const LoadReferenceInstruction& instruction) { argument
691 void LoadReferenceInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()701 void LoadReferenceInstruction::RecomputeDefinitionLocations( in RecomputeDefinitionLocations()708 DefinitionLocation LoadReferenceInstruction::GetValueDefinition() const { in GetValueDefinition()
372 void CCGenerator::EmitInstruction(const LoadReferenceInstruction& instruction, in EmitInstruction()
891 void CSAGenerator::EmitInstruction(const LoadReferenceInstruction& instruction, in EmitInstruction()
2508 assembler().Emit(LoadReferenceInstruction{referenced_type}); in GenerateFetchFromLocation()