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

/external/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp138 bool isPred = TII->isPredicated(MI);
144 (isPred ? DefRegs : KillRegs).setBitsNotInMask(MO.getRegMask());
155 if (!isPred && MO.isKill())
159 if (!isPred && MO.isDead())
H A DScheduleDAGInstrs.cpp919 if (!ExitSU.isPred(SU))
/external/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp810 bool isPred = (i < NumOps && MCID.OpInfo[i].isPredicate()); local
811 if (SkipPred && isPred)
/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h455 /// isPred - Test if node N is a predecessor of this node.
456 bool isPred(SUnit *N) { function in class:llvm::SUnit
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp917 bool isPred = MI->getDesc().isPredicable(); local
919 if (!isPred)

Completed in 100 milliseconds