Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp42 class AMDGPULateCodeGenPrepare class
44 public InstVisitor<AMDGPULateCodeGenPrepare, bool> {
54 AMDGPULateCodeGenPrepare() : FunctionPass(ID) {} in AMDGPULateCodeGenPrepare() function in __anona2bdfe0f0111::AMDGPULateCodeGenPrepare
83 bool AMDGPULateCodeGenPrepare::doInitialization(Module &M) { in doInitialization()
89 bool AMDGPULateCodeGenPrepare::runOnFunction(Function &F) { in runOnFunction()
106 bool AMDGPULateCodeGenPrepare::canWidenScalarExtLoad(LoadInst &LI) const { in canWidenScalarExtLoad()
130 bool AMDGPULateCodeGenPrepare::visitLoadInst(LoadInst &LI) { in visitLoadInst()
186 INITIALIZE_PASS_BEGIN(AMDGPULateCodeGenPrepare, DEBUG_TYPE,
190 INITIALIZE_PASS_END(AMDGPULateCodeGenPrepare, DEBUG_TYPE,
193 char AMDGPULateCodeGenPrepare::ID = 0;
[all …]