Home
last modified time | relevance | path

Searched refs:IsVariadic (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h117 bool IsVariadic; variable
122 IsVariadic(true) {} in DbgValueLoc()
125 bool IsVariadic) in DbgValueLoc() argument
127 IsVariadic(IsVariadic) { in DbgValueLoc()
131 if (!IsVariadic) { in DbgValueLoc()
138 : Expression(Expr), ValueLocEntries(1, Loc), IsVariadic(false) { in DbgValueLoc()
145 bool isVariadic() const { return IsVariadic; } in isVariadic()
151 !IsVariadic && ValueLocEntries[0].isIndirectLocation(); in isEquivalent()
153 !Other.IsVariadic in isEquivalent()
[all...]
H A DDwarfDebug.cpp238 const bool IsVariadic = !SingleLocExprOpt; in getDebugLocValue() local
241 if (!IsVariadic && !MI->isNonListDebugValue()) { in getDebugLocValue()
265 return DbgValueLoc(Expr, DbgValueLocEntries, IsVariadic); in getDebugLocValue()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h151 bool IsVariadic; variable
158 bool IsIndirect, DebugLoc DL, unsigned O, bool IsVariadic) in SDDbgValue() argument
164 IsVariadic(IsVariadic) { in SDDbgValue()
165 assert(IsVariadic || L.size() == 1); in SDDbgValue()
166 assert(!(IsVariadic && IsIndirect)); in SDDbgValue()
212 bool isVariadic() const { return IsVariadic; } in isVariadic()
H A DSelectionDAGBuilder.h338 bool IsVariadic, DebugLoc DL, unsigned Order);
359 bool IsVariadic);
H A DSelectionDAGBuilder.cpp1313 bool IsVariadic = DVR.hasArgList(); in visit()
1315 SDNodeOrder, IsVariadic)) { in visit()
1316 addDanglingDebugInfo(Values, Variable, Expression, IsVariadic, in visit()
1403 /*IsVariadic=*/true); in dropDanglingDebugInfo()
1411 bool IsVariadic, DebugLoc DL, in dropDanglingDebugInfo()
1413 if (IsVariadic) { in dropDanglingDebugInfo()
1524 if (handleDebugValue(V, Var, Expr, DL, SDOrder, /*IsVariadic=*/false)) in salvageUnresolvedDbgValue()
1554 if (handleDebugValue(V, Var, Expr, DL, SDOrder, /*IsVariadic=*/false)) { in handleDebugValue() argument
1581 /*IsVariadic*/ false); in handleDebugValue()
1587 unsigned Order, bool IsVariadic) { in handleDebugValue()
1284 bool IsVariadic = DPV.hasArgList(); visitDbgInfo() local
1378 addDanglingDebugInfo(SmallVectorImpl<Value * > & Values,DILocalVariable * Var,DIExpression * Expr,bool IsVariadic,DebugLoc DL,unsigned Order) addDanglingDebugInfo() argument
6359 bool IsVariadic = DI.hasArgList(); visitIntrinsicCall() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp212 IsVariadic = false; in fill()
251 IsVariadic = FD->isVariadic(); in fill()
263 IsVariadic = MD->isVariadic(); in fill()
275 IsVariadic = FD->isVariadic(); in fill()
360 IsVariadic = FPT->isVariadic(); in fill()
H A DCommentSema.cpp818 return ThisDeclInfo->IsVariadic; in isFunctionOrMethodVariadic()
H A DASTContext.cpp12448 CallingConv ASTContext::getDefaultCallingConvention(bool IsVariadic, in getCommonTypes()
12453 return ABI->getDefaultMethodCallConv(IsVariadic); in getCommonAttrLoc()
12464 if (getTargetInfo().hasFeature("sse2") && !IsVariadic) in getCommonTemplateArgument()
12468 if (!IsVariadic) in getCommonTemplateArgument()
12473 if (!IsVariadic) in getCommonTemplateArgument()
12478 if (!IsVariadic) in getCommonTemplateArgument()
12482 if (!IsVariadic) in getCommonTemplateArgument()
11966 getDefaultCallingConvention(bool IsVariadic,bool IsCXXMethod,bool IsBuiltin) const getDefaultCallingConvention() argument
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.h
H A DCodeGenSchedule.cpp
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h315 DbgValueProperties(const DIExpression *DIExpr, bool Indirect, bool IsVariadic)
316 : DIExpr(DIExpr), Indirect(Indirect), IsVariadic(IsVariadic) {}
323 IsVariadic = MI.isDebugValueList();
334 return std::tie(DIExpr, Indirect, IsVariadic) ==
335 std::tie(Other.DIExpr, Other.Indirect, Other.IsVariadic);
343 return IsVariadic ? DIExpr->getNumLocationOperands() : 1;
348 bool IsVariadic;
H A DInstrRefBasedImpl.cpp662 if (Prop.IsVariadic) { in recoverAsEntryValue()
1195 const MCInstrDesc &Desc = Properties.IsVariadic in emitLoc()
1313 } else if (Expr->isComplex() || Properties.IsVariadic) { in isCalleeSaved()
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp37 ABIArgInfo classifyReturnType(QualType RetTy, bool IsVariadic) const;
38 ABIArgInfo classifyArgumentType(QualType RetTy, bool IsVariadic,
289 AArch64ABIInfo::classifyArgumentType(QualType Ty, bool IsVariadic, in classifyArgumentType()
338 bool IsWinVariadic = IsWin64 && IsVariadic; in classifyArgumentType()
386 bool IsVariadic) const { in classifyReturnType()
422 IsVariadic)) in classifyReturnType()
539 ABIArgInfo AI = classifyArgumentType(Ty, /*IsVariadic=*/true, in EmitAAPCSVAArg()
273 classifyArgumentType(QualType Ty,bool IsVariadic,unsigned CallingConvention) const classifyArgumentType() argument
/freebsd-src/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp634 bool IsVariadic = MCDesc.isVariadic(); in createInstruction()
635 if ((ID->IsRecyclable = !IsVariadic && !IsVariant)) { in createInstruction()
590 bool IsVariadic = MCDesc.isVariadic(); createInstrDescImpl() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h190 bool &IsVariadic);
H A DMicrosoftDemangleNodes.h344 bool IsVariadic = false; member
/freebsd-src/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp426 if (IsVariadic) { in outputPost()
H A DMicrosoftDemangle.cpp1909 FTy->Params = demangleFunctionParameterList(MangledName, FTy->IsVariadic); in demangleFunctionEncoding()
2188 bool &IsVariadic) { in demangleFunctionParameterList()
2245 IsVariadic = true; in demangleTemplateParameterList()
2175 demangleFunctionParameterList(std::string_view & MangledName,bool & IsVariadic) demangleFunctionParameterList() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1867 uint64_t IsVariadic : 1;
1977 uint64_t IsVariadic : 1;
H A DComment.h1067 unsigned IsVariadic : 1;
H A DDeclObjC.h431 bool isVariadic() const { return ObjCMethodDeclBits.IsVariadic; } in isVariadic()
432 void setVariadic(bool isVar) { ObjCMethodDeclBits.IsVariadic = isVar; } in setVariadic()
H A DDecl.h4542 bool isVariadic() const { return BlockDeclBits.IsVariadic; }
4543 void setIsVariadic(bool value) { BlockDeclBits.IsVariadic = value; }
H A DASTContext.h2745 CallingConv getDefaultCallingConvention(bool IsVariadic,
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp581 /*IsVariadic=*/false, /*IsCXXMethod=*/true); in arrangeFreeFunctionLikeCall()
4467 bool IsVariadic = false; in EmitCallArgs()
4471 IsVariadic = MD->isVariadic(); in EmitCallArgs()
4478 IsVariadic = FPT->isVariadic(); in EmitCallArgs()
4503 assert((Arg == ArgRange.end() || IsVariadic) && in EmitCallArgs()
4510 ArgTypes.push_back(IsVariadic ? getVarArgType(A) : A->getType()); in EmitCallArgs()
4445 bool IsVariadic = false; EmitCallArgs() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp2946 bool IsVariadic, FormatStringInfo *FSI) { in RFT()
2949 else if (IsVariadic) in RFT()
4627 bool IsVariadic = false; in CheckMipsBuiltinCpu()
4631 IsVariadic = Block->isVariadic();
4634 IsVariadic = FD->isVariadic();
4637 IsVariadic = MD->isVariadic();
4650 if (!IsVariadic) { in CheckMipsBuiltinArgument()
5830 bool IsVariadic = false; in CheckRISCVBuiltinFunctionCall()
5832 IsVariadic = cast<FunctionProtoType>(FnTy)->isVariadic(); in CheckRISCVBuiltinFunctionCall()
5834 IsVariadic in CheckRISCVBuiltinFunctionCall()
7161 getFormatStringInfo(const FormatAttr * Format,bool IsCXXMember,bool IsVariadic,FormatStringInfo * FSI) getFormatStringInfo() argument
8980 bool IsVariadic = false; checkVAStartIsInVariadicFunction() local
10629 bool IsVariadic = false; checkFormatStringExpr() local
[all...]

12