OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isGFX10
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp
1012
else if (
isGFX10
(STI) && !isGFX10_BEncoding(STI))
1440
bool
isGFX10
(const MCSubtargetInfo &STI) {
1444
bool isGFX10Plus(const MCSubtargetInfo &STI) { return
isGFX10
(STI); }
1877
if (AMDGPU::
isGFX10
(ST))
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp
1358
bool
isGFX10
() const {
1359
return AMDGPU::
isGFX10
(getSTI());
Completed in 20 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026