Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp562 class SIMemoryLegalizer final : public MachineFunctionPass { class
601 SIMemoryLegalizer() : MachineFunctionPass(ID) {} in SIMemoryLegalizer() function in __anon363febf70111::SIMemoryLegalizer
2126 bool SIMemoryLegalizer::removeAtomicPseudoMIs() { in removeAtomicPseudoMIs()
2137 bool SIMemoryLegalizer::expandLoad(const SIMemOpInfo &MOI, in expandLoad()
2182 bool SIMemoryLegalizer::expandStore(const SIMemOpInfo &MOI, in expandStore()
2215 bool SIMemoryLegalizer::expandAtomicFence(const SIMemOpInfo &MOI, in expandAtomicFence()
2304 bool SIMemoryLegalizer::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
2346 INITIALIZE_PASS(SIMemoryLegalizer, DEBUG_TYPE, PASS_NAME, false, false)
2348 char SIMemoryLegalizer::ID = 0;
2349 char &llvm::SIMemoryLegalizerID = SIMemoryLegalizer::ID;
[all …]
H A DCMakeLists.txt150 SIMemoryLegalizer.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/
H A DBUILD.gn230 "SIMemoryLegalizer.cpp",