Searched refs:InsertBranch (Results 1 - 25 of 38) sorted by relevance

12

/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h84 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
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");
/external/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.h67 unsigned InsertBranch(
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");
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h73 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h58 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
H A DXCoreInstrInfo.cpp190 /// Note that RemoveBranch and InsertBranch must be implemented to support
282 XCoreInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB, function in class:XCoreInstrInfo
287 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600InstrInfo.h71 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const;
H A DR600InstrInfo.cpp261 R600InstrInfo::InsertBranch(MachineBasicBlock &MBB, function in class:R600InstrInfo
267 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h61 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
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");
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600InstrInfo.h71 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const;
H A DR600InstrInfo.cpp261 R600InstrInfo::InsertBranch(MachineBasicBlock &MBB, function in class:R600InstrInfo
267 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/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 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 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);
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h132 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h69 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
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);
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h134 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/external/llvm/lib/Target/R600/
H A DR600InstrInfo.h166 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const override;
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h148 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h252 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/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/Target/ARM/
H A DARMBaseInstrInfo.h66 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,

Completed in 509 milliseconds

12