HomeSort by relevance Sort by last modified time
    Searched defs:AnalyzeBranch (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.cpp 156 /// AnalyzeBranch - Analyze the branching code at the end of MBB, returning
179 bool NVPTXInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.cpp 115 bool MBlazeInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 169 bool MSP430InstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 127 bool SparcInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Mips/
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/XCore/
XCoreInstrInfo.cpp 163 /// AnalyzeBranch - Analyze the branching code at the end of MBB, returning
187 XCoreInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
  /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/PowerPC/
PPCInstrInfo.cpp 208 bool PPCInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,MachineBasicBlock *&TBB,
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 175 AArch64InstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,MachineBasicBlock *&TBB,
  /external/llvm/lib/Target/R600/
R600InstrInfo.cpp 231 R600InstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
236 // Most of the following comes from the ARM implementation of AnalyzeBranch
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 143 if (isPredicated(Term) && !AnalyzeBranch(MBB, NewTBB, NewFBB, Cond,
168 bool HexagonInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 272 ARMBaseInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,MachineBasicBlock *&TBB,
    [all...]

Completed in 425 milliseconds