Home
last modified time | relevance | path

Searched refs:getParamAttributes (Results 1 – 19 of 19) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp191 ArgAttrs.push_back(PAL.getParamAttributes(ArgNo)); in DeleteDeadVarargs()
765 ArgAttrVec.push_back(PAL.getParamAttributes(ArgI)); in RemoveDeadStuffFromFunction()
906 AttributeSet Attrs = CallPAL.getParamAttributes(Pi); in RemoveDeadStuffFromFunction()
925 ArgAttrVec.push_back(CallPAL.getParamAttributes(Pi)); in RemoveDeadStuffFromFunction()
H A DArgumentPromotion.cpp151 ArgAttrVec.push_back(PAL.getParamAttributes(ArgNo)); in doPromotion()
260 ArgAttrVec.push_back(CallPAL.getParamAttributes(ArgNo)); in doPromotion()
328 ArgAttrVec.push_back(CallPAL.getParamAttributes(ArgNo)); in doPromotion()
H A DAttributor.cpp2160 OldFnAttributeList.getParamAttributes(Arg.getArgNo())); in rewriteFunctionSignatures()
2237 OldCallAttributeList.getParamAttributes(OldArgNum)); in rewriteFunctionSignatures()
H A DWholeProgramDevirt.cpp1364 NewArgAttrs.push_back(Attrs.getParamAttributes(I)); in applyICallBranchFunnel()
H A DOpenMPOpt.cpp1046 for (const Attribute &A : CI->getAttributes().getParamAttributes(U)) in mergeParallelRegions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp488 AttrBuilder ArgAttrs(CallerPAL.getParamAttributes(ArgNo)); in promoteCall()
499 NewArgAttrs.push_back(CallerPAL.getParamAttributes(ArgNo)); in promoteCall()
H A DCloneFunction.cpp119 OldAttrs.getParamAttributes(OldArg.getArgNo()); in CloneFunctionInto()
H A DInlineFunction.cpp2105 VarArgsAttrs.push_back(CB.getAttributes().getParamAttributes(i)); in InlineFunction()
2138 ArgAttrs.push_back(Attrs.getParamAttributes(ArgNo)); in InlineFunction()
H A DSimplifyLibCalls.cpp580 CI->getAttributes().getParamAttributes(0).getAlignment().valueOrOne(); in optimizeStrNCpy()
582 AttrBuilder ArgAttrs(CI->getAttributes().getParamAttributes(0)); in optimizeStrNCpy()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2649 if (AttrBuilder(CallerPAL.getParamAttributes(i)) in transformConstExprCastCall()
2732 AttrBuilder AB(CallerPAL.getParamAttributes(i)); in transformConstExprCastCall()
2736 ArgAttrs.push_back(CallerPAL.getParamAttributes(i)); in transformConstExprCastCall()
2763 ArgAttrs.push_back(CallerPAL.getParamAttributes(i)); in transformConstExprCastCall()
2869 AttributeSet AS = NestAttrs.getParamAttributes(NestArgNo); in transformCallThroughTrampoline()
2905 NewArgAttrs.push_back(Attrs.getParamAttributes(ArgNo)); in transformCallThroughTrampoline()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h623 AttributeSet getParamAttributes(unsigned ArgNo) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3741 AttributeSet ArgAttrs = Attrs.getParamAttributes(I); in printFunction()
3753 printArgument(&Arg, Attrs.getParamAttributes(Arg.getArgNo())); in printFunction()
4148 writeParamOperand(CI->getArgOperand(op), PAL.getParamAttributes(op)); in printInstruction()
4193 writeParamOperand(II->getArgOperand(op), PAL.getParamAttributes(op)); in printInstruction()
4233 writeParamOperand(CBI->getArgOperand(op), PAL.getParamAttributes(op)); in printInstruction()
H A DFunction.cpp180 getParent()->getAttributes().getParamAttributes(getArgNo()); in getPassPointeeByValueCopySize()
188 getParent()->getAttributes().getParamAttributes(getArgNo()); in getPointeeInMemoryValueType()
H A DVerifier.cpp1877 AttributeSet ArgAttrs = Attrs.getParamAttributes(i); in verifyFunctionAttrs()
2171 AttributeSet ArgAttrs = Attrs.getParamAttributes(5 + i); in verifyStatepoint()
3162 AttributeSet ArgAttrs = Attrs.getParamAttributes(Idx); in visitCallBase()
3326 Attribute Attr = Attrs.getParamAttributes(I).getAttribute(AK); in getParameterABIAttributes()
H A DAttributes.cpp1375 AttributeSet AttributeList::getParamAttributes(unsigned ArgNo) const { in getParamAttributes() function in AttributeList
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp454 ArgAttributes.push_back(InvokeAL.getParamAttributes(I)); in wrapInvoke()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp352 ArgumentAttributes[TransformedIndex] = CallSiteAttrs.getParamAttributes(I); in transformFunctionAttributes()
359 ArgumentAttributes.push_back(CallSiteAttrs.getParamAttributes(I)); in transformFunctionAttributes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp51 ArgAttrs.emplace_back(Attrs.getParamAttributes(ArgNo)); in addAttributes()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp4750 newArgAttrs.push_back(oldAttrs.getParamAttributes(argNo)); in replaceUsesOfNonProtoConstant()