Searched refs:getArgument (Results 1 - 25 of 62) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDiffLog.cpp27 Value *LogBuilder::getArgument(unsigned I) const { return Arguments[I]; } function in class:LogBuilder
H A DDiffLog.h56 Value *getArgument(unsigned I) const;
H A DDiffConsumer.cpp178 case 'l': printValue(Log.getArgument(arg++), true); break;
179 case 'r': printValue(Log.getArgument(arg++), false); break;
H A DDifferenceEngine.cpp236 if (!equivalentAsOperands(L.getArgument(I), R.getArgument(I))) {
239 << L.getArgument(I) << R.getArgument(I);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaConcept.h48 C.getCanonicalTemplateArgument((*ParameterMapping)[I].getArgument())
50 C.getCanonicalTemplateArgument((*Other.ParameterMapping)[I].getArgument())
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeleteWithNonVirtualDtorChecker.cpp63 const Expr *DeletedObj = DE->getArgument();
H A DCallAndMessageChecker.cpp347 SVal Arg = C.getSVal(DE->getArgument());
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConcepts.cpp52 if (ArgLoc.getArgument().isInstantiationDependent())
54 if (ArgLoc.getArgument().containsUnexpandedParameterPack())
H A DTypePrinter.cpp1666 const TemplateArgument &getArgument(const TemplateArgument &A) { return A; } function
1668 static const TemplateArgument &getArgument(const TemplateArgumentLoc &A) { function
1669 return A.getArgument();
1679 const TemplateArgument::ArgKind &Kind = A.getArgument().getKind();
1682 return A.getArgument().print(PP, OS);
1698 const TemplateArgument &Argument = getArgument(Arg);
H A DComment.cpp179 if (MaybeFunction.getArgument().getKind() != TemplateArgument::Type)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp244 New = CS.getArgument(A->getArgNo());
269 New = CS.getArgument(A->getArgNo());
H A DCalledValuePropagation.cpp287 CVPLatticeKey(CS.getArgument(A.getArgNo()), IPOGrouping::Register);
H A DDeadArgumentElimination.cpp315 Value *Arg = CS.getArgument(ArgNo);
446 assert(CS.getArgument(ArgNo)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp352 Type *ActualTy = CS.getArgument(I)->getType();
404 auto *Arg = CS.getArgument(ArgNo);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp672 APInt Size(IntTyBits, GetStringLength(CS.getArgument(0)));
679 dyn_cast<ConstantInt>(CS.getArgument(FnData->FstParam));
690 ConstantInt *Arg = dyn_cast<ConstantInt>(CS.getArgument(FnData->FstParam));
702 Arg = dyn_cast<ConstantInt>(CS.getArgument(FnData->SndParam));
941 Value *FirstArg = CS.getArgument(FnData->FstParam);
946 Value *SecondArg = CS.getArgument(FnData->SndParam);
H A DLint.cpp370 visitMemoryReference(I, CS.getArgument(0), MemoryLocation::UnknownSize, 0,
374 visitMemoryReference(I, CS.getArgument(0), MemoryLocation::UnknownSize, 0,
376 visitMemoryReference(I, CS.getArgument(1), MemoryLocation::UnknownSize, 0,
380 visitMemoryReference(I, CS.getArgument(0), MemoryLocation::UnknownSize, 0,
388 visitMemoryReference(I, CS.getArgument(0), MemoryLocation::UnknownSize, 0,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp840 if (CS.getArgument(i) == cpySrc && !CS.doesNotCapture(i))
868 if (CS.getArgument(i)->stripPointerCasts() == cpySrc &&
870 CS.getArgument(i)->getType()->getPointerAddressSpace())
876 if (CS.getArgument(i)->stripPointerCasts() == cpySrc) {
881 if (CS.getArgument(i)->getType() == Dest->getType())
885 CS.getArgument(i)->getType(), Dest->getName(), C));
1253 Value *ByValArg = CS.getArgument(ArgNo);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp215 if (ArgLoc.getArgument().isPackExpansion())
480 if (Arg.getArgument().isNull() ||
481 !Arg.getArgument().containsUnexpandedParameterPack())
1032 const TemplateArgument &Argument = OrigLoc.getArgument();
H A DSemaTemplate.cpp1525 if (DefaultArg.getArgument().getAsTemplate().isNull()) {
1533 DefaultArg.getArgument().getAsTemplate(),
3534 TemplateArgs[0].getArgument().getKind()
4743 const TemplateArgument &Arg = AL.getArgument();
5019 Param->getDefaultArgument().getArgument().getAsTemplate(),
5209 switch (Arg.getArgument().getKind()) {
5217 CheckTemplateArgument(NTTP, NTTPType, Arg.getArgument().getAsExpr(),
5227 if (Res.get() != Arg.getArgument().getAsExpr()) {
5241 Converted.push_back(Arg.getArgument());
5249 = Arg.getArgument()
[all...]
H A DSemaConcept.cpp553 << CSE->getTemplateArgsAsWritten()->arguments()[0].getArgument()
1039 if (ArgLoc.getArgument().isDependent()) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DStatepoint.h180 ValueTy *getArgument(unsigned Index) { function in class:llvm::StatepointFlags::StatepointBase
H A DCallSite.h193 ValTy *getArgument(unsigned ArgNo) const { function in class:llvm::CallSiteBase
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateBase.h498 const TemplateArgument &getArgument() const { function in class:clang::TemplateArgumentLoc
H A DASTNodeTraverser.h280 Visit(A.getArgument(), A.getSourceRange(), From, Label);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp50 switch (TALoc.getArgument().getKind()) {
61 if (const TemplateDecl *TD = TALoc.getArgument()

Completed in 434 milliseconds

123