OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UsesFlatScratch
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.h
51
bool
UsesFlatScratch
= false;
AMDGPUAsmPrinter.cpp
695
&ST, UsesVCC,
UsesFlatScratch
, ST.getTargetID().isXnackOnOrAny());
725
Info.
UsesFlatScratch
= MRI.isPhysRegUsed(AMDGPU::FLAT_SCR_LO) ||
736
if (Info.
UsesFlatScratch
&& !MFI->hasFlatScratchInit() &&
740
Info.
UsesFlatScratch
= false;
1037
Info.
UsesFlatScratch
= ST.hasFlatAddressSpace();
1049
Info.
UsesFlatScratch
|= I->second.
UsesFlatScratch
;
1082
ProgInfo.FlatUsed = Info.
UsesFlatScratch
;
Completed in 16 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026