Searched refs:VAC (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 2498 if (llvm::any_of(Worklist, [&](AA::ValueAndContext VAC) { in isImpliedByIR() argument 2500 VAC.getValue(), in isImpliedByIR() 2501 SimplifyQuery(A.getDataLayout(), DT, AC, VAC.getCtxI())); in isImpliedByIR() 2677 for (const auto &VAC : Values) in updateImpl() local 2678 if (!CheckIRP(IRPosition::value(*VAC.getValue()))) in updateImpl() 4767 if (!all_of(Values, [&](AA::ValueAndContext &VAC) { in identifyAliveSuccessors() argument 4768 return CheckForConstantInt(VAC.getValue()); in identifyAliveSuccessors() 5122 for (const auto &VAC : Values) in updateImpl() local 5123 if (!VisitValueCB(*VAC.getValue())) in updateImpl() 5417 for (const auto &VAC : Values) { in updateImpl() local [all …]
|
| H A D | Attributor.cpp | 292 bool AA::isValidAtPosition(const AA::ValueAndContext &VAC, in isValidAtPosition() argument 294 if (isa<Constant>(VAC.getValue()) || VAC.getValue() == VAC.getCtxI()) in isValidAtPosition() 297 const Instruction *CtxI = VAC.getCtxI(); in isValidAtPosition() 300 if (auto *A = dyn_cast<Argument>(VAC.getValue())) in isValidAtPosition() 302 if (auto *I = dyn_cast<Instruction>(VAC.getValue())) { in isValidAtPosition() 2014 return llvm::all_of(Values, [&](const AA::ValueAndContext &VAC) { in checkForAllReturnedValues() argument 2015 return Pred(*VAC.getValue()); in checkForAllReturnedValues()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 238 VAC, VSBI, enumerator
|
| H A D | SystemZOperators.td | 313 def z_vac : SDNode<"SystemZISD::VAC", SDT_ZTernary>;
|
| H A D | SystemZISelLowering.cpp | 4852 BaseOp = SystemZISD::VAC; in lowerUADDSUBO_CARRY() 5395 return DAG.getNode(SystemZISD::VAC, SDLoc(Op), Op.getValueType(), in lowerINTRINSIC_WO_CHAIN() 7447 OPCODE(VAC); in getTargetNodeName()
|
| H A D | SystemZInstrVector.td | 553 def VAC : TernaryVRRdGeneric<"vac", 0xE7BB>;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 219 LLVM_ABI bool isValidAtPosition(const ValueAndContext &VAC, 428 static unsigned getHashValue(const AA::ValueAndContext &VAC) { 429 return Base::getHashValue(VAC);
|
| /freebsd/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/crypto/openssh/ |
| H A D | configure.ac | 695 # Some versions of VAC won't allow macro redefinitions at
|