Searched defs:printRegName (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/MC/ |
D | MCInstPrinter.cpp | 28 void MCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() function in MCInstPrinter
|
/external/llvm/lib/Target/XCore/InstPrinter/ |
D | XCoreInstPrinter.cpp | 28 void XCoreInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() function in XCoreInstPrinter
|
/external/llvm/lib/Target/Sparc/InstPrinter/ |
D | SparcInstPrinter.cpp | 41 void SparcInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const in printRegName() function in SparcInstPrinter
|
/external/llvm/lib/Target/NVPTX/InstPrinter/ |
D | NVPTXInstPrinter.cpp | 35 void NVPTXInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() function in NVPTXInstPrinter
|
/external/llvm/lib/Target/X86/InstPrinter/ |
D | X86IntelInstPrinter.cpp | 31 void X86IntelInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() function in X86IntelInstPrinter
|
D | X86ATTInstPrinter.cpp | 36 void X86ATTInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() function in X86ATTInstPrinter
|
/external/llvm/lib/Target/Mips/InstPrinter/ |
D | MipsInstPrinter.cpp | 75 void MipsInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() function in MipsInstPrinter
|
/external/llvm/lib/Target/SystemZ/InstPrinter/ |
D | SystemZInstPrinter.cpp | 52 void SystemZInstPrinter::printRegName(raw_ostream &O, unsigned RegNo) const { in printRegName() function in SystemZInstPrinter
|
/external/llvm/lib/Target/PowerPC/InstPrinter/ |
D | PPCInstPrinter.cpp | 36 void PPCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() function in PPCInstPrinter
|
/external/llvm/lib/Target/AArch64/InstPrinter/ |
D | AArch64InstPrinter.cpp | 45 void AArch64InstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() function in AArch64InstPrinter
|
/external/llvm/lib/Target/ARM/InstPrinter/ |
D | ARMInstPrinter.cpp | 65 void ARMInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() function in ARMInstPrinter
|