| /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| NVPTXInstrInfo.h | 62 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| NVPTXInstrInfo.cpp | 92 /// Note that removeBranch and insertBranch must be implemented to support 180 unsigned NVPTXInstrInfo::insertBranch(MachineBasicBlock &MBB, 189 assert(TBB && "insertBranch must not be told to insert a fallthrough");
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| MachineLoopUtils.cpp | 111 TII->insertBranch(*Preheader, NewBB, nullptr, {}, DL); 113 TII->insertBranch(*NewBB, Loop, nullptr, {}, DL); 125 TII->insertBranch(*Loop, TBB == Exit ? NewBB : TBB, 128 TII->insertBranch(*NewBB, Exit, nullptr, {}, DL);
|
| BranchRelaxation.cpp | 309 auto insertBranch = [&](MachineBasicBlock *MBB, MachineBasicBlock *TBB, 314 TII->insertBranch(*MBB, TBB, FBB, Cond, DL, &NewBrSize); 361 insertBranch(MBB, FBB, TBB, Cond); 387 insertBranch(MBB, &NextBB, TBB, Cond); 427 insertBranch(MBB, NewBB, FBB, Cond);
|
| BranchFolding.cpp | 465 TII->insertBranch(*CurMBB, SuccBB, nullptr, Cond, dl); 470 TII->insertBranch(*CurMBB, SuccBB, nullptr, 1117 TII->insertBranch(*PBB, (TBB == IBB) ? FBB : TBB, nullptr, 1397 TII->insertBranch(PrevBB, PriorTBB, nullptr, PriorCond, dl); 1453 TII->insertBranch(PrevBB, PriorTBB, nullptr, PriorCond, dl); 1467 TII->insertBranch(PrevBB, PriorFBB, nullptr, NewPriorCond, dl); 1505 TII->insertBranch(PrevBB, MBB, nullptr, NewPriorCond, dl); 1567 TII->insertBranch(*MBB, CurFBB, CurTBB, NewCond, dl); 1615 TII->insertBranch(PrevBB, PriorTBB, PriorFBB, PriorCond, pdl); 1642 TII->insertBranch(*PMBB, NewCurTBB, nullptr, NewCurCond, pdl) [all...] |
| MachineBasicBlock.cpp | 678 TII->insertBranch(*this, PreviousLayoutSuccessor, nullptr, Cond, DL); 691 TII->insertBranch(*this, FBB, nullptr, Cond, DL); 694 TII->insertBranch(*this, TBB, nullptr, Cond, DL); 711 TII->insertBranch(*this, TBB, nullptr, Cond, DL); 721 TII->insertBranch(*this, PreviousLayoutSuccessor, nullptr, Cond, DL); 725 TII->insertBranch(*this, PreviousLayoutSuccessor, nullptr, Cond, DL); 728 TII->insertBranch(*this, TBB, PreviousLayoutSuccessor, Cond, DL); 1133 TII->insertBranch(*NMBB, Succ, nullptr, Cond, DL);
|
| ModuloSchedule.cpp | 241 TII->insertBranch(*Preheader, PrologBBs[0], nullptr, Cond, DebugLoc()); 322 TII->insertBranch(*KernelBB, KernelBB, EpilogStart, Cond, DebugLoc()); 327 TII->insertBranch(*LastEpilogBB, LoopExitBB, nullptr, Cond1, DebugLoc()); 873 numAdded = TII->insertBranch(*Prolog, Epilog, LastPro, Cond, DebugLoc()); 878 numAdded = TII->insertBranch(*Prolog, Epilog, nullptr, Cond, DebugLoc()); 892 numAdded = TII->insertBranch(*Prolog, LastPro, nullptr, Cond, DebugLoc()); 1879 TII->insertBranch(*BB, TBB == Exit ? NewBB : TBB, FBB == Exit ? NewBB : FBB, 1952 TII->insertBranch(*Prolog, Epilog, Fallthrough, Cond, DebugLoc());
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
| BPFInstrInfo.h | 55 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| BPFInstrInfo.cpp | 219 unsigned BPFInstrInfo::insertBranch(MachineBasicBlock &MBB, 228 assert(TBB && "insertBranch must not be told to insert a fallthrough");
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
| MSP430InstrInfo.h | 66 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| MSP430InstrInfo.cpp | 253 unsigned MSP430InstrInfo::insertBranch(MachineBasicBlock &MBB, 260 assert(TBB && "insertBranch must not be told to insert a fallthrough");
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| WebAssemblyInstrInfo.h | 62 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| WebAssemblyInstrInfo.cpp | 174 unsigned WebAssemblyInstrInfo::insertBranch(
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
| XCoreInstrInfo.h | 57 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/ |
| ARCInstrInfo.h | 58 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
| SparcInstrInfo.h | 75 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
| VEInstrInfo.h | 73 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
| AVRInstrInfo.h | 96 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
| LanaiInstrInfo.h | 139 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TrueBlock,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| MipsInstrInfo.h | 71 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| RISCVInstrInfo.h | 66 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| R600InstrInfo.h | 172 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| SystemZInstrInfo.h | 232 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
| M68kInstrInfo.h | 267 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| AArch64InstrInfo.h | 207 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|