OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isGFX9
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Disassembler/
AMDGPUDisassembler.h
172
bool
isGFX9
() const;
AMDGPUDisassembler.cpp
1446
bool AMDGPUDisassembler::
isGFX9
() const { return AMDGPU::
isGFX9
(STI); }
1742
if (
isGFX9
() &&
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp
1010
else if (
isGFX9
(STI))
1137
if (isVI(STI) ||
isGFX9
(STI))
1239
return
isGFX9
(STI);
1432
bool
isGFX9
(const MCSubtargetInfo &STI) {
1437
return
isGFX9
(STI) || isGFX10Plus(STI);
AMDGPUBaseInfo.h
735
bool
isGFX9
(const MCSubtargetInfo &STI);
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp
1346
bool
isGFX9
() const {
1347
return AMDGPU::
isGFX9
(getSTI());
1381
return !isVI() && !
isGFX9
();
5226
return (isVI() ||
isGFX9
()) && getTargetStreamer().getTargetID()->isXnackSupported();
5468
if (Name == "a16" && !
isGFX9
() && !hasGFX10A16()) {
5473
if (
isGFX9
() && ImmTy == AMDGPUOperand::ImmTyA16)
7806
return isVI() ||
isGFX9
();
Completed in 72 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026