Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.h144 bool selectBufferLoadLds(MachineInstr &MI) const;
H A DAMDGPUInstructionSelector.cpp2093 return selectBufferLoadLds(I); in selectG_INTRINSIC_W_SIDE_EFFECTS()
3185 bool AMDGPUInstructionSelector::selectBufferLoadLds(MachineInstr &MI) const { in selectBufferLoadLds() function in AMDGPUInstructionSelector