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

  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.h 75 bool isUnpredicatedTerminator(const MachineInstr *MI) const;
MSP430InstrInfo.cpp 158 bool MSP430InstrInfo::isUnpredicatedTerminator(const MachineInstr *MI) const {
184 if (!isUnpredicatedTerminator(I))
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 192 if (I == REnd || !isUnpredicatedTerminator(&*I)) {
216 if (isUnpredicatedTerminator(SecondLastInst) && !SecondLastOpc)
235 if (++I != REnd && isUnpredicatedTerminator(&*I))
  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.cpp 172 if (I == MBB.begin() || !isUnpredicatedTerminator(--I))
179 if (I == MBB.begin() || !isUnpredicatedTerminator(--I)) {
197 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/PowerPC/
PPCInstrInfo.h 187 virtual bool isUnpredicatedTerminator(const MachineInstr *MI) const;
PPCInstrInfo.cpp 242 if (!isUnpredicatedTerminator(I))
249 if (I == MBB.begin() || !isUnpredicatedTerminator(--I)) {
296 isUnpredicatedTerminator(--I))
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 178 if (!isUnpredicatedTerminator(I))
186 if (I == MBB.begin() || !isUnpredicatedTerminator(--I)) {
209 if (I == MBB.begin() || !isUnpredicatedTerminator(--I)) {
221 if (SecondLastInst && I != MBB.begin() && isUnpredicatedTerminator(--I))
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 657 /// isUnpredicatedTerminator - Returns true if the instruction is a
659 virtual bool isUnpredicatedTerminator(const MachineInstr *MI) const;
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 228 virtual bool isUnpredicatedTerminator(const MachineInstr* MI) const;
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 135 if (!isUnpredicatedTerminator(I))
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 201 TargetInstrInfo::isUnpredicatedTerminator(const MachineInstr *MI) const {
BranchFolding.cpp 148 if (!TII->isUnpredicatedTerminator(I))
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 220 if (!isUnpredicatedTerminator(I))
228 if (&*I != LastInst && !I->isBundle() && isUnpredicatedTerminator(I)) {
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 155 if (!isUnpredicatedTerminator(I))

Completed in 58 milliseconds