Home
last modified time | relevance | path

Searched defs:printAlias (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsInstPrinter.cpp204 bool MipsInstPrinter::printAlias(const char *Str, const MCInst &MI, in printAlias() function in MipsInstPrinter
211 bool MipsInstPrinter::printAlias(const char *Str, const MCInst &MI, in printAlias() function in MipsInstPrinter
220 bool MipsInstPrinter::printAlias(const MCInst &MI, raw_ostream &OS) { in printAlias() function in MipsInstPrinter
/aosp_15_r20/external/llvm/lib/Target/Mips/InstPrinter/
H A DMipsInstPrinter.cpp210 bool MipsInstPrinter::printAlias(const char *Str, const MCInst &MI, in printAlias() function in MipsInstPrinter
217 bool MipsInstPrinter::printAlias(const char *Str, const MCInst &MI, in printAlias() function in MipsInstPrinter
226 bool MipsInstPrinter::printAlias(const MCInst &MI, raw_ostream &OS) { in printAlias() function in MipsInstPrinter
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsInstPrinter.cpp245 bool MipsInstPrinter::printAlias(const char *Str, const MCInst &MI, in printAlias() function in MipsInstPrinter
257 bool MipsInstPrinter::printAlias(const char *Str, const MCInst &MI, in printAlias() function in MipsInstPrinter
270 bool MipsInstPrinter::printAlias(const MCInst &MI, uint64_t Address, in printAlias() function in MipsInstPrinter
/aosp_15_r20/external/llvm/lib/Target/Lanai/InstPrinter/
H A DLanaiInstPrinter.cpp107 bool LanaiInstPrinter::printAlias(const MCInst *MI, raw_ostream &OS) { in printAlias() function in LanaiInstPrinter
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiInstPrinter.cpp109 bool LanaiInstPrinter::printAlias(const MCInst *MI, raw_ostream &OS) { in printAlias() function in LanaiInstPrinter
/aosp_15_r20/external/capstone/arch/Mips/
H A DMipsInstPrinter.c330 static char *printAlias(MCInst *MI, SStream *OS) in printAlias() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiInstPrinter.cpp109 bool LanaiInstPrinter::printAlias(const MCInst *MI, raw_ostream &OS) { in printAlias() function in LanaiInstPrinter
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DAsmWriter.cpp3664 void AssemblyWriter::printAlias(const GlobalAlias *GA) { in printAlias() function in AssemblyWriter