Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/hints/
Daix_3.sh201 *** the VAC installed in /usr/vac, but you do not have the /usr/vac/bin
Daix.sh206 *** the VAC installed in /usr/vac, but you do not have the /usr/vac/bin
Daix_4.sh271 *** the VAC installed in /usr/vac, but you do not have the /usr/vac/bin
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp2234 for (auto &VAC : Values) { in updateImpl() local
2235 assert(AA::isValidInScope(*VAC.getValue(), Ret.getFunction()) && in updateImpl()
2237 if (ReturnedValues[VAC.getValue()].insert(&Ret)) in updateImpl()
2794 for (const auto &VAC : Values) in updateImpl() local
2795 if (!VisitValueCB(*VAC.getValue(), VAC.getCtxI())) in updateImpl()
5017 for (const auto &VAC : Values) in updateImpl() local
5018 if (!VisitValueCB(*VAC.getValue())) in updateImpl()
5290 for (const auto &VAC : Values) { in updateImpl() local
5291 if (!VisitValueCB(*VAC.getValue())) in updateImpl()
10091 for (const auto &VAC : Values) in updateImpl() local
[all …]
DAttributor.cpp260 bool AA::isValidAtPosition(const AA::ValueAndContext &VAC, in isValidAtPosition() argument
262 if (isa<Constant>(VAC.getValue()) || VAC.getValue() == VAC.getCtxI()) in isValidAtPosition()
265 const Instruction *CtxI = VAC.getCtxI(); in isValidAtPosition()
268 if (auto *A = dyn_cast<Argument>(VAC.getValue())) in isValidAtPosition()
270 if (auto *I = dyn_cast<Instruction>(VAC.getValue())) { in isValidAtPosition()
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
DAttributor.h205 bool isValidAtPosition(const ValueAndContext &VAC, InformationCache &InfoCache);
398 static unsigned getHashValue(const AA::ValueAndContext &VAC) {
399 return Base::getHashValue(VAC);
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMScheduleA57.td1155 def : InstRW<[A57Write_5cyc_1V], (instregex "VAC(GE|GT|LE|LT)",
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZInstrVector.td494 def VAC : TernaryVRRdGeneric<"vac", 0xE7BB>;