Searched refs:AMDGPULateCodeGenPrepare (Results 1 – 1 of 1) sorted by relevance
44 class AMDGPULateCodeGenPrepare class46 public InstVisitor<AMDGPULateCodeGenPrepare, bool> {58 AMDGPULateCodeGenPrepare() : FunctionPass(ID) {} in AMDGPULateCodeGenPrepare() function in __anon9f65155b0111::AMDGPULateCodeGenPrepare151 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 …]