Searched refs:AMDGPULateCodeGenPrepare (Results 1 – 2 of 2) sorted by relevance
42 class AMDGPULateCodeGenPrepare class44 public InstVisitor<AMDGPULateCodeGenPrepare, bool> {54 AMDGPULateCodeGenPrepare() : FunctionPass(ID) {} in AMDGPULateCodeGenPrepare() function in __anonb62d651b0111::AMDGPULateCodeGenPrepare83 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 …]
66 AMDGPULateCodeGenPrepare.cpp