Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPULateCodeGenPrepare.cpp42 class AMDGPULateCodeGenPrepare class
44 public InstVisitor<AMDGPULateCodeGenPrepare, bool> {
54 AMDGPULateCodeGenPrepare() : FunctionPass(ID) {} in AMDGPULateCodeGenPrepare() function in __anonb62d651b0111::AMDGPULateCodeGenPrepare
83 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 …]
DCMakeLists.txt66 AMDGPULateCodeGenPrepare.cpp