Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.h151 bool selectPermlaneSwapIntrin(MachineInstr &I, Intrinsic::ID IntrID) const;
H A DAMDGPUInstructionSelector.cpp1193 return selectPermlaneSwapIntrin(I, IntrinsicID); in selectG_INTRINSIC()
3724 bool AMDGPUInstructionSelector::selectPermlaneSwapIntrin( in selectPermlaneSwapIntrin() function in AMDGPUInstructionSelector