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.cpp3322 SmallVector<MachineInstr *, 4> NonCopyInstrs; in applyMappingImpl() local
3353 NonCopyInstrsLen = NonCopyInstrs.size(); in applyMappingImpl()
3355 NonCopyInstrs.push_back(&*Start); in applyMappingImpl()
3358 NonCopyInstrs.resize(NonCopyInstrsLen); in applyMappingImpl()
3360 for (auto *NonCopy : reverse(NonCopyInstrs)) { in applyMappingImpl()
3366 NonCopyInstrs.clear(); in applyMappingImpl()
3383 NonCopyInstrsLen = NonCopyInstrs.size(); in applyMappingImpl()
3385 NonCopyInstrs.push_back(&*End); in applyMappingImpl()
3388 NonCopyInstrs.resize(NonCopyInstrsLen); in applyMappingImpl()
3392 for (auto *NonCopy : reverse(NonCopyInstrs)) { in applyMappingImpl()