Home
last modified time | relevance | path

Searched refs:removeBranch (Results 1 – 25 of 51) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DBranchRelaxation.cpp325 auto removeBranch = [&](MachineBasicBlock *MBB) { in fixupConditionalBranch() local
328 TII->removeBranch(*MBB, &RemovedSize); in fixupConditionalBranch()
368 removeBranch(MBB); in fixupConditionalBranch()
393 removeBranch(MBB); in fixupConditionalBranch()
434 removeBranch(MBB); in fixupConditionalBranch()
DBranchFolding.cpp521 TII->removeBranch(*CurMBB); in FixTail()
1212 TII->removeBranch(*PBB); in TailMergeBlocks()
1477 TII->removeBranch(PrevBB); in OptimizeBlock()
1525 TII->removeBranch(PrevBB); in OptimizeBlock()
1535 TII->removeBranch(PrevBB); in OptimizeBlock()
1549 TII->removeBranch(PrevBB); in OptimizeBlock()
1587 TII->removeBranch(PrevBB); in OptimizeBlock()
1655 TII->removeBranch(*MBB); in OptimizeBlock()
1672 TII->removeBranch(*MBB); in OptimizeBlock()
1703 TII->removeBranch(PrevBB); in OptimizeBlock()
[all …]
DMachineBasicBlock.cpp537 TII->removeBranch(*this); in updateTerminator()
569 TII->removeBranch(*this); in updateTerminator()
572 TII->removeBranch(*this); in updateTerminator()
595 TII->removeBranch(*this); in updateTerminator()
607 TII->removeBranch(*this); in updateTerminator()
621 TII->removeBranch(*this); in updateTerminator()
624 TII->removeBranch(*this); in updateTerminator()
DTailDuplicator.cpp756 TII->removeBranch(*PredBB); in duplicateSimpleBB()
839 TII->removeBranch(*PredBB); in tailDuplicate()
901 TII->removeBranch(*PrevBB); in tailDuplicate()
925 TII->removeBranch(*PrevBB); in tailDuplicate()
DIfConversion.cpp523 TII->removeBranch(*BBI.BB); in reverseBranchCondition()
1455 BBI.NonPredSize -= TII->removeBranch(*BBI.BB); in IfConvertSimple()
1567 BBI.NonPredSize -= TII->removeBranch(*BBI.BB); in IfConvertTriangle()
1575 CvtBBI->NonPredSize -= TII->removeBranch(CvtMBB); in IfConvertTriangle()
1700 BBI.NonPredSize -= TII->removeBranch(*BBI.BB); in IfConvertDiamondCommon()
1762 BBI1->NonPredSize -= TII->removeBranch(*BBI1->BB); in IfConvertDiamondCommon()
1780 BBI2->NonPredSize -= TII->removeBranch(*BBI2->BB); in IfConvertDiamondCommon()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.h61 unsigned removeBranch(MachineBasicBlock &MBB,
DNVPTXInstrInfo.cpp155 unsigned NVPTXInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in NVPTXInstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.h51 unsigned removeBranch(MachineBasicBlock &MBB,
DWebAssemblyInstrInfo.cpp146 unsigned WebAssemblyInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in WebAssemblyInstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFInstrInfo.h54 unsigned removeBranch(MachineBasicBlock &MBB,
DBPFInstrInfo.cpp241 unsigned BPFInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in BPFInstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreInstrInfo.h63 unsigned removeBranch(MachineBasicBlock &MBB,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcInstrInfo.h73 unsigned removeBranch(MachineBasicBlock &MBB,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCInstrInfo.h64 unsigned removeBranch(MachineBasicBlock &MBB,
DARCInstrInfo.cpp242 unsigned ARCInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in ARCInstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430InstrInfo.h82 unsigned removeBranch(MachineBasicBlock &MBB,
DMSP430InstrInfo.cpp107 unsigned MSP430InstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in MSP430InstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.h72 unsigned removeBranch(MachineBasicBlock &MBB,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRInstrInfo.h101 unsigned removeBranch(MachineBasicBlock &MBB,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.h90 unsigned removeBranch(MachineBasicBlock &MBB,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsInstrInfo.h69 unsigned removeBranch(MachineBasicBlock &MBB,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h203 unsigned removeBranch(MachineBasicBlock &MBB,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h178 unsigned removeBranch(MachineBasicBlock &MBB,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h228 unsigned removeBranch(MachineBasicBlock &MBB,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h176 unsigned removeBranch(MachineBasicBlock &MBB,

123