OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSGPRReg
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/AMDGPU/
SIRegisterInfo.h
102
bool
isSGPRReg
(const MachineRegisterInfo &MRI, unsigned Reg) const {
SIWholeQuadMode.cpp
397
if (TRI->
isSGPRReg
(*MRI, Op.getReg())) {
SIInstrInfo.h
372
return !RI.
isSGPRReg
(MRI, Dest);
SIInstrInfo.cpp
[
all
...]
Completed in 4138 milliseconds