HomeSort by relevance Sort by last modified time
    Searched refs:isUnpredicatedTerminator (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.h 76 bool isUnpredicatedTerminator(const MachineInstr *MI) const;
MSP430InstrInfo.cpp 163 bool MSP430InstrInfo::isUnpredicatedTerminator(const MachineInstr *MI) const {
190 if (!isUnpredicatedTerminator(I))
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 86 virtual bool isUnpredicatedTerminator(const MachineInstr *MI) const;
SystemZInstrInfo.cpp 205 bool SystemZInstrInfo::isUnpredicatedTerminator(const MachineInstr *MI) const {
231 if (!isUnpredicatedTerminator(I))
  /external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.cpp 130 if (!isUnpredicatedTerminator(I))
138 if (I == MBB.begin() || !isUnpredicatedTerminator(--I)) {
158 if (SecondLastInst && I != MBB.begin() && isUnpredicatedTerminator(--I))
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 201 if (!isUnpredicatedTerminator(I))
208 if (I == MBB.begin() || !isUnpredicatedTerminator(--I)) {
232 isUnpredicatedTerminator(--I))
  /external/llvm/lib/Target/PTX/
PTXInstrInfo.h 60 virtual bool isUnpredicatedTerminator(const MachineInstr *MI) const;
PTXInstrInfo.cpp 118 bool PTXInstrInfo::isUnpredicatedTerminator(const MachineInstr *MI) const {
  /external/llvm/lib/Target/Alpha/
AlphaInstrInfo.cpp 232 if (!isUnpredicatedTerminator(I))
239 if (I == MBB.begin() || !isUnpredicatedTerminator(--I)) {
260 isUnpredicatedTerminator(--I))
  /external/llvm/lib/Target/CellSPU/
SPUInstrInfo.cpp 227 if (!isUnpredicatedTerminator(I))
234 if (I == MBB.begin() || !isUnpredicatedTerminator(--I)) {
259 isUnpredicatedTerminator(--I))
  /external/llvm/lib/Target/
TargetInstrInfo.cpp 132 bool TargetInstrInfo::isUnpredicatedTerminator(const MachineInstr *MI) const {
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 287 if (I == REnd || !isUnpredicatedTerminator(&*I)) {
310 if (isUnpredicatedTerminator(SecondLastInst) && !SecondLastOpc)
329 if (++I != REnd && isUnpredicatedTerminator(&*I))
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 211 virtual bool isUnpredicatedTerminator(const MachineInstr* MI) const;
X86InstrInfo.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 536 /// isUnpredicatedTerminator - Returns true if the instruction is a
538 virtual bool isUnpredicatedTerminator(const MachineInstr *MI) const;
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 192 if (!isUnpredicatedTerminator(I))
199 if (I == MBB.begin() || !isUnpredicatedTerminator(--I)) {
223 isUnpredicatedTerminator(--I))
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 132 if (!isUnpredicatedTerminator(I))
  /external/llvm/lib/CodeGen/
BranchFolding.cpp 145 if (!TII->isUnpredicatedTerminator(I))
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 284 if (!isUnpredicatedTerminator(I))
292 if (I == MBB.begin() || !isUnpredicatedTerminator(--I)) {
318 if (I == MBB.begin() || !isUnpredicatedTerminator(--I)) {
330 if (SecondLastInst && I != MBB.begin() && isUnpredicatedTerminator(--I))
    [all...]

Completed in 105 milliseconds