Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp3169 SmallVector<MachineInstr *, 4> NonCopyInstrs; in applyMappingImpl() local
3200 NonCopyInstrsLen = NonCopyInstrs.size(); in applyMappingImpl()
3202 NonCopyInstrs.push_back(&*Start); in applyMappingImpl()
3205 NonCopyInstrs.resize(NonCopyInstrsLen); in applyMappingImpl()
3207 for (auto *NonCopy : reverse(NonCopyInstrs)) { in applyMappingImpl()
3213 NonCopyInstrs.clear(); in applyMappingImpl()
3230 NonCopyInstrsLen = NonCopyInstrs.size(); in applyMappingImpl()
3232 NonCopyInstrs.push_back(&*End); in applyMappingImpl()
3235 NonCopyInstrs.resize(NonCopyInstrsLen); in applyMappingImpl()
3239 for (auto *NonCopy : reverse(NonCopyInstrs)) { in applyMappingImpl()