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

  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 107 unsigned MSP430InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.cpp 167 /// Note that RemoveBranch and InsertBranch must be implemented to support
227 unsigned NVPTXInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 149 RemoveBranch(MachineBasicBlock &MBB) const
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600InstrInfo.cpp 298 R600InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 259 unsigned SparcInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 190 /// Note that RemoveBranch and InsertBranch must be implemented to support
314 XCoreInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/mesa3d/src/gallium/drivers/radeon/
R600InstrInfo.cpp 298 R600InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 292 /// Note that RemoveBranch and InsertBranch must be implemented to support
305 /// RemoveBranch - Remove the branching code at the end of the specific MBB.
308 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const {
309 llvm_unreachable("Target didn't implement TargetInstrInfo::RemoveBranch!");
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 225 unsigned AArch64InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 156 RemoveBranch(MBB);
310 unsigned HexagonInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 333 unsigned SystemZInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 504 unsigned PPCInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 367 unsigned ARMBaseInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 183 milliseconds