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

1 2

  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.h 67 virtual unsigned InsertBranch(
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/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 72 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
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.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 61 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600InstrInfo.h 71 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const;
R600InstrInfo.cpp 261 R600InstrInfo::InsertBranch(MachineBasicBlock &MBB,
267 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 56 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
MipsInstrInfo.cpp 114 InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
119 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
  /external/mesa3d/src/gallium/drivers/radeon/
R600InstrInfo.h 71 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const;
R600InstrInfo.cpp 261 R600InstrInfo::InsertBranch(MachineBasicBlock &MBB,
267 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
  /external/llvm/lib/CodeGen/
BranchFolding.cpp 471 TII->InsertBranch(*CurMBB, SuccBB, NULL, Cond, dl);
476 TII->InsertBranch(*CurMBB, SuccBB, NULL,
    [all...]
MachineBasicBlock.cpp 422 TII->InsertBranch(*this, TBB, 0, Cond, dl);
433 TII->InsertBranch(*this, FBB, 0, Cond, dl);
436 TII->InsertBranch(*this, TBB, 0, Cond, dl);
460 TII->InsertBranch(*this, TBB, 0, Cond, dl);
469 TII->InsertBranch(*this, FallthroughBB, 0, Cond, dl);
473 TII->InsertBranch(*this, FallthroughBB, 0, Cond, dl);
476 TII->InsertBranch(*this, TBB, FallthroughBB, Cond, dl);
787 MF->getTarget().getInstrInfo()->InsertBranch(*NMBB, Succ, NULL, Cond, dl);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 119 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 128 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 66 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
HexagonHardwareLoops.cpp     [all...]
  /external/llvm/lib/Target/R600/
R600InstrInfo.h 145 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const;
  /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/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 66 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 234 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,

Completed in 263 milliseconds

1 2