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

12

/external/llvm/lib/Target/CellSPU/
H A DSPUInstrInfo.h77 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
H A DSPUInstrInfo.cpp347 SPUInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, function in class:SPUInstrInfo
352 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h82 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
H A DMSP430InstrInfo.cpp260 MSP430InstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, function in class:MSP430InstrInfo
265 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h46 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
H A DMipsInstrInfo.cpp187 InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, function in class:MipsInstrInfo
192 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.h71 virtual unsigned InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB,
H A DNVPTXInstrInfo.cpp216 /// Note that RemoveBranch and InsertBranch must be implemented to support
302 NVPTXInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, function in class:NVPTXInstrInfo
307 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h80 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
H A DSparcInstrInfo.cpp230 SparcInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB, function in class:SparcInstrInfo
234 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h57 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
H A DXCoreInstrInfo.cpp183 /// Note that RemoveBranch and InsertBranch must be implemented to support
275 XCoreInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB, function in class:XCoreInstrInfo
280 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h117 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp382 TII->InsertBranch(*this, TBB, 0, Cond, dl);
393 TII->InsertBranch(*this, FBB, 0, Cond, dl);
396 TII->InsertBranch(*this, TBB, 0, Cond, dl);
420 TII->InsertBranch(*this, TBB, 0, Cond, dl);
429 TII->InsertBranch(*this, FallthroughBB, 0, Cond, dl);
433 TII->InsertBranch(*this, FallthroughBB, 0, Cond, dl);
436 TII->InsertBranch(*this, TBB, FallthroughBB, Cond, dl);
698 MF->getTarget().getInstrInfo()->InsertBranch(*NMBB, Succ, NULL, Cond, dl);
H A DBranchFolding.cpp472 TII->InsertBranch(*CurMBB, SuccBB, NULL, Cond, dl);
477 TII->InsertBranch(*CurMBB, SuccBB, NULL,
932 TII->InsertBranch(*PBB, (TBB == IBB) ? FBB : TBB, 0, NewCond, dl);
1109 TII->InsertBranch(PrevBB, PriorTBB, 0, PriorCond, dl);
1165 TII->InsertBranch(PrevBB, PriorTBB, 0, PriorCond, dl);
1179 TII->InsertBranch(PrevBB, PriorFBB, 0, NewPriorCond, dl);
1217 TII->InsertBranch(PrevBB, MBB, 0, NewPriorCond, dl);
1247 TII->InsertBranch(*MBB, CurFBB, CurTBB, NewCond, dl);
1304 TII->InsertBranch(PrevBB, PriorTBB, PriorFBB, PriorCond, pdl);
1331 TII->InsertBranch(*PMB
[all...]
H A DIfConversion.cpp440 TII->InsertBranch(*BBI.BB, BBI.FalseBB, BBI.TrueBB, BBI.BrCond, dl);
951 TII->InsertBranch(*BB, ToBB, NULL, NoCond, dl);
1165 TII->InsertBranch(*BBI.BB, CvtBBI->FalseBB, NULL, RevCond, dl);
H A DEarlyIfConversion.cpp568 TII->InsertBranch(*Head, Tail, 0, EmptyCond, HeadDL);
H A DTargetInstrInfoImpl.cpp54 InsertBranch(*MBB, NewDest, 0, SmallVector<MachineOperand, 0>(),
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h64 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
H A DHexagonHardwareLoops.cpp533 TII->InsertBranch(*LastMBB, BranchTarget, 0, Cond, dl);
/external/llvm/lib/Target/MBlaze/
H A DMBlazeInstrInfo.h202 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
H A DMBlazeInstrInfo.cpp187 InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, function in class:MBlazeInstrInfo
192 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h66 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h218 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h260 /// Note that RemoveBranch and InsertBranch must be implemented to support
280 /// InsertBranch - Insert branch code into the end of the specified
290 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, function in class:llvm::TargetInstrInfo
294 llvm_unreachable("Target didn't implement TargetInstrInfo::InsertBranch!");

Completed in 4367 milliseconds

12