| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Argument.h | 123 LLVM_ABI Type *getParamByValType() const;
|
| H A D | Function.h | 496 Type *getParamByValType(unsigned ArgNo) const { in getParamByValType() function 497 return AttributeSets.getParamByValType(ArgNo); in getParamByValType()
|
| H A D | InstrTypes.h | 1796 Type *getParamByValType(unsigned ArgNo) const { 1797 if (auto *Ty = Attrs.getParamByValType(ArgNo)) 1800 return F->getAttributes().getParamByValType(ArgNo);
|
| H A D | Attributes.h | 929 LLVM_ABI Type *getParamByValType(unsigned ArgNo) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXLowerArgs.cpp | 350 Type *StructType = Arg->getParamByValType(); in adjustByValArgAlignment() 507 Type *StructType = Arg.getParamByValType(); in copyByValParam() 539 [[maybe_unused]] Type *StructType = Arg->getParamByValType(); in handleByValParam()
|
| H A D | NVPTXAsmPrinter.cpp | 1356 Type *ETy = Arg.getParamByValType(); in emitFunctionParamList()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SafeStack.cpp | 418 uint64_t Size = DL.getTypeStoreSize(Arg.getParamByValType()); in findInsts() 526 Type *Ty = Arg->getParamByValType(); in moveStaticAllocasToUnsafeStack() 583 Type *Ty = Arg->getParamByValType(); in moveStaticAllocasToUnsafeStack()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | TailRecursionElimination.cpp | 613 Type *AggTy = CI->getParamByValType(OpndIdx); in copyByValueOperandIntoLocalTemp() 640 Type *AggTy = CI->getParamByValType(OpndIdx); in copyLocalTempOfByValueOperandIntoArguments()
|
| H A D | MemCpyOptimizer.cpp | 1966 Type *ByValTy = CB.getParamByValType(ArgNo); in processByValArgument()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVUtils.h | 309 return Arg->getParamByValType(); in getPointeeTypeByAttr()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Function.cpp | 225 Type *Argument::getParamByValType() const { in getParamByValType() function in Argument 227 return getParent()->getParamByValType(getArgNo()); in getParamByValType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsanInstrumentation.cpp | 362 } else if (Type *Ty = CI->getParamByValType(ArgNo)) { in getInterestingMemoryOperands()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CallPromotionUtils.cpp | 537 ArgAttrs.addByValAttr(Callee->getParamByValType(ArgNo)); in promoteCall()
|
| H A D | InlineFunction.cpp | 2670 ActualArg = HandleByValArgument(CB.getParamByValType(ArgNo), ActualArg, in InlineFunction() 2676 CB.getParamByValType(ArgNo)}); in InlineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ArgumentPromotion.cpp | 539 bool AreStoresAllowed = Arg->getParamByValType() && Arg->getParamAlign(); in findArgParts()
|
| H A D | ExpandVariadics.cpp | 654 Type *const UnderlyingType = IsByVal ? CB->getParamByValType(I) in expandCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 918 FieldType = A->getParamByValType(); in buildFrameType() 1070 ByValTy = Arg->getParamByValType(); in insertSpills()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | TypeSanitizer.cpp | 797 ConstantInt::get(IntptrTy, DL.getTypeAllocSize(A->getParamByValType())); in instrumentMemInst()
|
| H A D | MemorySanitizer.cpp | 2060 ? DL.getTypeAllocSize(FArg.getParamByValType()) in getShadow() 2070 FArg.getParamAlign(), FArg.getParamByValType()); in getShadow() 5935 Size = DL.getTypeAllocSize(CB.getParamByValType(i)); in visitCallBase() 6565 Type *RealTy = CB.getParamByValType(ArgNo); in visitCallBase() 6997 Type *RealTy = CB.getParamByValType(ArgNo); in visitCallBase() 7127 Type *RealTy = CB.getParamByValType(ArgNo); in visitCallBase() 7590 Type *RealTy = CB.getParamByValType(ArgNo); in visitCallBase()
|
| H A D | AddressSanitizer.cpp | 1594 Type *Ty = CI->getParamByValType(ArgNo); in getInterestingMemoryOperands() 3309 Type *Ty = Arg.getParamByValType(); in copyArgsPassedByValToAllocas()
|
| H A D | HWAddressSanitizer.cpp | 893 Type *Ty = CI->getParamByValType(ArgNo); in getInterestingMemoryOperands()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILValueEnumerator.cpp | 1039 EnumerateType(I.getParamByValType()); in incorporateFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.cpp | 1073 EnumerateType(I.getParamByValType()); in incorporateFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | StackSafetyAnalysis.cpp | 519 auto TypeSize = DL.getTypeStoreSize(CB.getParamByValType(ArgNo)); in analyzeAllUses()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 238 Type *ElementTy = FuncInfo.getParamByValType(ParamIdx); in setArgFlags()
|