Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DArgument.h108 Type *getParamByValType() const;
H A DFunction.h449 Type *getParamByValType(unsigned ArgNo) const { in getParamByValType() function
450 return AttributeSets.getParamByValType(ArgNo); in getParamByValType()
H A DInstrTypes.h1761 Type *getParamByValType(unsigned ArgNo) const {
1762 if (auto *Ty = Attrs.getParamByValType(ArgNo))
1765 return F->getAttributes().getParamByValType(ArgNo);
H A DAttributes.h842 Type *getParamByValType(unsigned ArgNo) const;
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp238 Type *StructType = Arg->getParamByValType(); in adjustByValArgAlignment()
316 Type *StructType = Arg->getParamByValType(); in handleByValParam()
H A DNVPTXAsmPrinter.cpp1607 Type *ETy = PAL.getParamByValType(paramIndex); in emitFunctionParamList()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.cpp68 if (llvm::Type *ByValTy = call_inst->getParamByValType(i)) in isRSAllocationTyCallSite()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSafeStack.cpp420 uint64_t Size = DL.getTypeStoreSize(Arg.getParamByValType()); in findInsts()
520 Type *Ty = Arg->getParamByValType(); in moveStaticAllocasToUnsafeStack()
577 Type *Ty = Arg->getParamByValType(); in moveStaticAllocasToUnsafeStack()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp584 Type *AggTy = CI->getParamByValType(OpndIdx); in copyByValueOperandIntoLocalTemp()
611 Type *AggTy = CI->getParamByValType(OpndIdx); in copyLocalTempOfByValueOperandIntoArguments()
H A DMemCpyOptimizer.cpp1575 Type *ByValTy = CB.getParamByValType(ArgNo); in processByValArgument()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp520 ArgAttrs.addByValAttr(Callee->getParamByValType(ArgNo)); in promoteCall()
H A DInlineFunction.cpp2189 ActualArg = HandleByValArgument(CB.getParamByValType(ArgNo), ActualArg, in InlineFunction()
2194 {ActualArg, (Value *)*AI, CB.getParamByValType(ArgNo)}); in InlineFunction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp476 bool AreStoresAllowed = Arg->getParamByValType() && Arg->getParamAlign(); in findArgParts()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp200 Type *Argument::getParamByValType() const { in getParamByValType() function in Argument
202 return getParent()->getParamByValType(getArgNo()); in getParamByValType()
H A DAttributes.cpp1514 Type *AttributeList::getParamByValType(unsigned Index) const { in getParamByValType() function in AttributeList
/openbsd-src/gnu/llvm/llvm/docs/
H A DOpaquePointers.rst166 * To get the type of a byval argument, use ``getParamByValType()``. Similar
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1887 ? DL.getTypeAllocSize(FArg.getParamByValType()) in getShadow()
1897 FArg.getParamAlign(), FArg.getParamByValType()); in getShadow()
4115 Size = DL.getTypeAllocSize(CB.getParamByValType(i)); in visitCallBase()
4660 Type *RealTy = CB.getParamByValType(ArgNo); in visitCallBase()
5265 Type *RealTy = CB.getParamByValType(ArgNo); in visitCallBase()
H A DAddressSanitizer.cpp1352 Type *Ty = CI->getParamByValType(ArgNo); in getInterestingMemoryOperands()
2981 Type *Ty = Arg.getParamByValType(); in copyArgsPassedByValToAllocas()
H A DHWAddressSanitizer.cpp771 Type *Ty = CI->getParamByValType(ArgNo); in getInterestingMemoryOperands()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp1034 EnumerateType(I.getParamByValType()); in incorporateFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp1039 EnumerateType(I.getParamByValType()); in incorporateFunction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1211 FieldType = A->getParamByValType(); in buildFrameType()
1662 ByValTy = Arg->getParamByValType(); in insertSpills()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp487 auto TypeSize = DL.getTypeStoreSize(CB.getParamByValType(ArgNo)); in analyzeAllUses()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp210 Type *ElementTy = FuncInfo.getParamByValType(ParamIdx); in setArgFlags()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2945 Type *DstElemTy = Call.getParamByValType(ix); in isSafeToEliminateVarargsCast()
3506 Type *CurElTy = Call.getParamByValType(i); in transformConstExprCastCall()

12