Searched refs:UnsafeCastInstruction (Results 1 – 5 of 5) sorted by relevance
56 V(UnsafeCastInstruction)758 struct UnsafeCastInstruction : InstructionBase { struct760 explicit UnsafeCastInstruction(const Type* destination_type) in TORQUE_INSTRUCTION_BOILERPLATE() argument769 const UnsafeCastInstruction& instruction) { argument
677 void UnsafeCastInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()682 void UnsafeCastInstruction::RecomputeDefinitionLocations( in RecomputeDefinitionLocations()687 DefinitionLocation UnsafeCastInstruction::GetValueDefinition() const { in GetValueDefinition()
363 void CCGenerator::EmitInstruction(const UnsafeCastInstruction& instruction, in EmitInstruction()
881 void CSAGenerator::EmitInstruction(const UnsafeCastInstruction& instruction, in EmitInstruction()
973 assembler().Emit(UnsafeCastInstruction{result_type}); in Visit()