Searched defs:InsertBranch (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/Target/MBlaze/
H A DMBlazeInstrInfo.cpp187 InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, function in class:MBlazeInstrInfo
192 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp260 MSP430InstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, function in class:MSP430InstrInfo
265 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp216 /// Note that RemoveBranch and InsertBranch must be implemented to support
302 NVPTXInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, function in class:NVPTXInstrInfo
307 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/llvm/lib/Target/CellSPU/
H A DSPUInstrInfo.cpp347 SPUInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, function in class:SPUInstrInfo
352 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp187 InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, function in class:MipsInstrInfo
192 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp230 SparcInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB, function in class:SparcInstrInfo
234 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp183 /// Note that RemoveBranch and InsertBranch must be implemented to support
275 XCoreInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB, function in class:XCoreInstrInfo
280 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp376 PPCInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, function in class:PPCInstrInfo
381 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h260 /// Note that RemoveBranch and InsertBranch must be implemented to support
280 /// InsertBranch - Insert branch code into the end of the specified
290 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, function in class:llvm::TargetInstrInfo
294 llvm_unreachable("Target didn't implement TargetInstrInfo::InsertBranch!");
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp114 HexagonInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB, function in class:HexagonInstrInfo
122 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
149 return InsertBranch(MBB, TBB, 0, Cond, DL);
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp395 ARMBaseInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, function in class:ARMBaseInstrInfo
407 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2640 X86InstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, function in class:X86InstrInfo
2645 assert(TBB && "InsertBranch must not be told to insert a fallthrough");

Completed in 527 milliseconds