Home
last modified time | relevance | path

Searched refs:InsertBranch (Results 1 – 25 of 41) sorted by relevance

12

/external/llvm/lib/CodeGen/
DBranchFolding.cpp471 TII->InsertBranch(*CurMBB, SuccBB, NULL, Cond, dl); in FixTail()
476 TII->InsertBranch(*CurMBB, SuccBB, NULL, in FixTail()
936 TII->InsertBranch(*PBB, (TBB == IBB) ? FBB : TBB, 0, NewCond, dl); in TailMergeBlocks()
1113 TII->InsertBranch(PrevBB, PriorTBB, 0, PriorCond, dl); in OptimizeBlock()
1169 TII->InsertBranch(PrevBB, PriorTBB, 0, PriorCond, dl); in OptimizeBlock()
1183 TII->InsertBranch(PrevBB, PriorFBB, 0, NewPriorCond, dl); in OptimizeBlock()
1221 TII->InsertBranch(PrevBB, MBB, 0, NewPriorCond, dl); in OptimizeBlock()
1251 TII->InsertBranch(*MBB, CurFBB, CurTBB, NewCond, dl); in OptimizeBlock()
1308 TII->InsertBranch(PrevBB, PriorTBB, PriorFBB, PriorCond, pdl); in OptimizeBlock()
1335 TII->InsertBranch(*PMBB, NewCurTBB, 0, NewCurCond, pdl); in OptimizeBlock()
[all …]
DMachineBasicBlock.cpp422 TII->InsertBranch(*this, TBB, 0, Cond, dl); in updateTerminator()
433 TII->InsertBranch(*this, FBB, 0, Cond, dl); in updateTerminator()
436 TII->InsertBranch(*this, TBB, 0, Cond, dl); in updateTerminator()
460 TII->InsertBranch(*this, TBB, 0, Cond, dl); in updateTerminator()
469 TII->InsertBranch(*this, FallthroughBB, 0, Cond, dl); in updateTerminator()
473 TII->InsertBranch(*this, FallthroughBB, 0, Cond, dl); in updateTerminator()
476 TII->InsertBranch(*this, TBB, FallthroughBB, Cond, dl); in updateTerminator()
787 MF->getTarget().getInstrInfo()->InsertBranch(*NMBB, Succ, NULL, Cond, dl); in SplitCriticalEdge()
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.h67 virtual unsigned InsertBranch(
DNVPTXInstrInfo.cpp248 unsigned NVPTXInstrInfo::InsertBranch( in InsertBranch() function in NVPTXInstrInfo
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.h57 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
DXCoreInstrInfo.cpp275 XCoreInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB, in InsertBranch() function in XCoreInstrInfo
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.h82 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
DMSP430InstrInfo.cpp260 MSP430InstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, in InsertBranch() function in MSP430InstrInfo
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.h72 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/external/llvm/test/CodeGen/SystemZ/
Dbranch-08.ll1 ; Test SystemZInstrInfo::AnalyzeBranch and SystemZInstrInfo::InsertBranch.
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h61 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DR600InstrInfo.h71 …unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, cons…
DR600InstrInfo.cpp261 R600InstrInfo::InsertBranch(MachineBasicBlock &MBB, in InsertBranch() function in R600InstrInfo
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.h56 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
DMipsInstrInfo.cpp114 InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, in InsertBranch() function in MipsInstrInfo
/external/mesa3d/src/gallium/drivers/radeon/
DR600InstrInfo.h71 …unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, cons…
DR600InstrInfo.cpp261 R600InstrInfo::InsertBranch(MachineBasicBlock &MBB, in InsertBranch() function in R600InstrInfo
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h128 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h119 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h66 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
DHexagonHardwareLoops.cpp1131 TII->InsertBranch(*LastMBB, BranchTarget, 0, Cond, LastIDL); in convertToHardwareLoop()
1529 TII->InsertBranch(*PB, NewPH, 0, EmptyCond, DL); in createPreheaderForLoop()
1541 TII->InsertBranch(*Latch, Header, 0, EmptyCond, DL); in createPreheaderForLoop()
1544 TII->InsertBranch(*NewPH, Header, 0, EmptyCond, DL); in createPreheaderForLoop()
/external/llvm/lib/Target/R600/
DR600InstrInfo.h145 …unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, cons…
/external/llvm/lib/Target/X86/
DX86InstrInfo.h234 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h66 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h294 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, in InsertBranch() function

12