Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp203 bool selectShuffleVector(MachineInstr &I, MachineRegisterInfo &MRI);
3542 return selectShuffleVector(I, MRI); in select()
5062 bool AArch64InstructionSelector::selectShuffleVector( in selectShuffleVector() function in AArch64InstructionSelector