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

1 2

  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.h 66 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
NVPTXInstrInfo.cpp 164 /// Note that RemoveBranch and InsertBranch must be implemented to support
224 unsigned NVPTXInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.h 81 unsigned RemoveBranch(MachineBasicBlock &MBB) const;
MSP430InstrInfo.cpp 104 unsigned MSP430InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.h 70 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
SparcInstrInfo.cpp 250 unsigned SparcInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.h 62 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
XCoreInstrInfo.cpp 183 /// Note that RemoveBranch and InsertBranch must be implemented to support
307 XCoreInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 65 unsigned RemoveBranch(MachineBasicBlock &MBB) const;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600InstrInfo.h 73 unsigned RemoveBranch(MachineBasicBlock &MBB) const;
R600InstrInfo.cpp 298 R600InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 54 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
MipsInstrInfo.cpp 146 RemoveBranch(MachineBasicBlock &MBB) const
  /external/mesa3d/src/gallium/drivers/radeon/
R600InstrInfo.h 73 unsigned RemoveBranch(MachineBasicBlock &MBB) const;
R600InstrInfo.cpp 298 R600InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 118 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 127 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const LLVM_OVERRIDE;
  /external/llvm/lib/CodeGen/
BranchFolding.cpp 470 TII->RemoveBranch(*CurMBB);
    [all...]
IfConversion.cpp 440 TII->RemoveBranch(*BBI.BB);
    [all...]
MachineBasicBlock.cpp 402 TII->RemoveBranch(*this);
432 TII->RemoveBranch(*this);
435 TII->RemoveBranch(*this);
455 TII->RemoveBranch(*this);
472 TII->RemoveBranch(*this);
475 TII->RemoveBranch(*this);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 64 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
  /external/llvm/lib/Target/R600/
R600InstrInfo.h 147 unsigned RemoveBranch(MachineBasicBlock &MBB) const;
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 264 /// Note that RemoveBranch and InsertBranch must be implemented to support
277 /// RemoveBranch - Remove the branching code at the end of the specific MBB.
280 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const {
281 llvm_unreachable("Target didn't implement TargetInstrInfo::RemoveBranch!");
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 65 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 233 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const;

Completed in 364 milliseconds

1 2