Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp42 class AMDGPULateCodeGenPrepare class
44 public InstVisitor<AMDGPULateCodeGenPrepare, bool> {
54 AMDGPULateCodeGenPrepare() : FunctionPass(ID) {} in AMDGPULateCodeGenPrepare() function in __anone32457b20111::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 …]
H A DCMakeLists.txt66 AMDGPULateCodeGenPrepare.cpp
/openbsd-src/gnu/usr.bin/clang/libLLVMAMDGPUCodeGen/
H A DMakefile31 AMDGPULateCodeGenPrepare.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/
H A DBUILD.gn148 "AMDGPULateCodeGenPrepare.cpp",
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt6295 llvm/lib/Target/AMDGPU/AMDGPULateCodeGenPrepare.cpp