Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp191 ArgAttrs.push_back(PAL.getParamAttributes(ArgNo)); in DeleteDeadVarargs()
764 ArgAttrVec.push_back(PAL.getParamAttributes(ArgI)); in RemoveDeadStuffFromFunction()
905 AttributeSet Attrs = CallPAL.getParamAttributes(Pi); in RemoveDeadStuffFromFunction()
924 ArgAttrVec.push_back(CallPAL.getParamAttributes(Pi)); in RemoveDeadStuffFromFunction()
H A DArgumentPromotion.cpp152 ArgAttrVec.push_back(PAL.getParamAttributes(ArgNo)); in doPromotion()
261 ArgAttrVec.push_back(CallPAL.getParamAttributes(ArgNo)); in doPromotion()
329 ArgAttrVec.push_back(CallPAL.getParamAttributes(ArgNo)); in doPromotion()
H A DAttributor.cpp1724 OldFnAttributeList.getParamAttributes(Arg.getArgNo())); in rewriteFunctionSignatures()
1800 OldCallAttributeList.getParamAttributes(OldArgNum)); in rewriteFunctionSignatures()
H A DOpenMPOpt.cpp863 for (const Attribute &A : CI->getAttributes().getParamAttributes(U)) in mergeParallelRegions()
H A DWholeProgramDevirt.cpp1355 NewArgAttrs.push_back(Attrs.getParamAttributes(I)); in applyICallBranchFunnel()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp488 AttrBuilder ArgAttrs(CallerPAL.getParamAttributes(ArgNo)); in promoteCall()
502 NewArgAttrs.push_back(CallerPAL.getParamAttributes(ArgNo)); in promoteCall()
H A DCloneFunction.cpp120 OldAttrs.getParamAttributes(OldArg.getArgNo()); in CloneFunctionInto()
H A DInlineFunction.cpp2102 VarArgsAttrs.push_back(CB.getAttributes().getParamAttributes(i)); in InlineFunction()
2135 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()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2553 if (AttrBuilder(CallerPAL.getParamAttributes(i)) in transformConstExprCastCall()
2636 AttrBuilder AB(CallerPAL.getParamAttributes(i)); in transformConstExprCastCall()
2640 ArgAttrs.push_back(CallerPAL.getParamAttributes(i)); in transformConstExprCastCall()
2667 ArgAttrs.push_back(CallerPAL.getParamAttributes(i)); in transformConstExprCastCall()
2773 AttributeSet AS = NestAttrs.getParamAttributes(NestArgNo); in transformCallThroughTrampoline()
2809 NewArgAttrs.push_back(Attrs.getParamAttributes(ArgNo)); in transformCallThroughTrampoline()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h616 AttributeSet getParamAttributes(unsigned ArgNo) const;
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp3753 AttributeSet ArgAttrs = Attrs.getParamAttributes(I); in printFunction()
3765 printArgument(&Arg, Attrs.getParamAttributes(Arg.getArgNo())); in printFunction()
4161 writeParamOperand(CI->getArgOperand(op), PAL.getParamAttributes(op)); in printInstruction()
4206 writeParamOperand(II->getArgOperand(op), PAL.getParamAttributes(op)); in printInstruction()
4246 writeParamOperand(CBI->getArgOperand(op), PAL.getParamAttributes(op)); in printInstruction()
H A DFunction.cpp181 getParent()->getAttributes().getParamAttributes(getArgNo()); in getPassPointeeByValueCopySize()
189 getParent()->getAttributes().getParamAttributes(getArgNo()); in getPointeeInMemoryValueType()
H A DVerifier.cpp1946 AttributeSet ArgAttrs = Attrs.getParamAttributes(i); in verifyFunctionAttrs()
2262 AttributeSet ArgAttrs = Attrs.getParamAttributes(5 + i); in verifyStatepoint()
3238 AttributeSet ArgAttrs = Attrs.getParamAttributes(Idx); in visitCallBase()
H A DAttributes.cpp1555 AttributeSet AttributeList::getParamAttributes(unsigned ArgNo) const { in getParamAttributes() function in AttributeList
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp444 ArgAttributes.push_back(InvokeAL.getParamAttributes(I)); in wrapInvoke()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp363 ArgumentAttributes[TransformedIndex] = CallSiteAttrs.getParamAttributes(I); in transformFunctionAttributes()
370 ArgumentAttributes.push_back(CallSiteAttrs.getParamAttributes(I)); in transformFunctionAttributes()
/netbsd/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp50 ArgAttrs.emplace_back(Attrs.getParamAttributes(ArgNo)); in addAttributes()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp4720 newArgAttrs.push_back(oldAttrs.getParamAttributes(argNo)); in replaceUsesOfNonProtoConstant()