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 104 unsigned MSP430InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.cpp 164 /// Note that RemoveBranch and InsertBranch must be implemented to support
224 unsigned NVPTXInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 146 RemoveBranch(MachineBasicBlock &MBB) const
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 250 unsigned SparcInstrInfo::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/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600InstrInfo.cpp 298 R600InstrInfo::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/mesa3d/src/gallium/drivers/radeon/
R600InstrInfo.cpp 298 R600InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 317 unsigned AArch64InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 230 unsigned SystemZInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 151 RemoveBranch(MBB);
305 unsigned HexagonInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 357 unsigned PPCInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 362 unsigned ARMBaseInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
    [all...]

Completed in 386 milliseconds