OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spillSGPRToVGPR
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SILowerSGPRSpills.cpp
333
const bool HasSGPRSpillToVGPR = TRI->
spillSGPRToVGPR
() &&
375
if (!TII->isSGPRSpill(MI) || !TRI->
spillSGPRToVGPR
())
SIRegisterInfo.h
32
bool
SpillSGPRToVGPR
;
57
bool
spillSGPRToVGPR
() const {
58
return
SpillSGPRToVGPR
;
SIMachineFunctionInfo.cpp
294
assert(TRI->
spillSGPRToVGPR
() && "not spilling SGPRs to VGPRs");
SIFrameLowering.cpp
92
if (TRI->
spillSGPRToVGPR
() && MFI->allocateSGPRSpillToVGPR(MF, NewFI)) {
SIInstrInfo.cpp
1445
if (RI.
spillSGPRToVGPR
())
1569
if (RI.
spillSGPRToVGPR
())
SIISelLowering.cpp
11820
if (VGPRReserveforSGPRSpill && TRI->
spillSGPRToVGPR
() &&
Completed in 39 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026