Home
last modified time | relevance | path

Searched defs:ArgSize (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DFunction.cpp18 Function::Function(Program &P, const FunctionDecl *F, unsigned ArgSize, in Function()
H A DInterpFrame.h139 const unsigned ArgSize; variable
H A DFunction.h140 unsigned ArgSize; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderGDB.cpp72 uint64_t ArgSize) { in readDebugObjectInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Option/
H A DOption.cpp111 size_t ArgSize = Spelling.size(); in acceptInternal() local
H A DOptTable.cpp358 unsigned ArgSize = matchOption(Start, Str, IgnoreCase); in parseOneArgGrouped() local
418 unsigned ArgSize = 0; in ParseOneArg() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp211 unsigned ArgSize = TD->getTypeAllocSizeInBits(ArgType); in lowerPrintfForGpu() local
521 unsigned ArgSize = in lowerPrintfForGpu() local
H A DSIISelLowering.cpp1726 unsigned ArgSize = VA.getValVT().getStoreSize(); in lowerStackParameter() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4206 uint64_t ArgSize = DL.getTypeAllocSize(RealTy); in visitCallBase() local
4252 uint64_t ArgSize = DL.getTypeAllocSize(A->getType()); in visitCallBase() local
4426 uint64_t ArgSize = DL.getTypeAllocSize(A->getType()); in visitCallBase() local
4597 uint64_t ArgSize = DL.getTypeAllocSize(A->getType()); in visitCallBase() local
4822 uint64_t ArgSize = DL.getTypeAllocSize(RealTy); in visitCallBase() local
4843 uint64_t ArgSize = DL.getTypeAllocSize(A->getType()); in visitCallBase() local
5066 uint64_t ArgSize = 8; in visitCallBase() local
5088 uint64_t ArgSize = 8; in visitCallBase() local
5118 uint64_t ArgSize = alignTo(ArgAllocSize, 8); in visitCallBase() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerMutate.cpp196 size_t ArgSize, const uint8_t *Data, in MakeDictionaryEntryFromCMP()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2029 llvm::APSInt ArgSize(S.Context.getTypeSize(S.Context.IntTy), false); in DeduceTemplateArgumentsByTypeMatch() local
2082 llvm::APSInt ArgSize(S.Context.getTypeSize(S.Context.IntTy), false); in DeduceTemplateArgumentsByTypeMatch() local
2274 llvm::APSInt ArgSize(S.Context.getTypeSize(S.Context.IntTy), false); in DeduceTemplateArgumentsByTypeMatch() local
H A DSemaChecking.cpp6550 CharUnits ArgSize = Context.getTypeSizeInChars(Arg.get()->getType()); in SemaBuiltinOSLogFormat() local
9414 uint64_t ArgSize = Context.getTypeSize(ArgType); in getBestAbsFunction() local
H A DSemaCodeComplete.cpp5653 OverloadCandidateSet &CandidateSet, SourceLocation Loc, size_t ArgSize) { in mergeCandidatesWithResults()
H A DSemaExpr.cpp6058 Optional<CharUnits> ArgSize = in CheckStaticArrayArgument() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1252 unsigned ArgSize = alignTo(ArgVT.getSizeInBits(), 4); in processCallArgs() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3058 unsigned ArgSize = (ArgVT.getSizeInBits() + 7) / 8; in processCallArgs() local
H A DAArch64ISelLowering.cpp4939 unsigned ArgSize = (VA.getLocInfo() == CCValAssign::Indirect in LowerFormalArguments() local
7466 unsigned ArgSize = DAG.getDataLayout().getTypeAllocSize(ArgTy); in LowerVAARG() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3816 unsigned ArgSize = ArgVT.getStoreSize(); in CalculateStackSlotSize() local
4071 unsigned ArgSize = VA.getLocVT().getStoreSize(); in LowerFormalArguments_32SVR4() local
4277 unsigned ArgSize = ObjSize; in LowerFormalArguments_64SVR4() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp4755 unsigned ArgSize) { in CreateDeserialized()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp8511 int ArgSize = CGF.getContext().getTypeSize(Ty) / 8; in EmitVAArgForHexagonLinux() local
9906 CharUnits ArgSize = CharUnits::Zero(); in EmitVAArg() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24637 uint32_t ArgSize = DAG.getDataLayout().getTypeAllocSize(ArgTy); in LowerVAARG() local
32109 unsigned ArgSize = MI.getOperand(6).getImm(); in EmitVAARGWithCustomInserter() local