Searched refs:isUnpredicatedTerminator (Results 1 - 19 of 19) sorted by relevance

/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h76 bool isUnpredicatedTerminator(const MachineInstr *MI) const;
H A DMSP430InstrInfo.cpp163 bool MSP430InstrInfo::isUnpredicatedTerminator(const MachineInstr *MI) const { function in class:MSP430InstrInfo
190 if (!isUnpredicatedTerminator(I))
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h86 virtual bool isUnpredicatedTerminator(const MachineInstr *MI) const;
H A DSystemZInstrInfo.cpp205 bool SystemZInstrInfo::isUnpredicatedTerminator(const MachineInstr *MI) const { function in class:SystemZInstrInfo
231 if (!isUnpredicatedTerminator(I))
/external/llvm/lib/Target/MBlaze/
H A DMBlazeInstrInfo.cpp130 if (!isUnpredicatedTerminator(I))
138 if (I == MBB.begin() || !isUnpredicatedTerminator(--I)) {
158 if (SecondLastInst && I != MBB.begin() && isUnpredicatedTerminator(--I))
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp201 if (!isUnpredicatedTerminator(I))
208 if (I == MBB.begin() || !isUnpredicatedTerminator(--I)) {
232 isUnpredicatedTerminator(--I))
/external/llvm/lib/Target/PTX/
H A DPTXInstrInfo.h60 virtual bool isUnpredicatedTerminator(const MachineInstr *MI) const;
H A DPTXInstrInfo.cpp118 bool PTXInstrInfo::isUnpredicatedTerminator(const MachineInstr *MI) const { function in class:PTXInstrInfo
/external/llvm/lib/Target/Alpha/
H A DAlphaInstrInfo.cpp232 if (!isUnpredicatedTerminator(I))
239 if (I == MBB.begin() || !isUnpredicatedTerminator(--I)) {
260 isUnpredicatedTerminator(--I))
/external/llvm/lib/Target/CellSPU/
H A DSPUInstrInfo.cpp227 if (!isUnpredicatedTerminator(I))
234 if (I == MBB.begin() || !isUnpredicatedTerminator(--I)) {
259 isUnpredicatedTerminator(--I))
/external/llvm/lib/Target/
H A DTargetInstrInfo.cpp132 bool TargetInstrInfo::isUnpredicatedTerminator(const MachineInstr *MI) const { function in class:TargetInstrInfo
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp287 if (I == REnd || !isUnpredicatedTerminator(&*I)) {
310 if (isUnpredicatedTerminator(SecondLastInst) && !SecondLastOpc)
329 if (++I != REnd && isUnpredicatedTerminator(&*I))
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h211 virtual bool isUnpredicatedTerminator(const MachineInstr* MI) const;
H A DX86InstrInfo.cpp1906 bool X86InstrInfo::isUnpredicatedTerminator(const MachineInstr *MI) const { function in class:X86InstrInfo
1934 if (!isUnpredicatedTerminator(I))
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp192 if (!isUnpredicatedTerminator(I))
199 if (I == MBB.begin() || !isUnpredicatedTerminator(--I)) {
223 isUnpredicatedTerminator(--I))
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h536 /// isUnpredicatedTerminator - Returns true if the instruction is a
538 virtual bool isUnpredicatedTerminator(const MachineInstr *MI) const;
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp132 if (!isUnpredicatedTerminator(I))
/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp145 if (!TII->isUnpredicatedTerminator(I))
1437 if (!TII->isUnpredicatedTerminator(Loc))
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp284 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))

Completed in 186 milliseconds