Searched refs:AMDGPULateCodeGenPrepare (Results 1 – 1 of 1) sorted by relevance
44 class AMDGPULateCodeGenPrepare class45 : public InstVisitor<AMDGPULateCodeGenPrepare, bool> {56 AMDGPULateCodeGenPrepare(Function &F, const GCNSubtarget &ST, in AMDGPULateCodeGenPrepare() function in __anon9f65155b0111::AMDGPULateCodeGenPrepare173 bool AMDGPULateCodeGenPrepare::run() { in run()440 bool AMDGPULateCodeGenPrepare::canWidenScalarExtLoad(LoadInst &LI) const { in canWidenScalarExtLoad()464 bool AMDGPULateCodeGenPrepare::visitLoadInst(LoadInst &LI) { in visitLoadInst()525 bool Changed = AMDGPULateCodeGenPrepare(F, ST, &AC, UI).run(); in run()567 return AMDGPULateCodeGenPrepare(F, ST, &AC, UI).run(); in runOnFunction()