Home
last modified time | relevance | path

Searched refs:getParamByValType (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DArgument.h108 Type *getParamByValType() const;
H A DFunction.h501 Type *getParamByValType(unsigned ArgNo) const { in getParamByValType() function
502 return AttributeSets.getParamByValType(ArgNo); in getParamByValType()
H A DAttributes.h691 Type *getParamByValType(unsigned ArgNo) const;
H A DInstrTypes.h1731 Type *getParamByValType(unsigned ArgNo) const {
1732 return Attrs.getParamByValType(ArgNo);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp494 Type *NewTy = Callee->getParamByValType(ArgNo); in promoteCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp207 Type *Argument::getParamByValType() const { in getParamByValType() function in Argument
209 return getParent()->getParamByValType(getArgNo()); in getParamByValType()
H A DAttributes.cpp1619 Type *AttributeList::getParamByValType(unsigned Index) const { in getParamByValType() function in AttributeList
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1690 ? DL.getTypeAllocSize(FArg.getParamByValType()) in getShadow()
1705 MaybeAlign(FArg.getParamAlignment()), FArg.getParamByValType()); in getShadow()
3684 Size = DL.getTypeAllocSize(CB.getParamByValType(i)); in visitCallBase()
4205 Type *RealTy = CB.getParamByValType(ArgNo); in visitCallBase()
4821 Type *RealTy = CB.getParamByValType(ArgNo); in visitCallBase()
H A DHWAddressSanitizer.cpp688 Type *Ty = CI->getParamByValType(ArgNo); in getInterestingMemoryOperands()
H A DAddressSanitizer.cpp1476 Type *Ty = CI->getParamByValType(ArgNo); in getInterestingMemoryOperands()
3074 Type *Ty = Arg.getParamByValType(); in copyArgsPassedByValToAllocas()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp996 PtrArg->hasByValAttr() ? PtrArg->getParamByValType() : nullptr; in promoteArguments()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp1049 EnumerateType(I.getParamByValType()); in incorporateFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp407 UI, Ptr, DL.getTypeStoreSize(CB.getParamByValType(ArgNo)))); in analyzeAllUses()
H A DInlineCost.cpp2447 unsigned TypeSize = DL.getTypeSizeInBits(Call.getParamByValType(I)); in getCallsiteCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2033 ? Call.getParamByValType(ix) in isSafeToEliminateVarargsCast()
2570 Type *CurElTy = Call.getParamByValType(i); in transformConstExprCastCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp130 IndirectType = Call->getParamByValType(ArgIdx); in setAttributes()
H A DSelectionDAGBuilder.cpp10032 FinalType = Arg.getParamByValType(); in LowerArguments()