Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp42 class AMDGPULateCodeGenPrepare class
44 public InstVisitor<AMDGPULateCodeGenPrepare, bool> {
54 AMDGPULateCodeGenPrepare() : FunctionPass(ID) {} in AMDGPULateCodeGenPrepare() function in __anon4297908b0111::AMDGPULateCodeGenPrepare
83 bool AMDGPULateCodeGenPrepare::doInitialization(Module &M) { in doInitialization()
89 bool AMDGPULateCodeGenPrepare::runOnFunction(Function &F) { in runOnFunction()
104 bool AMDGPULateCodeGenPrepare::canWidenScalarExtLoad(LoadInst &LI) const { in canWidenScalarExtLoad()
128 bool AMDGPULateCodeGenPrepare::visitLoadInst(LoadInst &LI) { in visitLoadInst()
184 INITIALIZE_PASS_BEGIN(AMDGPULateCodeGenPrepare, DEBUG_TYPE,
188 INITIALIZE_PASS_END(AMDGPULateCodeGenPrepare, DEBUG_TYPE,
191 char AMDGPULateCodeGenPrepare::ID = 0;
[all …]
H A DCMakeLists.txt66 AMDGPULateCodeGenPrepare.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/
H A DBUILD.gn147 "AMDGPULateCodeGenPrepare.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt6307 llvm/lib/Target/AMDGPU/AMDGPULateCodeGenPrepare.cpp