HomeSort by relevance Sort by last modified time
    Searched refs:AnalyzeBranch (Results 1 - 25 of 37) sorted by null

1 2

  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.h 66 virtual bool AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
NVPTXInstrInfo.cpp 156 /// AnalyzeBranch - Analyze the branching code at the end of MBB, returning
179 bool NVPTXInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 48 virtual bool AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
63 BranchType AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
MipsInstrInfo.cpp 92 bool MipsInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
98 BranchType BT = AnalyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs);
190 AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.h 76 bool AnalyzeBranch(MachineBasicBlock &MBB,
MSP430InstrInfo.cpp 169 bool MSP430InstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.h 73 virtual bool AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
SparcInstrInfo.cpp 127 bool SparcInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.h 52 virtual bool AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
XCoreInstrInfo.cpp 163 /// AnalyzeBranch - Analyze the branching code at the end of MBB, returning
187 XCoreInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 61 bool AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 114 virtual bool AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 57 virtual bool AnalyzeBranch(MachineBasicBlock &MBB,MachineBasicBlock *&TBB,
HexagonHardwareLoops.cpp 374 bool NotAnalyzed = TII->AnalyzeBranch(*Latch, TB, FB, Cond, false);
482 bool NotAnalyzed = TII->AnalyzeBranch(*Latch, TB, FB, Cond, false);
495 // Branches of form "if (!P) ..." cause HexagonInstrInfo::AnalyzeBranch
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.h 198 virtual bool AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
MBlazeInstrInfo.cpp 115 bool MBlazeInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/R600/
R600InstrInfo.h 74 bool AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB,
  /external/llvm/lib/CodeGen/
CodePlacementOpt.cpp 79 if (TII->AnalyzeBranch(*MBB, TBB, FBB, Cond))
91 /// HasAnalyzableTerminator - Test whether AnalyzeBranch will succeed on MBB.
95 /// Target-specific code is hereby encouraged to make AnalyzeBranch succeed
105 // Ask the target's AnalyzeBranch if it can handle this block.
109 if (TII->AnalyzeBranch(*MBB, TBB, FBB, Cond))
112 // AnalyzeBranch thinks it knows how to analyze such things, but it doesn't
116 // if the CFG disagrees with AnalyzeBranch.
243 /// contiguous, provided that AnalyzeBranch can handle all the relevant
337 /// AnalyzeBranch, which can't understand complex control instructions.
BranchFolding.cpp 199 if (!TII->AnalyzeBranch(*MBB, TBB, FBB, Cond, true))
465 !TII->AnalyzeBranch(*CurMBB, TBB, FBB, Cond, true)) {
    [all...]
TailDuplication.cpp 654 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true))
685 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true))
767 // EH edges are ignored by AnalyzeBranch.
773 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true))
833 TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true);
856 // AnalyzeBranch.
858 !TII->AnalyzeBranch(*PrevBB, PriorTBB, PriorFBB, PriorCond, true) &&
    [all...]
MachineBasicBlock.cpp 357 bool B = TII->AnalyzeBranch(*this, TBB, FBB, Cond);
606 if (TII->AnalyzeBranch(*this, TBB, FBB, Cond)) {
644 // AnalyzeBranch fails. If this uses a jump table, we won't touch it.
648 if (TII->AnalyzeBranch(*this, TBB, FBB, Cond))
    [all...]
MachineBlockPlacement.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 237 /// AnalyzeBranch - Analyze the branching code at the end of MBB, returning
262 virtual bool AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
270 /// This is only invoked in cases where AnalyzeBranch returns success. It
278 /// returned by AnalyzeBranch. This is only invoked in cases where
279 /// AnalyzeBranch returns success. It returns the number of instructions
283 /// cases where AnalyzeBranch doesn't apply because there was no original
374 /// @param Cond Condition returned by AnalyzeBranch.
393 /// The condition in Cond comes from AnalyzeBranch, and it can be assumed
401 /// @param Cond Condition as computed by AnalyzeBranch.
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 61 virtual bool AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 50 // Artificial condition codes. These are used by AnalyzeBranch
216 virtual bool AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,

Completed in 283 milliseconds

1 2