Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DArgument.h112 Type *getParamByValType() const;
H A DFunction.h470 Type *getParamByValType(unsigned ArgNo) const { in getParamByValType() function
471 return AttributeSets.getParamByValType(ArgNo); in getParamByValType()
H A DInstrTypes.h1840 Type *getParamByValType(unsigned ArgNo) const {
1841 if (auto *Ty = Attrs.getParamByValType(ArgNo))
1844 return F->getAttributes().getParamByValType(ArgNo);
H A DAttributes.h845 Type *getParamByValType(unsigned ArgNo) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp241 Type *StructType = Arg->getParamByValType(); in adjustByValArgAlignment()
320 Type *StructType = Arg->getParamByValType(); in handleByValParam()
H A DNVPTXAsmPrinter.cpp1638 Type *ETy = PAL.getParamByValType(paramIndex); in emitFunctionParamList()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp419 uint64_t Size = DL.getTypeStoreSize(Arg.getParamByValType()); in findInsts()
519 Type *Ty = Arg->getParamByValType(); in moveStaticAllocasToUnsafeStack()
576 Type *Ty = Arg->getParamByValType(); in moveStaticAllocasToUnsafeStack()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp593 Type *AggTy = CI->getParamByValType(OpndIdx); in copyByValueOperandIntoLocalTemp()
620 Type *AggTy = CI->getParamByValType(OpndIdx); in copyLocalTempOfByValueOperandIntoArguments()
H A DMemCpyOptimizer.cpp1817 Type *ByValTy = CB.getParamByValType(ArgNo); in processByValArgument()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp521 ArgAttrs.addByValAttr(Callee->getParamByValType(ArgNo)); in promoteCall()
H A DInlineFunction.cpp2241 ActualArg = HandleByValArgument(CB.getParamByValType(ArgNo), ActualArg, in InlineFunction()
2246 {ActualArg, (Value *)*AI, CB.getParamByValType(ArgNo)}); in InlineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp474 bool AreStoresAllowed = Arg->getParamByValType() && Arg->getParamAlign(); in findArgParts()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp222 Type *Argument::getParamByValType() const { in getParamByValType() function in Argument
224 return getParent()->getParamByValType(getArgNo()); in getParamByValType()
H A DAttributes.cpp1543 Type *AttributeList::getParamByValType(unsigned Index) const { in getParamByValType() function in AttributeList
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1961 ? DL.getTypeAllocSize(FArg.getParamByValType()) in getShadow()
1971 FArg.getParamAlign(), FArg.getParamByValType()); in getShadow()
4195 Size = DL.getTypeAllocSize(CB.getParamByValType(i)); in visitCallBase()
4817 Type *RealTy = CB.getParamByValType(ArgNo); in visitCallBase()
5340 Type *RealTy = CB.getParamByValType(ArgNo); in visitCallBase()
H A DAddressSanitizer.cpp1447 Type *Ty = CI->getParamByValType(ArgNo); in getInterestingMemoryOperands()
3157 Type *Ty = Arg.getParamByValType(); in copyArgsPassedByValToAllocas()
H A DHWAddressSanitizer.cpp821 Type *Ty = CI->getParamByValType(ArgNo); in getInterestingMemoryOperands()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp1034 EnumerateType(I.getParamByValType()); in incorporateFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp1039 EnumerateType(I.getParamByValType()); in incorporateFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp497 auto TypeSize = DL.getTypeStoreSize(CB.getParamByValType(ArgNo)); in analyzeAllUses()
H A DInlineCost.cpp2899 unsigned TypeSize = DL.getTypeSizeInBits(Call.getParamByValType(I)); in getCallsiteCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1359 FieldType = A->getParamByValType(); in buildFrameType()
1800 ByValTy = Arg->getParamByValType(); in insertSpills()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp217 Type *ElementTy = FuncInfo.getParamByValType(ParamIdx); in setArgFlags()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10963 FinalType = Arg.getParamByValType(); in LowerArguments()
H A DTargetLowering.cpp130 IndirectType = Call->getParamByValType(ArgIdx); in setAttributes()