Home
last modified time | relevance | path

Searched refs:selectIndexedStore (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp237 bool selectIndexedStore(GIndexedStore &I, MachineRegisterInfo &MRI);
3059 return selectIndexedStore(cast<GIndexedStore>(I), MRI); in select()
5543 bool AArch64InstructionSelector::selectIndexedStore(GIndexedStore &I, in selectIndexedStore() function in AArch64InstructionSelector