Searched refs:VAC (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 2632 for (const auto &VAC : Values) in updateImpl() local 5085 for (const auto &VAC : Values) in updateImpl() local 10248 for (const auto &VAC : Values) in updateImpl() local 10405 for (const auto &VAC : Values) in updateImpl() local 10406 if (!VisitValueCB(*VAC.getValue(), VAC.getCtxI())) in updateImpl() 10544 for (auto &VAC : Values) in updateImpl() local 10545 VisitValue(*VAC.getValue(), VAC.getCtxI()); in updateImpl() 11527 VAC.getCtxI() ? VAC.getCtxI() : CtxI, S, AnchorScope); in updateImpl() 11918 auto &VAC = Values[I]; in updateImpl() local 11919 auto *Obj = VAC.getValue(); in updateImpl() [all …]
|
| H A D | Attributor.cpp | 291 bool AA::isValidAtPosition(const AA::ValueAndContext &VAC, in isValidAtPosition() argument 293 if (isa<Constant>(VAC.getValue()) || VAC.getValue() == VAC.getCtxI()) in isValidAtPosition() 296 const Instruction *CtxI = VAC.getCtxI(); in isValidAtPosition() 299 if (auto *A = dyn_cast<Argument>(VAC.getValue())) in isValidAtPosition() 301 if (auto *I = dyn_cast<Instruction>(VAC.getValue())) { in isValidAtPosition() 2017 return llvm::all_of(Values, [&](const AA::ValueAndContext &VAC) { in checkForAllReturnedValues() argument 2018 return Pred(*VAC.getValue()); in checkForAllReturnedValues()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 233 VAC, VSBI, enumerator
|
| H A D | SystemZOperators.td | 296 def z_vac : SDNode<"SystemZISD::VAC", SDT_ZTernary>;
|
| H A D | SystemZISelLowering.cpp | 4352 BaseOp = SystemZISD::VAC; in lowerUADDSUBO_CARRY() 4898 return DAG.getNode(SystemZISD::VAC, SDLoc(Op), Op.getValueType(), in lowerINTRINSIC_WO_CHAIN() 6379 OPCODE(VAC); in getTargetNodeName()
|
| H A D | SystemZInstrVector.td | 494 def VAC : TernaryVRRdGeneric<"vac", 0xE7BB>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 215 bool isValidAtPosition(const ValueAndContext &VAC, InformationCache &InfoCache); 415 static unsigned getHashValue(const AA::ValueAndContext &VAC) { 416 return Base::getHashValue(VAC);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleA57.td | 1155 def : InstRW<[A57Write_5cyc_1V], (instregex "VAC(GE|GT|LE|LT)",
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | configure.ac | 625 # Some versions of VAC won't allow macro redefinitions at
|