| /trueos/contrib/llvm/lib/CodeGen/ |
| HD | BranchFolding.cpp | 471 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 …]
|
| HD | MachineBasicBlock.cpp | 422 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()
|
| HD | IfConversion.cpp | 450 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()
|
| HD | TargetInstrInfo.cpp | 112 InsertBranch(*MBB, NewDest, 0, SmallVector<MachineOperand, 0>(), in ReplaceTailWithBranchTo()
|
| HD | EarlyIfConversion.cpp | 567 TII->InsertBranch(*Head, Tail, 0, EmptyCond, HeadDL); in convertIf()
|
| /trueos/contrib/llvm/lib/Target/NVPTX/ |
| HD | NVPTXInstrInfo.h | 68 virtual unsigned InsertBranch(
|
| HD | NVPTXInstrInfo.cpp | 250 unsigned NVPTXInstrInfo::InsertBranch( in InsertBranch() function in NVPTXInstrInfo
|
| /trueos/contrib/llvm/lib/Target/XCore/ |
| HD | XCoreInstrInfo.h | 58 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| HD | XCoreInstrInfo.cpp | 279 XCoreInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB, in InsertBranch() function in XCoreInstrInfo
|
| /trueos/contrib/llvm/lib/Target/Sparc/ |
| HD | SparcInstrInfo.h | 73 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| HD | SparcInstrInfo.cpp | 228 SparcInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB, in InsertBranch() function in SparcInstrInfo
|
| /trueos/contrib/llvm/lib/Target/MSP430/ |
| HD | MSP430InstrInfo.h | 83 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| HD | MSP430InstrInfo.cpp | 263 MSP430InstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, in InsertBranch() function in MSP430InstrInfo
|
| /trueos/contrib/llvm/lib/Target/AArch64/ |
| HD | AArch64InstrInfo.h | 61 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| /trueos/contrib/llvm/lib/Target/Mips/ |
| HD | MipsInstrInfo.h | 57 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| HD | MipsInstrInfo.cpp | 117 InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, in InsertBranch() function in MipsInstrInfo
|
| /trueos/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCInstrInfo.h | 120 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| /trueos/contrib/llvm/lib/Target/SystemZ/ |
| HD | SystemZInstrInfo.h | 148 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| /trueos/contrib/llvm/lib/Target/Hexagon/ |
| HD | HexagonInstrInfo.h | 67 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| HD | HexagonHardwareLoops.cpp | 1131 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()
|
| HD | HexagonInstrInfo.cpp | 119 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/ |
| HD | R600InstrInfo.h | 156 …unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, cons…
|
| /trueos/contrib/llvm/lib/Target/X86/ |
| HD | X86InstrInfo.h | 236 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| /trueos/contrib/llvm/lib/Target/ARM/ |
| HD | ARMBaseInstrInfo.h | 66 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
|
| /trueos/contrib/llvm/include/llvm/Target/ |
| HD | TargetInstrInfo.h | 311 virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, in InsertBranch() function
|