Searched refs:InsertBranch (Results 1 - 25 of 38) sorted by last modified time

12

/external/mesa3d/src/gallium/drivers/radeon/
H A DR600InstrInfo.cpp261 R600InstrInfo::InsertBranch(MachineBasicBlock &MBB, function in class:R600InstrInfo
267 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
H A DR600InstrInfo.h71 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const;
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h292 /// Note that RemoveBranch and InsertBranch must be implemented to support
312 /// InsertBranch - Insert branch code into the end of the specified
322 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, function in class:llvm::TargetInstrInfo
326 llvm_unreachable("Target didn't implement TargetInstrInfo::InsertBranch!");
/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp479 TII->InsertBranch(*CurMBB, SuccBB, nullptr, Cond, dl);
484 TII->InsertBranch(*CurMBB, SuccBB, nullptr,
943 TII->InsertBranch(*PBB, (TBB == IBB) ? FBB : TBB, nullptr,
1121 TII->InsertBranch(PrevBB, PriorTBB, nullptr, PriorCond, dl);
1177 TII->InsertBranch(PrevBB, PriorTBB, nullptr, PriorCond, dl);
1191 TII->InsertBranch(PrevBB, PriorFBB, nullptr, NewPriorCond, dl);
1229 TII->InsertBranch(PrevBB, MBB, nullptr, NewPriorCond, dl);
1259 TII->InsertBranch(*MBB, CurFBB, CurTBB, NewCond, dl);
1316 TII->InsertBranch(PrevBB, PriorTBB, PriorFBB, PriorCond, pdl);
1343 TII->InsertBranch(*PMB
[all...]
H A DEarlyIfConversion.cpp568 TII->InsertBranch(*Head, Tail, nullptr, EmptyCond, HeadDL);
H A DIfConversion.cpp452 TII->InsertBranch(*BBI.BB, BBI.FalseBB, BBI.TrueBB, BBI.BrCond, dl);
959 TII->InsertBranch(*BB, ToBB, nullptr, NoCond, dl);
1220 TII->InsertBranch(*BBI.BB, CvtBBI->FalseBB, nullptr, RevCond, dl);
H A DMachineBasicBlock.cpp428 TII->InsertBranch(*this, TBB, nullptr, Cond, dl);
439 TII->InsertBranch(*this, FBB, nullptr, Cond, dl);
442 TII->InsertBranch(*this, TBB, nullptr, Cond, dl);
466 TII->InsertBranch(*this, TBB, nullptr, Cond, dl);
475 TII->InsertBranch(*this, FallthroughBB, nullptr, Cond, dl);
479 TII->InsertBranch(*this, FallthroughBB, nullptr, Cond, dl);
482 TII->InsertBranch(*this, TBB, FallthroughBB, Cond, dl);
798 MF->getTarget().getInstrInfo()->InsertBranch(*NMBB, Succ, nullptr, Cond, dl);
H A DMachineBlockPlacement.cpp1026 TII->InsertBranch(*PrevBB, FBB, TBB, Cond, dl);
H A DTailDuplication.cpp732 TII->InsertBranch(*PredBB, PredTBB, PredFBB, PredCond, DebugLoc());
H A DTargetInstrInfo.cpp114 InsertBranch(*MBB, NewDest, nullptr, SmallVector<MachineOperand, 0>(),
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp995 TII.InsertBranch(*FuncInfo.MBB, MSucc, nullptr,
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp271 unsigned AArch64InstrInfo::InsertBranch( function in class:AArch64InstrInfo
275 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
H A DAArch64InstrInfo.h132 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp396 ARMBaseInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, function in class:ARMBaseInstrInfo
408 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
H A DARMBaseInstrInfo.h66 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/external/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1131 TII->InsertBranch(*LastMBB, BranchTarget, nullptr, Cond, LastIDL);
1529 TII->InsertBranch(*PB, NewPH, nullptr, EmptyCond, DL);
1541 TII->InsertBranch(*Latch, Header, nullptr, EmptyCond, DL);
1544 TII->InsertBranch(*NewPH, Header, nullptr, EmptyCond, DL);
H A DHexagonInstrInfo.cpp122 HexagonInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB, function in class:HexagonInstrInfo
130 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
157 return InsertBranch(MBB, TBB, nullptr, Cond, DL);
H A DHexagonInstrInfo.h69 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp263 MSP430InstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, function in class:MSP430InstrInfo
268 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
H A DMSP430InstrInfo.h84 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp117 InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, function in class:MipsInstrInfo
122 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
H A DMipsInstrInfo.h61 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/external/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp167 /// Note that RemoveBranch and InsertBranch must be implemented to support
251 unsigned NVPTXInstrInfo::InsertBranch( function in class:NVPTXInstrInfo
255 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
H A DNVPTXInstrInfo.h67 unsigned InsertBranch(
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp538 PPCInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, function in class:PPCInstrInfo
543 assert(TBB && "InsertBranch must not be told to insert a fallthrough");

Completed in 1593 milliseconds

12