OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AMDGPUTargetMachine
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUTargetMachine.h
1
//===--
AMDGPUTargetMachine
.h - AMDGPU TargetMachine Interface --*- C++ -*-===//
27
class
AMDGPUTargetMachine
: public LLVMTargetMachine {
40
AMDGPUTargetMachine
(const Target &T, const Triple &TT, StringRef CPU,
44
~
AMDGPUTargetMachine
() override;
70
class R600TargetMachine final : public
AMDGPUTargetMachine
{
95
class GCNTargetMachine final : public
AMDGPUTargetMachine
{
AMDGPUTargetMachine.cpp
1
//===--
AMDGPUTargetMachine
.cpp - TargetMachine for hw codegen targets-----===//
15
#include "
AMDGPUTargetMachine
.h"
129
cl::location(
AMDGPUTargetMachine
::EnableLateStructurizeCFG),
135
cl::location(
AMDGPUTargetMachine
::EnableFunctionCalls),
142
cl::location(
AMDGPUTargetMachine
::EnableFixedFunctionABI),
198
cl::location(
AMDGPUTargetMachine
::EnableLowerModuleLDS), cl::init(true),
373
AMDGPUTargetMachine
::
AMDGPUTargetMachine
(const Target &T, const Triple &TT,
392
bool
AMDGPUTargetMachine
::EnableLateStructurizeCFG = false;
393
bool
AMDGPUTargetMachine
::EnableFunctionCalls = false
[
all
...]
Completed in 40 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026