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

  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.h 76 bool isUnpredicatedTerminator(const MachineInstr *MI) const;
MSP430InstrInfo.cpp 158 bool MSP430InstrInfo::isUnpredicatedTerminator(const MachineInstr *MI) const {
184 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/CellSPU/
SPUInstrInfo.cpp 227 if (!isUnpredicatedTerminator(I))
234 if (I == MBB.begin() || !isUnpredicatedTerminator(--I)) {
259 isUnpredicatedTerminator(--I))
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 308 if (I == REnd || !isUnpredicatedTerminator(&*I)) {
331 if (isUnpredicatedTerminator(SecondLastInst) && !SecondLastOpc)
350 if (++I != REnd && isUnpredicatedTerminator(&*I))
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 553 /// isUnpredicatedTerminator - Returns true if the instruction is a
555 virtual bool isUnpredicatedTerminator(const MachineInstr *MI) const = 0;
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 211 virtual bool isUnpredicatedTerminator(const MachineInstr* MI) const;
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 203 if (!isUnpredicatedTerminator(I))
210 if (I == MBB.begin() || !isUnpredicatedTerminator(--I)) {
234 isUnpredicatedTerminator(--I))
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 143 if (!isUnpredicatedTerminator(I))
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 212 if (!isUnpredicatedTerminator(I))
219 if (I == MBB.begin() || !isUnpredicatedTerminator(--I)) {
246 isUnpredicatedTerminator(--I))
    [all...]
  /external/llvm/lib/CodeGen/
TargetInstrInfoImpl.cpp 153 TargetInstrInfoImpl::isUnpredicatedTerminator(const MachineInstr *MI) const {
BranchFolding.cpp 150 if (!TII->isUnpredicatedTerminator(I))
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 281 if (!isUnpredicatedTerminator(I))
289 if (I == MBB.begin() || !isUnpredicatedTerminator(--I)) {
315 if (I == MBB.begin() || !isUnpredicatedTerminator(--I)) {
327 if (SecondLastInst && I != MBB.begin() && isUnpredicatedTerminator(--I))
    [all...]

Completed in 2316 milliseconds