OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MCRegInfo
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsOptionRecord.cpp
69
const MCRegisterInfo *
MCRegInfo
) {
72
for (MCSubRegIterator SubRegIt(Reg,
MCRegInfo
, true); SubRegIt.isValid();
76
unsigned EncVal =
MCRegInfo
->getEncodingValue(CurrentSubReg);
MipsELFStreamer.cpp
23
const MCRegisterInfo *
MCRegInfo
= Context.getRegisterInfo();
32
RegInfoRecord->SetPhysRegUsed(Reg,
MCRegInfo
);
/external/llvm/lib/Target/Mips/
MipsOptionRecord.h
59
void SetPhysRegUsed(unsigned Reg, const MCRegisterInfo *
MCRegInfo
);
Completed in 372 milliseconds