Searched refs:AMDGPULateCodeGenPrepare (Results 1 – 1 of 1) sorted by relevance
44 class AMDGPULateCodeGenPrepare class46 public InstVisitor<AMDGPULateCodeGenPrepare, bool> {56 AMDGPULateCodeGenPrepare() : FunctionPass(ID) {} in AMDGPULateCodeGenPrepare() function in __anonf0eefc910111::AMDGPULateCodeGenPrepare86 bool AMDGPULateCodeGenPrepare::doInitialization(Module &M) { in doInitialization()92 bool AMDGPULateCodeGenPrepare::runOnFunction(Function &F) { in runOnFunction()113 bool AMDGPULateCodeGenPrepare::canWidenScalarExtLoad(LoadInst &LI) const { in canWidenScalarExtLoad()137 bool AMDGPULateCodeGenPrepare::visitLoadInst(LoadInst &LI) { in visitLoadInst()189 INITIALIZE_PASS_BEGIN(AMDGPULateCodeGenPrepare, DEBUG_TYPE,194 INITIALIZE_PASS_END(AMDGPULateCodeGenPrepare, DEBUG_TYPE,197 char AMDGPULateCodeGenPrepare::ID = 0;[all …]