Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp1782 bool InterfaceChange = hasFatPointerInterface(F, &StructTM); in run() local
1785 if (InterfaceChange || BodyChanges) in run()
1786 NeedsRemap.push_back(std::make_pair(&F, InterfaceChange)); in run()
1798 for (auto [F, InterfaceChange] : NeedsRemap) { in run()
1800 if (InterfaceChange) in run()
1811 if (InterfaceChange) { in run()