| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineLoopUtils.cpp | 115 TII->insertBranch(*NewBB, Loop, nullptr, {}, DL); in PeelSingleBlockLoop() 127 TII->insertBranch(*Loop, TBB == Exit ? NewBB : TBB, in PeelSingleBlockLoop() 130 TII->insertBranch(*NewBB, Exit, nullptr, {}, DL); in PeelSingleBlockLoop()
|
| H A D | BranchRelaxation.cpp | 308 auto insertBranch = [&](MachineBasicBlock *MBB, MachineBasicBlock *TBB, in fixupConditionalBranch() local 313 TII->insertBranch(*MBB, TBB, FBB, Cond, DL, &NewBrSize); in fixupConditionalBranch() 360 insertBranch(MBB, FBB, TBB, Cond); in fixupConditionalBranch() 386 insertBranch(MBB, &NextBB, TBB, Cond); in fixupConditionalBranch() 426 insertBranch(MBB, NewBB, FBB, Cond); in fixupConditionalBranch()
|
| H A D | BranchFolding.cpp | 469 TII->insertBranch(*CurMBB, SuccBB, nullptr, Cond, dl); in FixTail() 474 TII->insertBranch(*CurMBB, SuccBB, nullptr, in FixTail() 1121 TII->insertBranch(*PBB, (TBB == IBB) ? FBB : TBB, nullptr, in TailMergeBlocks() 1390 TII->insertBranch(PrevBB, PriorTBB, nullptr, PriorCond, dl); in OptimizeBlock() 1446 TII->insertBranch(PrevBB, PriorTBB, nullptr, PriorCond, dl); in OptimizeBlock() 1460 TII->insertBranch(PrevBB, PriorFBB, nullptr, NewPriorCond, dl); in OptimizeBlock() 1498 TII->insertBranch(PrevBB, MBB, nullptr, NewPriorCond, dl); in OptimizeBlock() 1560 TII->insertBranch(*MBB, CurFBB, CurTBB, NewCond, dl); in OptimizeBlock() 1608 TII->insertBranch(PrevBB, PriorTBB, PriorFBB, PriorCond, pdl); in OptimizeBlock() 1654 TII->insertBranch(*MBB, CurTBB, nullptr, CurCond, dl); in OptimizeBlock() [all …]
|
| H A D | MachineBasicBlock.cpp | 679 TII->insertBranch(*this, PreviousLayoutSuccessor, nullptr, Cond, DL); in updateTerminator() 692 TII->insertBranch(*this, FBB, nullptr, Cond, DL); in updateTerminator() 695 TII->insertBranch(*this, TBB, nullptr, Cond, DL); in updateTerminator() 712 TII->insertBranch(*this, TBB, nullptr, Cond, DL); in updateTerminator() 722 TII->insertBranch(*this, PreviousLayoutSuccessor, nullptr, Cond, DL); in updateTerminator() 726 TII->insertBranch(*this, PreviousLayoutSuccessor, nullptr, Cond, DL); in updateTerminator() 729 TII->insertBranch(*this, TBB, PreviousLayoutSuccessor, Cond, DL); in updateTerminator() 1107 TII->insertBranch(*NMBB, Succ, nullptr, Cond, DL); in SplitCriticalEdge()
|
| H A D | ModuloSchedule.cpp | 236 TII->insertBranch(*Preheader, PrologBBs[0], nullptr, Cond, DebugLoc()); in generateProlog() 318 TII->insertBranch(*KernelBB, EpilogStart, KernelBB, Cond, DebugLoc()); in generateEpilog() 320 TII->insertBranch(*KernelBB, KernelBB, EpilogStart, Cond, DebugLoc()); in generateEpilog() 325 TII->insertBranch(*LastEpilogBB, LoopExitBB, nullptr, Cond1, DebugLoc()); in generateEpilog() 855 numAdded = TII->insertBranch(*Prolog, Epilog, LastPro, Cond, DebugLoc()); in addBranches() 860 numAdded = TII->insertBranch(*Prolog, Epilog, nullptr, Cond, DebugLoc()); in addBranches() 874 numAdded = TII->insertBranch(*Prolog, LastPro, nullptr, Cond, DebugLoc()); in addBranches() 1876 TII->insertBranch(*BB, TBB == Exit ? NewBB : TBB, FBB == Exit ? NewBB : FBB, in CreateLCSSAExitingBlock() 1949 TII->insertBranch(*Prolog, Epilog, Fallthrough, Cond, DebugLoc()); in fixupBranches()
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXInstrInfo.h | 62 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| H A D | NVPTXInstrInfo.cpp | 180 unsigned NVPTXInstrInfo::insertBranch(MachineBasicBlock &MBB, in insertBranch() function in NVPTXInstrInfo
|
| /llvm-project-15.0.7/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstrInfo.h | 44 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| H A D | SPIRVInstrInfo.cpp | 172 unsigned SPIRVInstrInfo::insertBranch( in insertBranch() function in SPIRVInstrInfo
|
| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BPFInstrInfo.h | 55 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrInfo.h | 61 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| H A D | WebAssemblyInstrInfo.cpp | 159 unsigned WebAssemblyInstrInfo::insertBranch( in insertBranch() function in WebAssemblyInstrInfo
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/ |
| H A D | MSP430InstrInfo.h | 66 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| /llvm-project-15.0.7/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrInfo.h | 57 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.h | 75 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrInfo.h | 58 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| /llvm-project-15.0.7/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.h | 58 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | branch-08.ll | 1 ; Test SystemZInstrInfo::analyzeBranch and SystemZInstrInfo::insertBranch.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | insert-branch-w32.mir | 4 # Designed to provoke calling SIInstrInfo::insertBranch in wave32 mode
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VEInstrInfo.h | 73 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.h | 96 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| /llvm-project-15.0.7/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.h | 139 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TrueBlock,
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsInstrInfo.h | 71 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.h | 92 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | R600InstrInfo.h | 171 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|