OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isSI
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp
1008
if (
isSI
(STI) || isCI(STI) || isVI(STI))
1135
if (
isSI
(STI) || isCI(STI))
1420
bool
isSI
(const MCSubtargetInfo &STI) {
1522
assert(!
isSI
(STI)); \
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp
1334
bool
isSI
() const {
1335
return AMDGPU::
isSI
(getSTI());
3623
if (isCI() ||
isSI
())
3869
if (isCI() ||
isSI
())
5236
if (
isSI
() || isGFX10Plus()) {
Completed in 24 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026