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

1 2

  /external/llvm/lib/Target/BPF/
BPFInstrInfo.cpp 151 unsigned BPFInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyInstrInfo.cpp 145 unsigned WebAssemblyInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 107 unsigned MSP430InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.cpp 146 /// Note that RemoveBranch and InsertBranch must be implemented to support
208 unsigned NVPTXInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaInstrInfo.cpp 289 unsigned AlphaInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeInstrInfo.cpp 213 unsigned MBlazeInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430InstrInfo.cpp 107 unsigned MSP430InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcInstrInfo.cpp 247 unsigned SparcInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZInstrInfo.cpp 299 unsigned SystemZInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/AVR/
AVRInstrInfo.cpp 407 unsigned AVRInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 147 unsigned MipsInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUInstrInfo.cpp 300 SPUInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsInstrInfo.cpp 402 RemoveBranch(MachineBasicBlock &MBB) const
  /external/swiftshader/third_party/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/lib/Target/Lanai/
LanaiInstrInfo.cpp 693 unsigned LanaiInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 272 unsigned SparcInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 187 /// Note that RemoveBranch and InsertBranch must be implemented to support
305 XCoreInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/swiftshader/third_party/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 assert(0 && "Target didn't implement TargetInstrInfo::RemoveBranch!");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXInstrInfo.cpp 252 unsigned PTXInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
260 DEBUG(dbgs() << "RemoveBranch: MBB: " << MBB.getName().str() << "\n");
261 DEBUG(dbgs() << "RemoveBranch: remove " << count << " branch inst\n");
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCInstrInfo.cpp 248 unsigned PPCInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 609 unsigned PPCInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 462 /// Note that RemoveBranch and InsertBranch must be implemented to support
525 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const {
526 llvm_unreachable("Target didn't implement TargetInstrInfo::RemoveBranch!");
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 366 unsigned SystemZInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseInstrInfo.cpp 369 unsigned ARMBaseInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
    [all...]

Completed in 723 milliseconds

1 2