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

  /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/NVPTX/
NVPTXInstrInfo.cpp 164 /// Note that RemoveBranch and InsertBranch must be implemented to support
248 unsigned NVPTXInstrInfo::InsertBranch(
252 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 114 InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
119 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 222 SparcInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB,
226 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/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600InstrInfo.cpp 261 R600InstrInfo::InsertBranch(MachineBasicBlock &MBB,
267 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
284 /// InsertBranch - Insert branch code into the end of the specified
294 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
298 llvm_unreachable("Target didn't implement TargetInstrInfo::InsertBranch!");
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
R600InstrInfo.cpp 261 R600InstrInfo::InsertBranch(MachineBasicBlock &MBB,
267 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 293 AArch64InstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 260 SystemZInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
269 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 117 HexagonInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB,
125 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
152 return InsertBranch(MBB, TBB, 0, Cond, DL);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 389 PPCInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
394 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 391 ARMBaseInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
403 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
    [all...]

Completed in 774 milliseconds