LLVM
17.0.0git
|
#include <vector>
Go to the source code of this file.
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
llvm::AMDGPU | |
Functions | |
Align | llvm::AMDGPU::getAlign (DataLayout const &DL, const GlobalVariable *GV) |
bool | llvm::AMDGPU::isLDSVariableToLower (const GlobalVariable &GV) |
std::vector< GlobalVariable * > | llvm::AMDGPU::findLDSVariablesToLower (Module &M, const Function *F) |
bool | llvm::AMDGPU::isReallyAClobber (const Value *Ptr, MemoryDef *Def, AAResults *AA) |
Given a Def clobbering a load from Ptr according to the MSSA check if this is actually a memory update or an artificial clobber to facilitate ordering constraints. More... | |
bool | llvm::AMDGPU::isClobberedInFunction (const LoadInst *Load, MemorySSA *MSSA, AAResults *AA) |
Check is a Load is clobbered in its function. More... | |