Searched refs:insertBranch (Results 1 - 25 of 55) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.h62 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
H A DNVPTXInstrInfo.cpp92 /// Note that removeBranch and insertBranch must be implemented to support
180 unsigned NVPTXInstrInfo::insertBranch(MachineBasicBlock &MBB, function in class:NVPTXInstrInfo
189 assert(TBB && "insertBranch must not be told to insert a fallthrough");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h67 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
H A DMSP430InstrInfo.cpp265 unsigned MSP430InstrInfo::insertBranch(MachineBasicBlock &MBB, function in class:MSP430InstrInfo
272 assert(TBB && "insertBranch must not be told to insert a fallthrough");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFInstrInfo.h55 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
H A DBPFInstrInfo.cpp219 unsigned BPFInstrInfo::insertBranch(MachineBasicBlock &MBB, function in class:BPFInstrInfo
228 assert(TBB && "insertBranch must not be told to insert a fallthrough");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLoopUtils.cpp112 TII->insertBranch(*Preheader, NewBB, nullptr, {}, DL);
114 TII->insertBranch(*NewBB, Loop, nullptr, {}, DL);
126 TII->insertBranch(*Loop, TBB == Exit ? NewBB : TBB,
129 TII->insertBranch(*NewBB, Exit, nullptr, {}, DL);
H A DBranchRelaxation.cpp315 auto insertBranch = [&](MachineBasicBlock *MBB, MachineBasicBlock *TBB, local
320 TII->insertBranch(*MBB, TBB, FBB, Cond, DL, &NewBrSize);
367 insertBranch(MBB, FBB, TBB, Cond);
393 insertBranch(MBB, &NextBB, TBB, Cond);
433 insertBranch(MBB, NewBB, FBB, Cond);
H A DMachineBasicBlock.cpp569 TII->insertBranch(*this, TBB, nullptr, Cond, DL);
582 TII->insertBranch(*this, FBB, nullptr, Cond, DL);
585 TII->insertBranch(*this, TBB, nullptr, Cond, DL);
612 TII->insertBranch(*this, TBB, nullptr, Cond, DL);
621 TII->insertBranch(*this, TBB, nullptr, Cond, DL);
630 TII->insertBranch(*this, FallthroughBB, nullptr, Cond, DL);
634 TII->insertBranch(*this, FallthroughBB, nullptr, Cond, DL);
637 TII->insertBranch(*this, TBB, FallthroughBB, Cond, DL);
970 TII->insertBranch(*NMBB, Succ, nullptr, Cond, DL);
H A DBranchFolding.cpp476 TII->insertBranch(*CurMBB, SuccBB, nullptr, Cond, dl);
481 TII->insertBranch(*CurMBB, SuccBB, nullptr,
1163 TII->insertBranch(*PBB, (TBB == IBB) ? FBB : TBB, nullptr,
1430 TII->insertBranch(PrevBB, PriorTBB, nullptr, PriorCond, dl);
1486 TII->insertBranch(PrevBB, PriorTBB, nullptr, PriorCond, dl);
1500 TII->insertBranch(PrevBB, PriorFBB, nullptr, NewPriorCond, dl);
1538 TII->insertBranch(PrevBB, MBB, nullptr, NewPriorCond, dl);
1608 TII->insertBranch(*MBB, CurFBB, CurTBB, NewCond, dl);
1656 TII->insertBranch(PrevBB, PriorTBB, PriorFBB, PriorCond, pdl);
1683 TII->insertBranch(*PMB
[all...]
H A DModuloSchedule.cpp242 TII->insertBranch(*Preheader, PrologBBs[0], nullptr, Cond, DebugLoc());
323 TII->insertBranch(*KernelBB, KernelBB, EpilogStart, Cond, DebugLoc());
328 TII->insertBranch(*LastEpilogBB, LoopExitBB, nullptr, Cond1, DebugLoc());
874 numAdded = TII->insertBranch(*Prolog, Epilog, LastPro, Cond, DebugLoc());
879 numAdded = TII->insertBranch(*Prolog, Epilog, nullptr, Cond, DebugLoc());
893 numAdded = TII->insertBranch(*Prolog, LastPro, nullptr, Cond, DebugLoc());
1867 TII->insertBranch(*BB, TBB == Exit ? NewBB : TBB, FBB == Exit ? NewBB : FBB,
1940 TII->insertBranch(*Prolog, Epilog, Fallthrough, Cond, DebugLoc());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h75 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.h62 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
H A DWebAssemblyInstrInfo.cpp180 unsigned WebAssemblyInstrInfo::insertBranch( function in class:WebAssemblyInstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h57 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.h58 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h96 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h71 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h138 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TrueBlock,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h63 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h172 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h218 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp276 TII->insertBranch(MBB, Br->getOperand(1).getMBB(), nullptr,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h187 unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1295 TII->insertBranch(*LastMBB, BranchTarget, nullptr, Cond, LastIDL);
1974 TII->insertBranch(*PB, NewPH, nullptr, EmptyCond, DL);
1986 TII->insertBranch(*Latch, Header, nullptr, EmptyCond, DL);
1989 TII->insertBranch(*NewPH, Header, nullptr, EmptyCond, DL);

Completed in 159 milliseconds

123