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

/external/mesa3d/src/gallium/drivers/radeon/
H A DR600InstrInfo.cpp261 R600InstrInfo::InsertBranch(MachineBasicBlock &MBB, function in class:R600InstrInfo
267 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h292 /// Note that RemoveBranch and InsertBranch must be implemented to support
312 /// InsertBranch - Insert branch code into the end of the specified
322 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, function in class:llvm::TargetInstrInfo
326 llvm_unreachable("Target didn't implement TargetInstrInfo::InsertBranch!");
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp271 unsigned AArch64InstrInfo::InsertBranch( function in class:AArch64InstrInfo
275 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp396 ARMBaseInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, function in class:ARMBaseInstrInfo
408 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp122 HexagonInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB, function in class:HexagonInstrInfo
130 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
157 return InsertBranch(MBB, TBB, nullptr, Cond, DL);
/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp263 MSP430InstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, function in class:MSP430InstrInfo
268 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp117 InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, function in class:MipsInstrInfo
122 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp167 /// Note that RemoveBranch and InsertBranch must be implemented to support
251 unsigned NVPTXInstrInfo::InsertBranch( function in class:NVPTXInstrInfo
255 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp538 PPCInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, function in class:PPCInstrInfo
543 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp231 SparcInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB, function in class:SparcInstrInfo
235 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp363 SystemZInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, function in class:SystemZInstrInfo
372 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2922 X86InstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, function in class:X86InstrInfo
2927 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp190 /// Note that RemoveBranch and InsertBranch must be implemented to support
282 XCoreInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB, function in class:XCoreInstrInfo
287 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600InstrInfo.cpp261 R600InstrInfo::InsertBranch(MachineBasicBlock &MBB, function in class:R600InstrInfo
267 assert(TBB && "InsertBranch must not be told to insert a fallthrough");

Completed in 302 milliseconds