OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasVGPRIndexMode
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNSubtarget.h
122
bool
HasVGPRIndexMode
;
796
bool
hasVGPRIndexMode
() const {
797
return
HasVGPRIndexMode
;
SIPreEmitPeephole.cpp
367
if (!ST.
hasVGPRIndexMode
())
AMDGPUSubtarget.cpp
157
if (!HasMovrel && !
HasVGPRIndexMode
)
248
HasVGPRIndexMode
(false),
660
return !hasMovrel() || (EnableVGPRIndexMode &&
hasVGPRIndexMode
());
Completed in 15 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026