Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp492 class SIMemoryLegalizer final : public MachineFunctionPass { class
531 SIMemoryLegalizer() : MachineFunctionPass(ID) {} in SIMemoryLegalizer() function in __anon45e28bb20111::SIMemoryLegalizer
1566 bool SIMemoryLegalizer::removeAtomicPseudoMIs() { in removeAtomicPseudoMIs()
1577 bool SIMemoryLegalizer::expandLoad(const SIMemOpInfo &MOI, in expandLoad()
1622 bool SIMemoryLegalizer::expandStore(const SIMemOpInfo &MOI, in expandStore()
1655 bool SIMemoryLegalizer::expandAtomicFence(const SIMemOpInfo &MOI, in expandAtomicFence()
1697 bool SIMemoryLegalizer::expandAtomicCmpxchgOrRmw(const SIMemOpInfo &MOI, in expandAtomicCmpxchgOrRmw()
1744 bool SIMemoryLegalizer::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
1786 INITIALIZE_PASS(SIMemoryLegalizer, DEBUG_TYPE, PASS_NAME, false, false)
1788 char SIMemoryLegalizer::ID = 0;
[all …]
H A DCMakeLists.txt131 SIMemoryLegalizer.cpp
/netbsd-src/external/apache2/llvm/lib/libLLVMAMDGPUCodeGen/
H A DMakefile100 SIMemoryLegalizer.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/
H A DBUILD.gn213 "SIMemoryLegalizer.cpp",