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

  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 172 bool MSP430InstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.cpp 147 /// AnalyzeBranch - Analyze the branching code at the end of MBB, returning
170 bool NVPTXInstrInfo::AnalyzeBranch(
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 86 bool MipsInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
92 BranchType BT = AnalyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs);
184 AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600InstrInfo.cpp 177 R600InstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
183 // Most of the following comes from the ARM implementation of AnalyzeBranch
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 128 bool SparcInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 170 /// AnalyzeBranch - Analyze the branching code at the end of MBB, returning
194 XCoreInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
  /external/mesa3d/src/gallium/drivers/radeon/
R600InstrInfo.cpp 177 R600InstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
183 // Most of the following comes from the ARM implementation of AnalyzeBranch
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 273 /// AnalyzeBranch - Analyze the branching code at the end of MBB, returning
298 virtual bool AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
306 /// This is only invoked in cases where AnalyzeBranch returns success. It
314 /// returned by AnalyzeBranch. This is only invoked in cases where
315 /// AnalyzeBranch returns success. It returns the number of instructions
319 /// cases where AnalyzeBranch doesn't apply because there was no original
423 /// @param Cond Condition returned by AnalyzeBranch.
442 /// The condition in Cond comes from AnalyzeBranch, and it can be assumed
450 /// @param Cond Condition as computed by AnalyzeBranch.
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 92 bool AArch64InstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 150 if (isPredicated(Term) && !AnalyzeBranch(MBB, NewTBB, NewFBB, Cond,
175 bool HexagonInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 241 bool SystemZInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 337 bool PPCInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,MachineBasicBlock *&TBB,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 276 ARMBaseInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,MachineBasicBlock *&TBB,
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 934 milliseconds