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

1 2

  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.h 71 virtual unsigned InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB,
NVPTXInstrInfo.cpp 216 /// Note that RemoveBranch and InsertBranch must be implemented to support
302 NVPTXInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
307 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
  /external/llvm/lib/Target/CellSPU/
SPUInstrInfo.h 77 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
SPUInstrInfo.cpp 347 SPUInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
352 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/Mips/
MipsInstrInfo.h 46 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
MipsInstrInfo.cpp 187 InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
192 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/PowerPC/
PPCInstrInfo.h 117 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 382 TII->InsertBranch(*this, TBB, 0, Cond, dl);
393 TII->InsertBranch(*this, FBB, 0, Cond, dl);
396 TII->InsertBranch(*this, TBB, 0, Cond, dl);
420 TII->InsertBranch(*this, TBB, 0, Cond, dl);
429 TII->InsertBranch(*this, FallthroughBB, 0, Cond, dl);
433 TII->InsertBranch(*this, FallthroughBB, 0, Cond, dl);
436 TII->InsertBranch(*this, TBB, FallthroughBB, Cond, dl);
698 MF->getTarget().getInstrInfo()->InsertBranch(*NMBB, Succ, NULL, Cond, dl);
    [all...]
BranchFolding.cpp 472 TII->InsertBranch(*CurMBB, SuccBB, NULL, Cond, dl);
477 TII->InsertBranch(*CurMBB, SuccBB, NULL,
    [all...]
IfConversion.cpp 440 TII->InsertBranch(*BBI.BB, BBI.FalseBB, BBI.TrueBB, BBI.BrCond, dl);
    [all...]
EarlyIfConversion.cpp 568 TII->InsertBranch(*Head, Tail, 0, EmptyCond, HeadDL);
TargetInstrInfoImpl.cpp 54 InsertBranch(*MBB, NewDest, 0, SmallVector<MachineOperand, 0>(),
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 64 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
HexagonHardwareLoops.cpp 533 TII->InsertBranch(*LastMBB, BranchTarget, 0, Cond, dl);
  /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/ARM/
ARMBaseInstrInfo.h 66 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 218 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 260 /// 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,
294 llvm_unreachable("Target didn't implement TargetInstrInfo::InsertBranch!");
    [all...]

Completed in 2279 milliseconds

1 2