Home
last modified time | relevance | path

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

12

/trueos/contrib/llvm/lib/CodeGen/
HDBranchFolding.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 …]
HDMachineBasicBlock.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()
HDIfConversion.cpp450 TII->InsertBranch(*BBI.BB, BBI.FalseBB, BBI.TrueBB, BBI.BrCond, dl); in ReverseBranchCondition()
957 TII->InsertBranch(*BB, ToBB, NULL, NoCond, dl); in InsertUncondBranch()
1188 TII->InsertBranch(*BBI.BB, CvtBBI->FalseBB, NULL, RevCond, dl); in IfConvertTriangle()
HDTargetInstrInfo.cpp112 InsertBranch(*MBB, NewDest, 0, SmallVector<MachineOperand, 0>(), in ReplaceTailWithBranchTo()
HDEarlyIfConversion.cpp567 TII->InsertBranch(*Head, Tail, 0, EmptyCond, HeadDL); in convertIf()
/trueos/contrib/llvm/lib/Target/NVPTX/
HDNVPTXInstrInfo.h68 virtual unsigned InsertBranch(
HDNVPTXInstrInfo.cpp250 unsigned NVPTXInstrInfo::InsertBranch( in InsertBranch() function in NVPTXInstrInfo
/trueos/contrib/llvm/lib/Target/XCore/
HDXCoreInstrInfo.h58 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
HDXCoreInstrInfo.cpp279 XCoreInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB, in InsertBranch() function in XCoreInstrInfo
/trueos/contrib/llvm/lib/Target/Sparc/
HDSparcInstrInfo.h73 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
HDSparcInstrInfo.cpp228 SparcInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB, in InsertBranch() function in SparcInstrInfo
/trueos/contrib/llvm/lib/Target/MSP430/
HDMSP430InstrInfo.h83 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
HDMSP430InstrInfo.cpp263 MSP430InstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, in InsertBranch() function in MSP430InstrInfo
/trueos/contrib/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.h61 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/trueos/contrib/llvm/lib/Target/Mips/
HDMipsInstrInfo.h57 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
HDMipsInstrInfo.cpp117 InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, in InsertBranch() function in MipsInstrInfo
/trueos/contrib/llvm/lib/Target/PowerPC/
HDPPCInstrInfo.h120 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/trueos/contrib/llvm/lib/Target/SystemZ/
HDSystemZInstrInfo.h148 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/trueos/contrib/llvm/lib/Target/Hexagon/
HDHexagonInstrInfo.h67 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
HDHexagonHardwareLoops.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()
HDHexagonInstrInfo.cpp119 HexagonInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB, in InsertBranch() function in HexagonInstrInfo
154 return InsertBranch(MBB, TBB, 0, Cond, DL); in InsertBranch()
/trueos/contrib/llvm/lib/Target/R600/
HDR600InstrInfo.h156 …unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, cons…
/trueos/contrib/llvm/lib/Target/X86/
HDX86InstrInfo.h236 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/trueos/contrib/llvm/lib/Target/ARM/
HDARMBaseInstrInfo.h66 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/trueos/contrib/llvm/include/llvm/Target/
HDTargetInstrInfo.h311 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, in InsertBranch() function

12