Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMacroFusion.cpp102 SU == &DAG.ExitSU || SU == &SecondSU || SU->isPred(&SecondSU)) in fuseInstructionPair()
H A DMachinePipeliner.cpp891 if (SU->NodeNum < I.NodeNum && !I.isPred(SU)) in updatePhiDependences()
912 if (SU->NodeNum < I.NodeNum && !I.isPred(SU)) in updatePhiDependences()
1381 static bool ignoreDependence(const SDep &D, bool isPred) { in ignoreDependence() argument
1384 return D.getKind() == SDep::Anti && isPred; in ignoreDependence()
2461 !SU->isPred(I)) in computeStart()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp955 bool isPred = (i < NumOps && MCID.operands()[i].isPredicate()); in ReduceToNarrow() local
956 if (SkipPred && isPred) in ReduceToNarrow()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h431 bool isPred(const SUnit *N) const { in isPred() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonPseudo.td229 let isPredicable = 0; // !if(isPred, 0, 1);
230 let isPredicated = 0; // isPred;