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

  /external/llvm/lib/Target/Blackfin/
BlackfinInstrInfo.cpp 79 InsertBranch(MachineBasicBlock &MBB,
85 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
  /external/llvm/lib/Target/Alpha/
AlphaInstrInfo.cpp 87 unsigned AlphaInstrInfo::InsertBranch(MachineBasicBlock &MBB,
92 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
  /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 266 MSP430InstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
271 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 219 SparcInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB,
223 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 320 SystemZInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
325 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 370 InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
375 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 264 /// 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 assert(0 && "Target didn't implement TargetInstrInfo::InsertBranch!");
    [all...]
  /external/llvm/lib/Target/PTX/
PTXInstrInfo.cpp 266 InsertBranch(MachineBasicBlock &MBB,
271 DEBUG(dbgs() << "InsertBranch: MBB: " << MBB.getName().str() << "\n");
272 DEBUG(if (TBB) dbgs() << "InsertBranch: TBB: " << TBB->getName().str()
274 else dbgs() << "InsertBranch: TBB: (NULL)\n");
275 DEBUG(if (FBB) dbgs() << "InsertBranch: FBB: " << FBB->getName().str()
277 else dbgs() << "InsertBranch: FBB: (NULL)\n");
278 DEBUG(dbgs() << "InsertBranch: Cond size: " << Cond.size() << "\n");
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 284 PPCInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
289 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 398 ARMBaseInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
410 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 805 milliseconds