HomeSort by relevance Sort by last modified time
    Searched refs:printAlias (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.cpp 112 if (!printAliasInstr(MI, O) && !printAlias(*MI, O))
255 bool MipsInstPrinter::printAlias(const char *Str, const MCInst &MI,
262 bool MipsInstPrinter::printAlias(const char *Str, const MCInst &MI,
265 printAlias(Str, MI, OpNo0, OS);
271 bool MipsInstPrinter::printAlias(const MCInst &MI, raw_ostream &OS) {
277 printAlias("b", MI, 2, OS)) ||
278 (isReg<Mips::ZERO>(MI, 1) && printAlias("beqz", MI, 0, 2, OS));
281 return isReg<Mips::ZERO_64>(MI, 1) && printAlias("beqz", MI, 0, 2, OS);
284 return isReg<Mips::ZERO>(MI, 1) && printAlias("bnez", MI, 0, 2, OS);
287 return isReg<Mips::ZERO_64>(MI, 1) && printAlias("bnez", MI, 0, 2, OS)
    [all...]
MipsInstPrinter.h 104 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/IR/
AsmWriter.h 106 void printAlias(const GlobalAlias *GV);
AsmWriter.cpp     [all...]

Completed in 306 milliseconds