Searched refs:AnalyzeBranch (Results 1 - 25 of 44) sorted by relevance

12

/external/llvm/lib/Target/BPF/
H A DBPFInstrInfo.h47 bool AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
H A DBPFInstrInfo.cpp78 bool BPFInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB, function in class:BPFInstrInfo
/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h78 bool AnalyzeBranch(MachineBasicBlock &MBB,
H A DMSP430InstrInfo.cpp172 bool MSP430InstrInfo::AnalyzeBranch(MachineBasicBlock &MBB, function in class:MSP430InstrInfo
/external/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.h63 bool AnalyzeBranch(
H A DNVPTXInstrInfo.cpp145 /// AnalyzeBranch - Analyze the branching code at the end of MBB, returning
168 bool NVPTXInstrInfo::AnalyzeBranch( function in class:NVPTXInstrInfo
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h68 bool AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h53 bool AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h54 bool AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
69 BranchType AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
H A DMipsInstrInfo.cpp86 bool MipsInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB, function in class:MipsInstrInfo
92 BranchType BT = AnalyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs);
178 MipsInstrInfo::BranchType MipsInstrInfo::AnalyzeBranch( function in class:MipsInstrInfo
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600InstrInfo.h68 bool AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB,
/external/llvm/lib/Target/AArch64/
H A DAArch64A53Fix835769.cpp136 if (S == PrevBB && !TII->AnalyzeBranch(*PrevBB, TBB, FBB, Cond) &&
H A DAArch64ConditionOptimizer.cpp277 // Parse a condition code returned by AnalyzeBranch, and compute the CondCode
322 if (TII->AnalyzeBranch(*HBB, TBB, FBB, HeadCond)) {
333 if (TII->AnalyzeBranch(*TBB, TBB_TBB, TBB_FBB, TrueCond)) {
H A DAArch64InstrInfo.h136 bool AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
H A DAArch64ConditionalCompares.cpp161 /// The branch condition in Head as determined by AnalyzeBranch.
269 // Parse a condition code returned by AnalyzeBranch, and compute the CondCode
499 if (TII->AnalyzeBranch(*Head, TBB, FBB, HeadCond)) {
508 DEBUG(dbgs() << "AnalyzeBranch didn't find conditional branch in Head.\n");
527 if (TII->AnalyzeBranch(*CmpBB, TBB, FBB, CmpBBCond)) {
534 DEBUG(dbgs() << "AnalyzeBranch didn't find conditional branch in CmpBB.\n");
H A DAArch64BranchRelaxation.cpp409 TII->AnalyzeBranch(*MBB, TBB, FBB, Cond, false);
/external/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp369 bool NotAnalyzed = TII->AnalyzeBranch(*Latch, TB, FB, Cond, false);
477 bool NotAnalyzed = TII->AnalyzeBranch(*Latch, TB, FB, Cond, false);
490 // Branches of form "if (!P) ..." cause HexagonInstrInfo::AnalyzeBranch
1292 // AnalyzeBranch returns true if it fails to analyze branch.
1293 bool NotAnalyzed = TII->AnalyzeBranch(*Latch, TB, FB, Cond, false);
1307 // HexagonInstrInfo::AnalyzeBranch for negated branches inserts imm(0)
1430 if (TII->AnalyzeBranch(*Latch, TB, FB, Tmp1, false))
1436 bool NotAnalyzed = TII->AnalyzeBranch(*PB, TB, FB, Tmp1, false);
1520 bool NotAnalyzed = TII->AnalyzeBranch(*PB, TB, FB, Tmp2, false);
1532 bool LatchNotAnalyzed = TII->AnalyzeBranch(*Latc
[all...]
H A DHexagonInstrInfo.h62 bool AnalyzeBranch(MachineBasicBlock &MBB,MachineBasicBlock *&TBB,
/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp214 if (!TII->AnalyzeBranch(*MBB, TBB, FBB, Cond, true))
482 !TII->AnalyzeBranch(*CurMBB, TBB, FBB, Cond, true)) {
986 if (!TII->AnalyzeBranch(*PBB, TBB, FBB, Cond, true)) {
1229 TII->AnalyzeBranch(PrevBB, PriorTBB, PriorFBB, PriorCond, true);
1255 // AnalyzeBranch.
1366 bool CurUnAnalyzable= TII->AnalyzeBranch(*MBB, CurTBB, CurFBB, CurCond, true);
1459 bool NewCurUnAnalyzable = TII->AnalyzeBranch(*PMBB, NewCurTBB,
1509 !TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true)
1562 !TII->AnalyzeBranch(PrevBB, PrevTBB, PrevFBB, PrevCond, true) &&
1717 if (TII->AnalyzeBranch(*MB
[all...]
H A DTailDuplication.cpp660 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true))
691 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true))
774 // EH edges are ignored by AnalyzeBranch.
780 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true))
838 TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true);
861 // AnalyzeBranch.
863 !TII->AnalyzeBranch(*PrevBB, PriorTBB, PriorFBB, PriorCond, true) &&
H A DMachineBlockPlacement.cpp890 SmallVector<MachineOperand, 4> Cond; // For AnalyzeBranch.
899 MachineBasicBlock *TBB = nullptr, *FBB = nullptr; // For AnalyzeBranch.
900 if (!TII->AnalyzeBranch(*BB, TBB, FBB, Cond) || !FI->canFallThrough())
1013 MachineBasicBlock *TBB = nullptr, *FBB = nullptr; // For AnalyzeBranch.
1014 if (!TII->AnalyzeBranch(*PrevBB, TBB, FBB, Cond)) {
1020 // AnalyzeBranch() may return erroneous value for FBB when these two
1031 if (TII->AnalyzeBranch(*PrevBB, TBB, FBB, Cond)) {
1058 MachineBasicBlock *TBB = nullptr, *FBB = nullptr; // For AnalyzeBranch.
1059 if (!TII->AnalyzeBranch(F.back(), TBB, FBB, Cond))
H A DMachineBasicBlock.cpp391 bool B = TII->AnalyzeBranch(*this, TBB, FBB, Cond);
640 if (TII->AnalyzeBranch(*this, TBB, FBB, Cond)) {
683 // AnalyzeBranch fails. If this uses a jump table, we won't touch it.
687 if (TII->AnalyzeBranch(*this, TBB, FBB, Cond))
1021 // 'TargetInstrInfo::AnalyzeBranch' method. We take our meaning of the initial
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h138 bool AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
/external/llvm/lib/Target/R600/
H A DR600InstrInfo.h162 bool AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB,
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h146 bool AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,

Completed in 406 milliseconds

12