Searched refs:getParamByValType (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DArgument.h91 Type *getParamByValType() const;
H A DFunction.h465 Type *getParamByValType(unsigned ArgNo) const { function in class:llvm::Function
466 Type *Ty = AttributeSets.getParamByValType(ArgNo);
H A DAttributes.h627 Type *getParamByValType(unsigned ArgNo) const;
H A DInstrTypes.h1619 Type *getParamByValType(unsigned ArgNo) const {
1620 Type *Ty = Attrs.getParamByValType(ArgNo);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp497 Type *NewTy = Callee->getParamByValType(ArgNo);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp163 Type *Argument::getParamByValType() const { function in class:Argument
165 return getParent()->getParamByValType(getArgNo());
H A DAttributes.cpp1451 Type *AttributeList::getParamByValType(unsigned Index) const { function in class:AttributeList
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp372 UI, Ptr, DL.getTypeStoreSize(CB.getParamByValType(ArgNo))));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp981 EnumerateType(I.getParamByValType());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp1002 PtrArg->hasByValAttr() ? PtrArg->getParamByValType() : nullptr;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1628 ? DL.getTypeAllocSize(FArg.getParamByValType())
1643 MaybeAlign(FArg.getParamAlignment()), FArg.getParamByValType());
3477 Size = DL.getTypeAllocSize(CB.getParamByValType(i));
3993 Type *RealTy = CB.getParamByValType(ArgNo);
4610 Type *RealTy = CB.getParamByValType(ArgNo);
H A DHWAddressSanitizer.cpp563 Type *Ty = CI->getParamByValType(ArgNo);
H A DAddressSanitizer.cpp1426 Type *Ty = CI->getParamByValType(ArgNo);
2975 Type *Ty = Arg.getParamByValType();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4414 ? Call.getParamByValType(ix)
4837 Type *CurElTy = Call.getParamByValType(i);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9684 FinalType = Arg.getParamByValType();
9753 Type *ElementTy = Arg.getParamByValType();
9758 unsigned FrameSize = DL.getTypeAllocSize(Arg.getParamByValType());
H A DTargetLowering.cpp121 ByValType = Call->getParamByValType(ArgIdx);

Completed in 290 milliseconds