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

1 2 3

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.h 61 unsigned removeBranch(MachineBasicBlock &MBB,
NVPTXInstrInfo.cpp 93 /// Note that removeBranch and insertBranch must be implemented to support
155 unsigned NVPTXInstrInfo::removeBranch(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyInstrInfo.h 51 unsigned removeBranch(MachineBasicBlock &MBB,
WebAssemblyInstrInfo.cpp 146 unsigned WebAssemblyInstrInfo::removeBranch(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
ARCInstrInfo.h 64 unsigned removeBranch(MachineBasicBlock &MBB,
ARCInstrInfo.cpp 152 /// Note that RemoveBranch and InsertBranch must be implemented to support
242 unsigned ARCInstrInfo::removeBranch(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
BPFInstrInfo.h 54 unsigned removeBranch(MachineBasicBlock &MBB,
BPFInstrInfo.cpp 241 unsigned BPFInstrInfo::removeBranch(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcInstrInfo.h 73 unsigned removeBranch(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreInstrInfo.h 63 unsigned removeBranch(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRInstrInfo.h 101 unsigned removeBranch(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430InstrInfo.h 82 unsigned removeBranch(MachineBasicBlock &MBB,
MSP430InstrInfo.cpp 107 unsigned MSP430InstrInfo::removeBranch(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVInstrInfo.h 72 unsigned removeBranch(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
BranchRelaxation.cpp 325 auto removeBranch = [&](MachineBasicBlock *MBB) {
328 TII->removeBranch(*MBB, &RemovedSize);
368 removeBranch(MBB);
393 removeBranch(MBB);
434 removeBranch(MBB);
BranchFolding.cpp 521 TII->removeBranch(*CurMBB);
    [all...]
MachineBasicBlock.cpp 537 TII->removeBranch(*this);
569 TII->removeBranch(*this);
572 TII->removeBranch(*this);
595 TII->removeBranch(*this);
607 TII->removeBranch(*this);
621 TII->removeBranch(*this);
624 TII->removeBranch(*this);
    [all...]
TailDuplicator.cpp 756 TII->removeBranch(*PredBB);
839 TII->removeBranch(*PredBB);
    [all...]
IfConversion.cpp 266 bool RemoveBranch, bool MergeAddEdges);
523 TII->removeBranch(*BBI.BB);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
LanaiInstrInfo.h 90 unsigned removeBranch(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsInstrInfo.h 69 unsigned removeBranch(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
R600InstrInfo.h 178 unsigned removeBranch(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 203 unsigned removeBranch(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 176 unsigned removeBranch(MachineBasicBlock &MBB,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 228 unsigned removeBranch(MachineBasicBlock &MBB,

Completed in 1412 milliseconds

1 2 3