OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:printRegName
(Results
1 - 13
of
13
) sorted by null
/external/llvm/lib/MC/
MCInstPrinter.cpp
23
void MCInstPrinter::
printRegName
(raw_ostream &OS, unsigned RegNo) const {
MCAsmStreamer.cpp
834
InstPrinter->
printRegName
(OS, LLVMRegister);
[
all
...]
/external/llvm/include/llvm/MC/
MCInstPrinter.h
48
///
printRegName
- Print the assembler register name.
49
virtual void
printRegName
(raw_ostream &OS, unsigned RegNo) const;
/external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.cpp
68
void MipsInstPrinter::
printRegName
(raw_ostream &OS, unsigned RegNo) const {
80
printRegName
(O, Op.getReg());
MipsInstPrinter.h
88
virtual void
printRegName
(raw_ostream &OS, unsigned RegNo) const;
/external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.h
34
virtual void
printRegName
(raw_ostream &OS, unsigned RegNo) const;
PPCInstPrinter.cpp
29
void PPCInstPrinter::
printRegName
(raw_ostream &OS, unsigned RegNo) const {
/external/llvm/lib/Target/X86/InstPrinter/
X86ATTInstPrinter.cpp
37
void X86ATTInstPrinter::
printRegName
(raw_ostream &OS,
X86ATTInstPrinter.h
27
virtual void
printRegName
(raw_ostream &OS, unsigned RegNo) const;
X86IntelInstPrinter.cpp
31
void X86IntelInstPrinter::
printRegName
(raw_ostream &OS, unsigned RegNo) const {
74
static void
PrintRegName
(raw_ostream &O, StringRef RegName) {
83
PrintRegName
(O, getRegisterName(Op.getReg()));
X86IntelInstPrinter.h
29
virtual void
printRegName
(raw_ostream &OS, unsigned RegNo) const;
/external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.h
30
virtual void
printRegName
(raw_ostream &OS, unsigned RegNo) const;
ARMInstPrinter.cpp
32
void ARMInstPrinter::
printRegName
(raw_ostream &OS, unsigned RegNo) const {
Completed in 224 milliseconds