Searched refs:VAC (Results 1 – 5 of 5) sorted by relevance
327 for (auto &VAC : Values) { in getAssumedUnderlyingObjects() local336 Objects.insert(VAC.getValue()); in getAssumedUnderlyingObjects()1827 for (auto &VAC : Values) { in updateImpl() local2370 for (const auto &VAC : Values) in updateImpl() local2371 if (!VisitValueCB(*VAC.getValue(), VAC.getCtxI())) in updateImpl()4309 for (const auto &VAC : Values) in updateImpl() local4583 for (const auto &VAC : Values) { in updateImpl() local9284 for (const auto &VAC : Values) in updateImpl() local9285 if (!VisitValueCB(*VAC.getValue(), VAC.getCtxI())) in updateImpl()9407 for (auto &VAC : Values) in updateImpl() local[all …]
247 bool AA::isValidAtPosition(const AA::ValueAndContext &VAC, in isValidAtPosition() argument249 if (isa<Constant>(VAC.getValue()) || VAC.getValue() == VAC.getCtxI()) in isValidAtPosition()252 const Instruction *CtxI = VAC.getCtxI(); in isValidAtPosition()255 if (auto *A = dyn_cast<Argument>(VAC.getValue())) in isValidAtPosition()257 if (auto *I = dyn_cast<Instruction>(VAC.getValue())) { in isValidAtPosition()
193 bool isValidAtPosition(const ValueAndContext &VAC, InformationCache &InfoCache);300 static unsigned getHashValue(const AA::ValueAndContext &VAC) {301 return Base::getHashValue(VAC);
1156 def : InstRW<[A57Write_5cyc_1V], (instregex "VAC(GE|GT|LE|LT)",
494 def VAC : TernaryVRRdGeneric<"vac", 0xE7BB>;