/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SeparateConstOffsetFromGEP.cpp | 406 void lowerToSingleIndexGEPs(GetElementPtrInst *Variadic, 416 void lowerToArithmetics(GetElementPtrInst *Variadic, 863 GetElementPtrInst *Variadic, int64_t AccumulativeByteOffset) { in lowerToSingleIndexGEPs() argument 864 IRBuilder<> Builder(Variadic); in lowerToSingleIndexGEPs() 865 Type *PtrIndexTy = DL->getIndexType(Variadic->getType()); in lowerToSingleIndexGEPs() 867 Value *ResultPtr = Variadic->getOperand(0); in lowerToSingleIndexGEPs() 868 Loop *L = LI->getLoopFor(Variadic->getParent()); in lowerToSingleIndexGEPs() 875 gep_type_iterator GTI = gep_type_begin(*Variadic); in lowerToSingleIndexGEPs() 878 for (unsigned I = 1, E = Variadic->getNumOperands(); I != E; ++I, ++GTI) { in lowerToSingleIndexGEPs() 880 Value *Idx = Variadic->getOperand(I); in lowerToSingleIndexGEPs() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Function.h | 179 bool isVariadic() const { return Variadic; } in isVariadic() 273 bool Variadic = false; variable
|
H A D | Function.cpp | 27 HasRVO(HasRVO), Variadic(F->isVariadic()), in Function()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInstrDesc.h | 150 Variadic, enumerator 261 bool isVariadic() const { return Flags & (1ULL << MCID::Variadic); } in isVariadic()
|
/freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
H A D | RustDemangle.cpp | 60 Variadic, enumerator 440 Type = BasicType::Variadic; in parseBasicType() 515 case BasicType::Variadic: in printBasicType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | NameSearchContext.cpp | 133 proto_info.Variadic = true; in AddGenericFunDecl()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | AMDGPU.cpp | 48 ABIArgInfo classifyArgumentType(QualType Ty, bool Variadic, 209 ABIArgInfo AMDGPUABIInfo::classifyArgumentType(QualType Ty, bool Variadic, in classifyArgumentType() argument 215 if (Variadic) { in classifyArgumentType()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMScheduleA57.td | 539 ]> { let Variadic=1; } 560 ]> { let Variadic=1; } 582 ]> { let Variadic=1; } 587 ]> { let Variadic=1; } 834 ]> { let Variadic=1; } 854 ]> { let Variadic=1; } 859 ]> { let Variadic=1; } 881 ]> { let Variadic=1; } 901 ]> { let Variadic=1; } 906 ]> { let Variadic=1; }
|
H A D | ARMScheduleSwift.td | 479 ]> { let Variadic=1; } 817 ]> { let Variadic = 1; } 853 ]> { let Variadic = 1; }
|
H A D | ARMScheduleR52.td | 449 ]> { let Variadic=1; } 636 ]> { let Variadic=1;}
|
H A D | ARMScheduleA9.td | 2128 let Variadic = 1; 2236 let Variadic = 1;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSchedule.td | 237 // Variadic, then the list of prior writes are distributed across all 394 // SchedReadVariant is marked "Variadic", then each Selected 409 bit Variadic = false; 416 // A Variadic write is expanded to cover multiple "def" operands. The 427 // A Variadic write is expanded to cover multiple "readsReg" operands as
|
H A D | GenericOpcodes.td | 1331 // Variadic ops
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 3536 FunctionTypeBits.Variadic = epi.Variadic; in FunctionProtoType() 3651 if (epi.Variadic) { in FunctionProtoType() 3778 assert(!(unsigned(epi.Variadic) & ~1) && in Profile() 3782 ID.AddInteger(unsigned(epi.Variadic) + in Profile()
|
H A D | ASTContext.cpp | 4906 NumArgs, EPI.Variadic, EPI.requiresFunctionProtoTypeExtraBitfields(), in getFunctionTypeInternal() 12067 bool Variadic = (TypeStr[0] == '.'); in GetBuiltinType() local 12070 Variadic, /*IsCXXMethod=*/false, /*IsBuiltin=*/true)); in GetBuiltinType() 12075 if (ArgTypes.empty() && Variadic && !getLangOpts().requiresStrictPrototypes()) in GetBuiltinType() 12080 EPI.Variadic = Variadic; in GetBuiltinType() 13323 assert(EPIX.Variadic == EPIY.Variadic); in getCommonNonSugarTypeNode()
|
H A D | JSONNodeDumper.cpp | 630 attributeOnlyIfTrue("variadic", E.Variadic); in VisitFunctionProtoType()
|
H A D | TextNodeDumper.cpp | 1889 if (T->getExtProtoInfo().Variadic) in VisitFunctionProtoType()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Type.h | 1985 unsigned Variadic : 1; 5060 unsigned Variadic : 1; 5071 : Variadic(false), HasTrailingReturn(false), 5075 : ExtInfo(CC), Variadic(false), HasTrailingReturn(false), 5240 EPI.Variadic = isVariadic(); 5350 bool isVariadic() const { return FunctionTypeBits.Variadic; }
|
H A D | TypeProperties.td | 369 epi.Variadic = variadic;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineInstr.h | 919 return hasProperty(MCID::Variadic, Type);
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeductionGuide.cpp | 555 EPI.Variadic = T->isVariadic(); in transformFunctionProtoType()
|
H A D | SemaRISCV.cpp | 432 PI.Variadic = false; in CreateRVVIntrinsicDecl()
|
H A D | SemaLookup.cpp | 778 PI.Variadic = false; in GetOpenCLBuiltinFctOverloads()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64CallingConvention.td | 505 // This handles the non-variadic parameter case. Variadic parameters
|
/freebsd/contrib/libxo/doc/ |
H A D | api.rst | 1484 :param va_list vap: Variadic argument list
|