Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp44 class AMDGPULateCodeGenPrepare class
46 public InstVisitor<AMDGPULateCodeGenPrepare, bool> {
58 AMDGPULateCodeGenPrepare() : FunctionPass(ID) {} in AMDGPULateCodeGenPrepare() function in __anon9f65155b0111::AMDGPULateCodeGenPrepare
151 bool AMDGPULateCodeGenPrepare::doInitialization(Module &M) { in doInitialization()
157 bool AMDGPULateCodeGenPrepare::runOnFunction(Function &F) { in runOnFunction()
432 bool AMDGPULateCodeGenPrepare::canWidenScalarExtLoad(LoadInst &LI) const { in canWidenScalarExtLoad()
456 bool AMDGPULateCodeGenPrepare::visitLoadInst(LoadInst &LI) { in visitLoadInst()
508 INITIALIZE_PASS_BEGIN(AMDGPULateCodeGenPrepare, DEBUG_TYPE,
513 INITIALIZE_PASS_END(AMDGPULateCodeGenPrepare, DEBUG_TYPE,
516 char AMDGPULateCodeGenPrepare::ID = 0;
[all …]