HomeSort by: relevance | last modified time | path
    Searched defs:removeBranch (Results 1 - 22 of 22) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.cpp 92 /// Note that removeBranch and insertBranch must be implemented to support
154 unsigned NVPTXInstrInfo::removeBranch(MachineBasicBlock &MBB,
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyInstrInfo.cpp 152 unsigned WebAssemblyInstrInfo::removeBranch(MachineBasicBlock &MBB,
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFInstrInfo.cpp 240 unsigned BPFInstrInfo::removeBranch(MachineBasicBlock &MBB,
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 106 unsigned MSP430InstrInfo::removeBranch(MachineBasicBlock &MBB,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
BranchRelaxation.cpp 317 auto removeBranch = [&](MachineBasicBlock *MBB) {
320 TII->removeBranch(*MBB, &RemovedSize);
360 removeBranch(MBB);
385 removeBranch(MBB);
426 removeBranch(MBB);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
ARCInstrInfo.cpp 164 /// Note that RemoveBranch and insertBranch must be implemented to support
254 unsigned ARCInstrInfo::removeBranch(MachineBasicBlock &MBB,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRInstrInfo.cpp 437 unsigned AVRInstrInfo::removeBranch(MachineBasicBlock &MBB,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiInstrInfo.cpp 692 unsigned LanaiInstrInfo::removeBranch(MachineBasicBlock &MBB,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 155 unsigned MipsInstrInfo::removeBranch(MachineBasicBlock &MBB,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 273 unsigned SparcInstrInfo::removeBranch(MachineBasicBlock &MBB,
  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 186 /// Note that removeBranch and insertBranch must be implemented to support
306 XCoreInstrInfo::removeBranch(MachineBasicBlock &MBB, int *BytesRemoved) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kInstrInfo.cpp 256 unsigned M68kInstrInfo::removeBranch(MachineBasicBlock &MBB,
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEInstrInfo.cpp 291 unsigned VEInstrInfo::removeBranch(MachineBasicBlock &MBB,
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVInstrInfo.cpp 567 unsigned RISCVInstrInfo::removeBranch(MachineBasicBlock &MBB,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetInstrInfo.h 604 /// Note that removeBranch and insertBranch must be implemented to support
665 virtual unsigned removeBranch(MachineBasicBlock &MBB,
667 llvm_unreachable("Target didn't implement TargetInstrInfo::removeBranch!");
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 451 unsigned AArch64InstrInfo::removeBranch(MachineBasicBlock &MBB,
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 1446 unsigned PPCInstrInfo::removeBranch(MachineBasicBlock &MBB,
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 445 unsigned SystemZInstrInfo::removeBranch(MachineBasicBlock &MBB,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 436 removeBranch(MBB);
451 unsigned ARMBaseInstrInfo::removeBranch(MachineBasicBlock &MBB,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 561 unsigned HexagonInstrInfo::removeBranch(MachineBasicBlock &MBB,
615 removeBranch(MBB);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.cpp 3224 unsigned X86InstrInfo::removeBranch(MachineBasicBlock &MBB,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp 2391 unsigned SIInstrInfo::removeBranch(MachineBasicBlock &MBB,

Completed in 91 milliseconds