HomeSort by relevance Sort by last modified time
    Searched refs:InsertBranch (Results 1 - 25 of 34) sorted by null

1 2

  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.h 71 virtual unsigned InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB,
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/MSP430/
MSP430InstrInfo.h 82 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
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.h 80 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
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/XCore/
XCoreInstrInfo.h 57 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
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/lib/Target/AArch64/
AArch64InstrInfo.h 65 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 55 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
MipsInstrInfo.cpp 123 InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
128 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 119 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 385 TII->InsertBranch(*this, TBB, 0, Cond, dl);
396 TII->InsertBranch(*this, FBB, 0, Cond, dl);
399 TII->InsertBranch(*this, TBB, 0, Cond, dl);
423 TII->InsertBranch(*this, TBB, 0, Cond, dl);
432 TII->InsertBranch(*this, FallthroughBB, 0, Cond, dl);
436 TII->InsertBranch(*this, FallthroughBB, 0, Cond, dl);
439 TII->InsertBranch(*this, TBB, FallthroughBB, Cond, dl);
750 MF->getTarget().getInstrInfo()->InsertBranch(*NMBB, Succ, NULL, Cond, dl);
    [all...]
BranchFolding.cpp 470 TII->InsertBranch(*CurMBB, SuccBB, NULL, Cond, dl);
475 TII->InsertBranch(*CurMBB, SuccBB, NULL,
    [all...]
IfConversion.cpp 441 TII->InsertBranch(*BBI.BB, BBI.FalseBB, BBI.TrueBB, BBI.BrCond, dl);
    [all...]
EarlyIfConversion.cpp 567 TII->InsertBranch(*Head, Tail, 0, EmptyCond, HeadDL);
TargetInstrInfo.cpp 111 InsertBranch(*MBB, NewDest, 0, SmallVector<MachineOperand, 0>(),
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 64 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
HexagonHardwareLoops.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.h 202 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
MBlazeInstrInfo.cpp 187 InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
192 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
  /external/llvm/lib/Target/R600/
R600InstrInfo.h 77 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const;
  /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/ARM/
ARMBaseInstrInfo.h 66 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 221 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,

Completed in 363 milliseconds

1 2