Home
last modified time | relevance | path

Searched refs:CheckDef (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp835 static bool isImplicitDependency(const MachineInstr &I, bool CheckDef, in isImplicitDependency() argument
838 if (CheckDef && MO.isRegMask() && MO.clobbersPhysReg(DepReg)) in isImplicitDependency()
842 if (CheckDef == MO.isDef()) in isImplicitDependency()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp1176 bool Pre(const parser::CriticalStmt &x) { return CheckDef(x.t); } in Pre()
1180 bool Pre(const parser::NonLabelDoStmt &x) { return CheckDef(x.t); } in Pre()
1181 bool Pre(const parser::IfThenStmt &x) { return CheckDef(x.t); } in Pre()
1186 return CheckDef(std::get<0>(x.t)); in Pre()
1189 return CheckDef(std::get<0>(x.t)); in Pre()
1228 template <typename T> bool CheckDef(const T &t) { in CheckDef() function in Fortran::semantics::ConstructVisitor
1229 return CheckDef(std::get<std::optional<parser::Name>>(t)); in CheckDef()
1234 bool CheckDef(const std::optional<parser::Name> &);
6063 CheckDef(x.v); in Pre()
6078 CheckDef(x.t); in Post()
[all …]