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

  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 35 Subtarget(STI), UncondBrOpc(UncondBr) {}
133 BuildMI(&MBB, DL, get(UncondBrOpc)).addMBB(FBB);
140 BuildMI(&MBB, DL, get(UncondBrOpc)).addMBB(TBB);
220 if (LastOpc == UncondBrOpc) {
239 if (SecondLastOpc == UncondBrOpc) {
252 if (LastOpc != UncondBrOpc)
MipsInstrInfo.h 37 unsigned UncondBrOpc;
49 explicit MipsInstrInfo(const MipsSubtarget &STI, unsigned UncondBrOpc);

Completed in 53 milliseconds