Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp327 for (auto &VAC : Values) { in getAssumedUnderlyingObjects() local
336 Objects.insert(VAC.getValue()); in getAssumedUnderlyingObjects()
1827 for (auto &VAC : Values) { in updateImpl() local
2370 for (const auto &VAC : Values) in updateImpl() local
2371 if (!VisitValueCB(*VAC.getValue(), VAC.getCtxI())) in updateImpl()
4309 for (const auto &VAC : Values) in updateImpl() local
4583 for (const auto &VAC : Values) { in updateImpl() local
9284 for (const auto &VAC : Values) in updateImpl() local
9285 if (!VisitValueCB(*VAC.getValue(), VAC.getCtxI())) in updateImpl()
9407 for (auto &VAC : Values) in updateImpl() local
[all …]
H A DAttributor.cpp247 bool AA::isValidAtPosition(const AA::ValueAndContext &VAC, in isValidAtPosition() argument
249 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()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h193 bool isValidAtPosition(const ValueAndContext &VAC, InformationCache &InfoCache);
300 static unsigned getHashValue(const AA::ValueAndContext &VAC) {
301 return Base::getHashValue(VAC);
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMScheduleA57.td1156 def : InstRW<[A57Write_5cyc_1V], (instregex "VAC(GE|GT|LE|LT)",
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td494 def VAC : TernaryVRRdGeneric<"vac", 0xE7BB>;