Searched refs:printAlias (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/Mips/InstPrinter/
H A DMipsInstPrinter.cpp112 if (!printAliasInstr(MI, O) && !printAlias(*MI, O))
210 bool MipsInstPrinter::printAlias(const char *Str, const MCInst &MI, function in class:MipsInstPrinter
217 bool MipsInstPrinter::printAlias(const char *Str, const MCInst &MI, function in class:MipsInstPrinter
220 printAlias(Str, MI, OpNo0, OS);
226 bool MipsInstPrinter::printAlias(const MCInst &MI, raw_ostream &OS) { function in class:MipsInstPrinter
233 printAlias("b", MI, 2, OS)) ||
234 (isReg<Mips::ZERO>(MI, 1) && printAlias("beqz", MI, 0, 2, OS));
237 return isReg<Mips::ZERO_64>(MI, 1) && printAlias("beqz", MI, 0, 2, OS);
240 return isReg<Mips::ZERO>(MI, 1) && printAlias("bnez", MI, 0, 2, OS);
243 return isReg<Mips::ZERO_64>(MI, 1) && printAlias("bne
[all...]
H A DMipsInstPrinter.h104 bool printAlias(const char *Str, const MCInst &MI, unsigned OpNo,
106 bool printAlias(const char *Str, const MCInst &MI, unsigned OpNo0,
108 bool printAlias(const MCInst &MI, raw_ostream &OS);
/external/llvm/lib/Target/Lanai/InstPrinter/
H A DLanaiInstPrinter.h55 bool printAlias(const MCInst *MI, raw_ostream &Ostream);
H A DLanaiInstPrinter.cpp107 bool LanaiInstPrinter::printAlias(const MCInst *MI, raw_ostream &OS) { function in class:LanaiInstPrinter
141 if (!printAlias(MI, OS) && !printAliasInstr(MI, OS))
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DAsmWriter.cpp1134 void printAlias(const GlobalAlias *GV);
1261 printAlias(I);
1388 void AssemblyWriter::printAlias(const GlobalAlias *GA) { function in class:AssemblyWriter
2071 W.printAlias(cast<GlobalAlias>(GV));

Completed in 178 milliseconds