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

  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.cpp 216 /// Note that RemoveBranch and InsertBranch must be implemented to support
279 unsigned NVPTXInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.cpp 213 unsigned MBlazeInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 104 unsigned MSP430InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 258 unsigned SparcInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const
  /external/llvm/lib/Target/CellSPU/
SPUInstrInfo.cpp 296 SPUInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 219 RemoveBranch(MachineBasicBlock &MBB) const
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 183 /// Note that RemoveBranch and InsertBranch must be implemented to support
307 XCoreInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 260 /// Note that RemoveBranch and InsertBranch must be implemented to support
273 /// RemoveBranch - Remove the branching code at the end of the specific MBB.
276 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const {
277 llvm_unreachable("Target didn't implement TargetInstrInfo::RemoveBranch!");
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 344 unsigned PPCInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 148 RemoveBranch(MBB);
279 unsigned HexagonInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 366 unsigned ARMBaseInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 1164 milliseconds