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

  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.cpp 176 /// Note that RemoveBranch and InsertBranch must be implemented to support
262 NVPTXInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
267 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 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/Mips/
MipsInstrInfo.cpp 123 InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
128 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 256 /// Note that RemoveBranch and InsertBranch must be implemented to support
276 /// InsertBranch - Insert branch code into the end of the specified
286 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
290 llvm_unreachable("Target didn't implement TargetInstrInfo::InsertBranch!");
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 371 PPCInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
376 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 304 AArch64InstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
  /external/llvm/lib/Target/R600/
R600InstrInfo.cpp 309 R600InstrInfo::InsertBranch(MachineBasicBlock &MBB,
314 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 115 HexagonInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB,
123 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
150 return InsertBranch(MBB, TBB, 0, Cond, DL);
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 400 ARMBaseInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
412 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
    [all...]

Completed in 344 milliseconds