/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Argument.h | 119 Type *getParamByValType() const;
|
H A D | Function.h | 488 Type *getParamByValType(unsigned ArgNo) const { in getParamByValType() function 489 return AttributeSets.getParamByValType(ArgNo); in getParamByValType()
|
H A D | InstrTypes.h | 1856 Type *getParamByValType(unsigned ArgNo) const { 1857 if (auto *Ty = Attrs.getParamByValType(ArgNo)) 1860 return F->getAttributes().getParamByValType(ArgNo);
|
H A D | Attributes.h | 888 Type *getParamByValType(unsigned ArgNo) const;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXLowerArgs.cpp | 330 Type *StructType = Arg->getParamByValType(); in adjustByValArgAlignment() 417 Type *StructType = Arg->getParamByValType(); in handleByValParam()
|
H A D | NVPTXAsmPrinter.cpp | 1649 Type *ETy = PAL.getParamByValType(paramIndex); in emitFunctionParamList()
|
/freebsd/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/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVUtils.h | 141 return Arg->getParamByValType(); in getPointeeTypeByAttr()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | TailRecursionElimination.cpp | 595 Type *AggTy = CI->getParamByValType(OpndIdx); in copyByValueOperandIntoLocalTemp() 622 Type *AggTy = CI->getParamByValType(OpndIdx); in copyLocalTempOfByValueOperandIntoArguments()
|
H A D | MemCpyOptimizer.cpp | 1885 Type *ByValTy = CB.getParamByValType(ArgNo); in processByValArgument()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CallPromotionUtils.cpp | 534 ArgAttrs.addByValAttr(Callee->getParamByValType(ArgNo)); in promoteCall()
|
H A D | InlineFunction.cpp | 2341 ActualArg = HandleByValArgument(CB.getParamByValType(ArgNo), ActualArg, in InlineFunction() 2346 {ActualArg, (Value *)*AI, CB.getParamByValType(ArgNo)}); in InlineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ArgumentPromotion.cpp | 503 bool AreStoresAllowed = Arg->getParamByValType() && Arg->getParamAlign(); in findArgParts()
|
H A D | ExpandVariadics.cpp | 676 Type *const UnderlyingType = IsByVal ? CB->getParamByValType(I) in expandCall()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Function.cpp | 232 Type *Argument::getParamByValType() const { in getParamByValType() function in Argument 234 return getParent()->getParamByValType(getArgNo()); in getParamByValType()
|
H A D | Attributes.cpp | 1680 Type *AttributeList::getParamByValType(unsigned Index) const { in getParamByValType() function in AttributeList
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 1985 ? DL.getTypeAllocSize(FArg.getParamByValType()) in getShadow() 1995 FArg.getParamAlign(), FArg.getParamByValType()); in getShadow() 4449 Size = DL.getTypeAllocSize(CB.getParamByValType(i)); in visitCallBase() 5084 Type *RealTy = CB.getParamByValType(ArgNo); in visitCallBase() 5604 Type *RealTy = CB.getParamByValType(ArgNo); in visitCallBase()
|
H A D | AddressSanitizer.cpp | 1527 Type *Ty = CI->getParamByValType(ArgNo); in getInterestingMemoryOperands() 3254 Type *Ty = Arg.getParamByValType(); in copyArgsPassedByValToAllocas()
|
H A D | HWAddressSanitizer.cpp | 855 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 | 1070 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()
|
H A D | InlineCost.cpp | 2904 unsigned TypeSize = DL.getTypeSizeInBits(Call.getParamByValType(I)); in getCallsiteCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 1363 FieldType = A->getParamByValType(); in buildFrameType() 1830 ByValTy = Arg->getParamByValType(); in insertSpills()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CallLowering.cpp | 239 Type *ElementTy = FuncInfo.getParamByValType(ParamIdx); in setArgFlags()
|