Searched refs:isPred (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp123 bool isPred = TII->isPredicated(MI); local
129 (isPred ? DefRegs : KillRegs).setBitsNotInMask(MO.getRegMask());
140 if (!isPred && MO.isKill())
144 if (!isPred && MO.isDead())
H A DScheduleDAGInstrs.cpp937 if (!ExitSU.isPred(SU))
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp836 bool isPred = (i < NumOps && MCID.OpInfo[i].isPredicate()); local
837 if (SkipPred && isPred)
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h437 /// isPred - Test if node N is a predecessor of this node.
438 bool isPred(SUnit *N) { function
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp640 bool isPred = MI->getDesc().isPredicable(); local
642 if (!isPred)

Completed in 194 milliseconds