Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp3398 SmallVector<MachineInstr *, 4> NonCopyInstrs; in applyMappingImpl() local
3429 NonCopyInstrsLen = NonCopyInstrs.size(); in applyMappingImpl()
3431 NonCopyInstrs.push_back(&*Start); in applyMappingImpl()
3434 NonCopyInstrs.resize(NonCopyInstrsLen); in applyMappingImpl()
3436 for (auto *NonCopy : reverse(NonCopyInstrs)) { in applyMappingImpl()
3442 NonCopyInstrs.clear(); in applyMappingImpl()
3459 NonCopyInstrsLen = NonCopyInstrs.size(); in applyMappingImpl()
3461 NonCopyInstrs.push_back(&*End); in applyMappingImpl()
3464 NonCopyInstrs.resize(NonCopyInstrsLen); in applyMappingImpl()
3468 for (auto *NonCopy : reverse(NonCopyInstrs)) { in applyMappingImpl()