OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AMDGPULibFuncImpl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULibFunc.h
324
class
AMDGPULibFuncImpl
: public AMDGPULibFuncBase {
326
AMDGPULibFuncImpl
() {}
327
virtual ~
AMDGPULibFuncImpl
() {}
356
/// Wrapper class for
AMDGPULIbFuncImpl
359
explicit AMDGPULibFunc() : Impl(std::unique_ptr<
AMDGPULibFuncImpl
>()) {}
404
std::unique_ptr<
AMDGPULibFuncImpl
> Impl;
407
class AMDGPUMangledLibFunc : public
AMDGPULibFuncImpl
{
423
static bool classof(const
AMDGPULibFuncImpl
*F) { return F->isMangled(); }
436
class AMDGPUUnmangledLibFunc : public
AMDGPULibFuncImpl
{
452
static bool classof(const
AMDGPULibFuncImpl
*F) { return !F->isMangled();
[
all
...]
AMDGPULibFunc.cpp
676
F.Impl = std::unique_ptr<
AMDGPULibFuncImpl
>();
687
F.Impl = std::unique_ptr<
AMDGPULibFuncImpl
>();
1020
Impl = std::unique_ptr<
AMDGPULibFuncImpl
>();
Completed in 46 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026