Searched refs:MoveToSIMDStackSlot (Results 1 – 4 of 4) sorted by relevance
375 virtual void MoveToSIMDStackSlot(Location destination, Location source) = 0;534 void MoveToSIMDStackSlot(Location destination, Location source) override;569 void MoveToSIMDStackSlot(Location destination, Location source) override;
1440 void InstructionCodeGeneratorARM64Sve::MoveToSIMDStackSlot(Location destination, in MoveToSIMDStackSlot() function in art::arm64::InstructionCodeGeneratorARM64Sve
1679 void InstructionCodeGeneratorARM64Neon::MoveToSIMDStackSlot(Location destination, in MoveToSIMDStackSlot() function in art::arm64::InstructionCodeGeneratorARM64Neon
1850 GetInstructionCodeGeneratorArm64()->MoveToSIMDStackSlot(destination, source); in MoveLocation()