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

/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h77 bool isUnpredicatedTerminator(const MachineInstr *MI) const override;
H A DMSP430InstrInfo.cpp161 bool MSP430InstrInfo::isUnpredicatedTerminator(const MachineInstr *MI) const { function in class:MSP430InstrInfo
187 if (!isUnpredicatedTerminator(I))
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp195 if (I == REnd || !isUnpredicatedTerminator(&*I)) {
219 if (isUnpredicatedTerminator(SecondLastInst) && !SecondLastOpc)
238 if (++I != REnd && isUnpredicatedTerminator(&*I))
/external/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp175 if (I == MBB.begin() || !isUnpredicatedTerminator(--I))
182 if (I == MBB.begin() || !isUnpredicatedTerminator(--I)) {
200 if (SecondLastInst && I != MBB.begin() && isUnpredicatedTerminator(--I))
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp208 if (!isUnpredicatedTerminator(I))
215 if (I == MBB.begin() || !isUnpredicatedTerminator(--I)) {
239 isUnpredicatedTerminator(--I))
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h202 bool isUnpredicatedTerminator(const MachineInstr *MI) const override;
H A DPPCInstrInfo.cpp353 if (!isUnpredicatedTerminator(I))
360 if (I == MBB.begin() || !isUnpredicatedTerminator(--I)) {
423 isUnpredicatedTerminator(--I))
1094 bool PPCInstrInfo::isUnpredicatedTerminator(const MachineInstr *MI) const { function in class:PPCInstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h246 bool isUnpredicatedTerminator(const MachineInstr* MI) const override;
H A DX86InstrInfo.cpp2746 bool X86InstrInfo::isUnpredicatedTerminator(const MachineInstr *MI) const {
2773 if (!isUnpredicatedTerminator(I))
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h701 /// isUnpredicatedTerminator - Returns true if the instruction is a
703 virtual bool isUnpredicatedTerminator(const MachineInstr *MI) const;
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp107 if (!isUnpredicatedTerminator(I))
115 if (I == MBB.begin() || !isUnpredicatedTerminator(--I)) {
139 if (I == MBB.begin() || !isUnpredicatedTerminator(--I)) {
151 if (SecondLastInst && I != MBB.begin() && isUnpredicatedTerminator(--I))
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp144 if (!isUnpredicatedTerminator(I))
/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp156 if (!TII->isUnpredicatedTerminator(I))
1495 if (!TII->isUnpredicatedTerminator(Loc))
H A DTargetInstrInfo.cpp202 TargetInstrInfo::isUnpredicatedTerminator(const MachineInstr *MI) const { function in class:TargetInstrInfo
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp225 if (!isUnpredicatedTerminator(I))
233 if (&*I != LastInst && !I->isBundle() && isUnpredicatedTerminator(I)) {
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp258 if (!isUnpredicatedTerminator(I))

Completed in 706 milliseconds