Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMacroFusion.cpp103 SU == &DAG.ExitSU || SU == &SecondSU || SU->isPred(&SecondSU)) in fuseInstructionPair()
DMachinePipeliner.cpp790 if (SU->NodeNum < I.NodeNum && !I.isPred(SU)) in updatePhiDependences()
811 if (SU->NodeNum < I.NodeNum && !I.isPred(SU)) in updatePhiDependences()
1352 static bool ignoreDependence(const SDep &D, bool isPred) { in ignoreDependence() argument
1355 return D.getKind() == SDep::Anti && isPred; in ignoreDependence()
2432 !SU->isPred(I)) in computeStart()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonPseudo.td201 class Call_nr<bits<5> nbits, bit isPred, bit isFalse, dag iops,
207 let isPredicable = 0; // !if(isPred, 0, 1);
208 let isPredicated = 0; // isPred;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp948 bool isPred = (i < NumOps && MCID.OpInfo[i].isPredicate()); in ReduceToNarrow() local
949 if (SkipPred && isPred) in ReduceToNarrow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h431 bool isPred(const SUnit *N) const { in isPred() function