HomeSort by relevance Sort by last modified time
    Searched full:removebranch (Results 26 - 41 of 41) sorted by null

12

  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 450 /// Note that RemoveBranch and InsertBranch must be implemented to support
511 virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const {
512 llvm_unreachable("Target didn't implement TargetInstrInfo::RemoveBranch!");
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 129 unsigned RemoveBranch(MachineBasicBlock &MBB) const override;
ARMBaseInstrInfo.cpp 369 unsigned ARMBaseInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 258 unsigned SparcInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 322 unsigned RemoveBranch(MachineBasicBlock &MBB) const override;
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/
EarlyIfConversion.cpp 550 TII->RemoveBranch(*Head);
MachineBlockPlacement.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp 574 TII->RemoveBranch(*Head);
AArch64InstrInfo.cpp 220 unsigned AArch64InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600InstrInfo.cpp 822 R600InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonEarlyIfConv.cpp     [all...]
HexagonInstrInfo.cpp 459 unsigned HexagonInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
508 RemoveBranch(MBB);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 339 unsigned SystemZInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
    [all...]
  /external/llvm/docs/
WritingAnLLVMBackend.rst     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 607 unsigned PPCInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
    [all...]

Completed in 354 milliseconds

12