Searched refs:getParamAttributes (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp491 AttrBuilder ArgAttrs(CallerPAL.getParamAttributes(ArgNo));
505 NewArgAttrs.push_back(CallerPAL.getParamAttributes(ArgNo));
H A DCloneFunction.cpp115 OldAttrs.getParamAttributes(OldArg.getArgNo());
H A DInlineFunction.cpp1957 VarArgsAttrs.push_back(CB.getAttributes().getParamAttributes(i));
1990 ArgAttrs.push_back(Attrs.getParamAttributes(ArgNo));
H A DSimplifyLibCalls.cpp606 AttrBuilder ArgAttrs(CI->getAttributes().getParamAttributes(0));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp191 ArgAttrs.push_back(PAL.getParamAttributes(ArgNo));
761 ArgAttrVec.push_back(PAL.getParamAttributes(ArgI));
902 AttributeSet Attrs = CallPAL.getParamAttributes(Pi);
921 ArgAttrVec.push_back(CallPAL.getParamAttributes(Pi));
H A DArgumentPromotion.cpp152 ArgAttrVec.push_back(PAL.getParamAttributes(ArgNo));
256 ArgAttrVec.push_back(CallPAL.getParamAttributes(ArgNo));
320 ArgAttrVec.push_back(CallPAL.getParamAttributes(ArgNo));
H A DAttributor.cpp1499 OldFnAttributeList.getParamAttributes(Arg.getArgNo()));
1575 OldCallAttributeList.getParamAttributes(OldArgNum));
H A DWholeProgramDevirt.cpp1300 NewArgAttrs.push_back(Attrs.getParamAttributes(I));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h555 AttributeSet getParamAttributes(unsigned ArgNo) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4823 if (AttrBuilder(CallerPAL.getParamAttributes(i))
4903 AttrBuilder AB(CallerPAL.getParamAttributes(i));
4907 ArgAttrs.push_back(CallerPAL.getParamAttributes(i));
4934 ArgAttrs.push_back(CallerPAL.getParamAttributes(i));
5040 AttributeSet AS = NestAttrs.getParamAttributes(NestArgNo);
5076 NewArgAttrs.push_back(Attrs.getParamAttributes(ArgNo));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp431 ArgAttributes.push_back(InvokeAL.getParamAttributes(I));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3594 AttributeSet ArgAttrs = Attrs.getParamAttributes(I);
3606 printArgument(&Arg, Attrs.getParamAttributes(Arg.getArgNo()));
4002 writeParamOperand(CI->getArgOperand(op), PAL.getParamAttributes(op));
4047 writeParamOperand(II->getArgOperand(op), PAL.getParamAttributes(op));
4087 writeParamOperand(CBI->getArgOperand(op), PAL.getParamAttributes(op));
H A DAttributes.cpp1391 AttributeSet AttributeList::getParamAttributes(unsigned ArgNo) const { function in class:AttributeList
H A DFunction.cpp134 = getParent()->getAttributes().getParamAttributes(getArgNo());
H A DVerifier.cpp1786 AttributeSet ArgAttrs = Attrs.getParamAttributes(i);
2089 AttributeSet ArgAttrs = Attrs.getParamAttributes(5 + i);
3049 AttributeSet ArgAttrs = Attrs.getParamAttributes(Idx);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp279 ArgumentAttributes[TransformedIndex] = CallSiteAttrs.getParamAttributes(i);
285 ArgumentAttributes.push_back(CallSiteAttrs.getParamAttributes(i));
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp4420 newArgAttrs.push_back(oldAttrs.getParamAttributes(argNo));

Completed in 201 milliseconds