HomeSort by relevance Sort by last modified time
    Searched defs:InsertBranch (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.cpp 187 InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
192 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 260 MSP430InstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
265 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 230 SparcInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB,
234 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
  /external/llvm/lib/Target/CellSPU/
SPUInstrInfo.cpp 351 SPUInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
356 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 391 InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
396 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 183 /// Note that RemoveBranch and InsertBranch must be implemented to support
275 XCoreInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB,
280 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 265 /// Note that RemoveBranch and InsertBranch must be implemented to support
285 /// InsertBranch - Insert branch code into the end of the specified
295 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
299 llvm_unreachable("Target didn't implement TargetInstrInfo::InsertBranch!");
    [all...]
  /external/llvm/lib/Target/PTX/
PTXInstrInfo.cpp 264 InsertBranch(MachineBasicBlock &MBB,
269 DEBUG(dbgs() << "InsertBranch: MBB: " << MBB.getName().str() << "\n");
270 DEBUG(if (TBB) dbgs() << "InsertBranch: TBB: " << TBB->getName().str()
272 else dbgs() << "InsertBranch: TBB: (NULL)\n");
273 DEBUG(if (FBB) dbgs() << "InsertBranch: FBB: " << FBB->getName().str()
275 else dbgs() << "InsertBranch: FBB: (NULL)\n");
276 DEBUG(dbgs() << "InsertBranch: Cond size: " << Cond.size() << "\n");
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 295 PPCInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
300 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 121 HexagonInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB,
129 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
156 return InsertBranch(MBB, TBB, 0, Cond, DL);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 395 ARMBaseInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
407 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 1281 milliseconds