OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasVGPRs
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/R600/
SIRegisterInfo.h
46
bool
hasVGPRs
(const TargetRegisterClass *RC) const;
SIRegisterInfo.cpp
76
return !
hasVGPRs
(RC);
79
bool SIRegisterInfo::
hasVGPRs
(const TargetRegisterClass *RC) const {
90
if (
hasVGPRs
(SRC)) {
SIFixSGPRCopies.cpp
124
if (TRI->
hasVGPRs
(MRI.getRegClass(MI.getOperand(i).getReg())))
193
return TRI->isSGPRClass(DstRC) && TRI->
hasVGPRs
(SrcRC);
242
if (TRI->
hasVGPRs
(MRI.getRegClass(Reg))) {
251
if (TRI->
hasVGPRs
(TII->getOpRegClass(MI, 0)) ||
267
(TRI->
hasVGPRs
(Src0RC) || TRI->
hasVGPRs
(Src1RC))) {
SIInstrInfo.cpp
197
if (RI.
hasVGPRs
(RC)) {
248
if (RI.
hasVGPRs
(RC)) {
752
return RI.
hasVGPRs
(getOpRegClass(MI, 0));
754
return RI.
hasVGPRs
(getOpRegClass(MI, OpNo));
[
all
...]
Completed in 60 milliseconds