Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSwLowerLDS.cpp192 SetVector<Instruction *> &LDSInstructions);
197 SetVector<Instruction *> &LDSInstructions);
640 Function *Func, SetVector<Instruction *> &LDSInstructions) { in getLDSMemoryInstructions() argument
645 LDSInstructions.insert(&Inst); in getLDSMemoryInstructions()
648 LDSInstructions.insert(&Inst); in getLDSMemoryInstructions()
651 LDSInstructions.insert(&Inst); in getLDSMemoryInstructions()
654 LDSInstructions.insert(&Inst); in getLDSMemoryInstructions()
658 LDSInstructions.insert(&Inst); in getLDSMemoryInstructions()
683 SetVector<Instruction *> &LDSInstructions) { in translateLDSMemoryOperationsToGlobalMemory() argument
686 for (Instruction *Inst : LDSInstructions) { in translateLDSMemoryOperationsToGlobalMemory()
[all …]