| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Argument.h | 112 Type *getParamByValType() const;
|
| H A D | Function.h | 470 Type *getParamByValType(unsigned ArgNo) const { in getParamByValType() function 471 return AttributeSets.getParamByValType(ArgNo); in getParamByValType()
|
| H A D | InstrTypes.h | 1840 Type *getParamByValType(unsigned ArgNo) const { 1841 if (auto *Ty = Attrs.getParamByValType(ArgNo)) 1844 return F->getAttributes().getParamByValType(ArgNo);
|
| H A D | Attributes.h | 845 Type *getParamByValType(unsigned ArgNo) const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXLowerArgs.cpp | 241 Type *StructType = Arg->getParamByValType(); in adjustByValArgAlignment() 320 Type *StructType = Arg->getParamByValType(); in handleByValParam()
|
| H A D | NVPTXAsmPrinter.cpp | 1638 Type *ETy = PAL.getParamByValType(paramIndex); in emitFunctionParamList()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SafeStack.cpp | 419 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 D | TailRecursionElimination.cpp | 593 Type *AggTy = CI->getParamByValType(OpndIdx); in copyByValueOperandIntoLocalTemp() 620 Type *AggTy = CI->getParamByValType(OpndIdx); in copyLocalTempOfByValueOperandIntoArguments()
|
| H A D | MemCpyOptimizer.cpp | 1817 Type *ByValTy = CB.getParamByValType(ArgNo); in processByValArgument()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CallPromotionUtils.cpp | 521 ArgAttrs.addByValAttr(Callee->getParamByValType(ArgNo)); in promoteCall()
|
| H A D | InlineFunction.cpp | 2241 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 D | ArgumentPromotion.cpp | 474 bool AreStoresAllowed = Arg->getParamByValType() && Arg->getParamAlign(); in findArgParts()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Function.cpp | 222 Type *Argument::getParamByValType() const { in getParamByValType() function in Argument 224 return getParent()->getParamByValType(getArgNo()); in getParamByValType()
|
| H A D | Attributes.cpp | 1543 Type *AttributeList::getParamByValType(unsigned Index) const { in getParamByValType() function in AttributeList
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 1961 ? 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 D | AddressSanitizer.cpp | 1447 Type *Ty = CI->getParamByValType(ArgNo); in getInterestingMemoryOperands() 3157 Type *Ty = Arg.getParamByValType(); in copyArgsPassedByValToAllocas()
|
| H A D | HWAddressSanitizer.cpp | 821 Type *Ty = CI->getParamByValType(ArgNo); in getInterestingMemoryOperands()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.cpp | 1034 EnumerateType(I.getParamByValType()); in incorporateFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILValueEnumerator.cpp | 1039 EnumerateType(I.getParamByValType()); in incorporateFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | StackSafetyAnalysis.cpp | 497 auto TypeSize = DL.getTypeStoreSize(CB.getParamByValType(ArgNo)); in analyzeAllUses()
|
| H A D | InlineCost.cpp | 2899 unsigned TypeSize = DL.getTypeSizeInBits(Call.getParamByValType(I)); in getCallsiteCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 1359 FieldType = A->getParamByValType(); in buildFrameType() 1800 ByValTy = Arg->getParamByValType(); in insertSpills()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 217 Type *ElementTy = FuncInfo.getParamByValType(ParamIdx); in setArgFlags()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 10963 FinalType = Arg.getParamByValType(); in LowerArguments()
|
| H A D | TargetLowering.cpp | 130 IndirectType = Call->getParamByValType(ArgIdx); in setAttributes()
|