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

/external/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp900 bool isPred = (i < NumOps && MCID.OpInfo[i].isPredicate()); local
901 if (SkipPred && isPred)
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DThumb2SizeReduction.cpp757 bool isPred = (i < NumOps && MCID.OpInfo[i].isPredicate()); local
758 if (SkipPred && isPred)
/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h451 /// isPred - Test if node N is a predecessor of this node.
452 bool isPred(SUnit *N) { function
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DScheduleDAG.h396 /// isPred - Test if node N is a predecessor of this node.
397 bool isPred(SUnit *N) { function in class:llvm::SUnit
/external/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1109 if (SU->NodeNum < I.NodeNum && !I.isPred(SU))
1130 if (SU->NodeNum < I.NodeNum && !I.isPred(SU))
1510 static bool ignoreDependence(const SDep &D, bool isPred) { argument
1513 return D.getKind() == SDep::Anti && isPred;
3598 !SU->isPred(I))

Completed in 836 milliseconds