Searched refs:VAC (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/hints/ |
| D | aix_3.sh | 201 *** the VAC installed in /usr/vac, but you do not have the /usr/vac/bin
|
| D | aix.sh | 206 *** the VAC installed in /usr/vac, but you do not have the /usr/vac/bin
|
| D | aix_4.sh | 271 *** the VAC installed in /usr/vac, but you do not have the /usr/vac/bin
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| D | AttributorAttributes.cpp | 2234 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 …]
|
| D | Attributor.cpp | 260 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/ |
| D | Attributor.h | 205 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/ |
| D | ARMScheduleA57.td | 1155 def : InstRW<[A57Write_5cyc_1V], (instregex "VAC(GE|GT|LE|LT)",
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| D | SystemZInstrVector.td | 494 def VAC : TernaryVRRdGeneric<"vac", 0xE7BB>;
|