/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineLoopUtils.cpp | 111 if (TII->removeBranch(*Preheader) > 0) in PeelSingleBlockLoop() 113 TII->removeBranch(*NewBB); in PeelSingleBlockLoop() 125 TII->removeBranch(*Loop); in PeelSingleBlockLoop() 128 if (TII->removeBranch(*NewBB) > 0) in PeelSingleBlockLoop()
|
D | BranchRelaxation.cpp | 323 auto removeBranch = [&](MachineBasicBlock *MBB) { in fixupConditionalBranch() local 326 TII->removeBranch(*MBB, &RemovedSize); in fixupConditionalBranch() 366 removeBranch(MBB); in fixupConditionalBranch() 391 removeBranch(MBB); in fixupConditionalBranch() 432 removeBranch(MBB); in fixupConditionalBranch()
|
D | BranchFolding.cpp | 475 TII->removeBranch(*CurMBB); in FixTail() 1158 TII->removeBranch(*PBB); in TailMergeBlocks() 1425 TII->removeBranch(PrevBB); in OptimizeBlock() 1473 TII->removeBranch(PrevBB); in OptimizeBlock() 1483 TII->removeBranch(PrevBB); in OptimizeBlock() 1497 TII->removeBranch(PrevBB); in OptimizeBlock() 1535 TII->removeBranch(PrevBB); in OptimizeBlock() 1605 TII->removeBranch(*MBB); in OptimizeBlock() 1622 TII->removeBranch(*MBB); in OptimizeBlock() 1653 TII->removeBranch(PrevBB); in OptimizeBlock() [all …]
|
D | MachineBasicBlock.cpp | 549 TII->removeBranch(*this); in updateTerminator() 581 TII->removeBranch(*this); in updateTerminator() 584 TII->removeBranch(*this); in updateTerminator() 607 TII->removeBranch(*this); in updateTerminator() 619 TII->removeBranch(*this); in updateTerminator() 633 TII->removeBranch(*this); in updateTerminator() 636 TII->removeBranch(*this); in updateTerminator()
|
D | TailDuplicator.cpp | 762 TII->removeBranch(*PredBB); in duplicateSimpleBB() 845 TII->removeBranch(*PredBB); in tailDuplicate() 902 TII->removeBranch(*PrevBB); in tailDuplicate() 926 TII->removeBranch(*PrevBB); in tailDuplicate()
|
D | IfConversion.cpp | 632 TII->removeBranch(*BBI.BB); in reverseBranchCondition() 1573 BBI.NonPredSize -= TII->removeBranch(*BBI.BB); in IfConvertSimple() 1685 BBI.NonPredSize -= TII->removeBranch(*BBI.BB); in IfConvertTriangle() 1693 CvtBBI->NonPredSize -= TII->removeBranch(CvtMBB); in IfConvertTriangle() 1818 BBI.NonPredSize -= TII->removeBranch(*BBI.BB); in IfConvertDiamondCommon() 1916 BBI2->NonPredSize -= TII->removeBranch(*BBI2->BB); in IfConvertDiamondCommon()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.h | 60 unsigned removeBranch(MachineBasicBlock &MBB,
|
D | NVPTXInstrInfo.cpp | 154 unsigned NVPTXInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in NVPTXInstrInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.h | 53 unsigned removeBranch(MachineBasicBlock &MBB,
|
D | BPFInstrInfo.cpp | 240 unsigned BPFInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in BPFInstrInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInfo.h | 60 unsigned removeBranch(MachineBasicBlock &MBB,
|
D | WebAssemblyInstrInfo.cpp | 158 unsigned WebAssemblyInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in WebAssemblyInstrInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.h | 62 unsigned removeBranch(MachineBasicBlock &MBB,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.h | 65 unsigned removeBranch(MachineBasicBlock &MBB,
|
D | MSP430InstrInfo.cpp | 106 unsigned MSP430InstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in MSP430InstrInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.h | 72 unsigned removeBranch(MachineBasicBlock &MBB,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCInstrInfo.h | 63 unsigned removeBranch(MachineBasicBlock &MBB,
|
D | ARCInstrInfo.cpp | 254 unsigned ARCInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch() function in ARCInstrInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.h | 100 unsigned removeBranch(MachineBasicBlock &MBB,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.h | 91 unsigned removeBranch(MachineBasicBlock &MBB,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfo.h | 73 unsigned removeBranch(MachineBasicBlock &MBB,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.h | 68 unsigned removeBranch(MachineBasicBlock &MBB,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 216 unsigned removeBranch(MachineBasicBlock &MBB,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600InstrInfo.h | 177 unsigned removeBranch(MachineBasicBlock &MBB,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 185 unsigned removeBranch(MachineBasicBlock &MBB,
|