Searched refs:executeInWaterfallLoop (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURegisterBankInfo.h | 56 bool executeInWaterfallLoop(MachineIRBuilder &B, 63 bool executeInWaterfallLoop(MachineIRBuilder &B, MachineInstr &MI,
|
| H A D | AMDGPURegBankLegalizeHelper.h | 88 bool executeInWaterfallLoop(MachineIRBuilder &B,
|
| H A D | AMDGPURegisterBankInfo.cpp | 775 bool AMDGPURegisterBankInfo::executeInWaterfallLoop( in executeInWaterfallLoop() function in AMDGPURegisterBankInfo 1000 bool AMDGPURegisterBankInfo::executeInWaterfallLoop( in executeInWaterfallLoop() function in AMDGPURegisterBankInfo 1010 return executeInWaterfallLoop(B, make_range(I, std::next(I)), in executeInWaterfallLoop() 1250 executeInWaterfallLoop(B, MI, SGPRIndexes); in applyMappingImage() 1457 executeInWaterfallLoop(B, make_range(Span.begin(), Span.end()), in applyMappingSBufferLoad() 2889 executeInWaterfallLoop(B, MI, {2}); in applyMappingImpl() 2947 executeInWaterfallLoop(B, make_range(Span.begin(), Span.end()), in applyMappingImpl() 3013 executeInWaterfallLoop(B, MI, {3}); in applyMappingImpl() 3073 executeInWaterfallLoop(B, make_range(Span.begin(), Span.end()), in applyMappingImpl() 3111 executeInWaterfallLoop(B, MI, {1, 4}); in applyMappingImpl() [all …]
|