Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp413 AttrBuilder ArgAttrs(CallerPAL.getParamAttributes(ArgNo)); in promoteCall()
418 NewArgAttrs.push_back(CallerPAL.getParamAttributes(ArgNo)); in promoteCall()
H A DCloneFunction.cpp119 OldAttrs.getParamAttributes(OldArg.getArgNo()); in CloneFunctionInto()
H A DInlineFunction.cpp1829 VarArgsAttrs.push_back(CS.getAttributes().getParamAttributes(i)); in InlineFunction()
1862 ArgAttrs.push_back(Attrs.getParamAttributes(ArgNo)); in InlineFunction()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp191 ArgAttrs.push_back(PAL.getParamAttributes(ArgNo)); in DeleteDeadVarargs()
759 ArgAttrVec.push_back(PAL.getParamAttributes(i)); in RemoveDeadStuffFromFunction()
901 AttributeSet Attrs = CallPAL.getParamAttributes(i); in RemoveDeadStuffFromFunction()
920 ArgAttrVec.push_back(CallPAL.getParamAttributes(i)); in RemoveDeadStuffFromFunction()
H A DArgumentPromotion.cpp151 ArgAttrVec.push_back(PAL.getParamAttributes(ArgNo)); in doPromotion()
255 ArgAttrVec.push_back(CallPAL.getParamAttributes(ArgNo)); in doPromotion()
318 ArgAttrVec.push_back(CallPAL.getParamAttributes(ArgNo)); in doPromotion()
H A DMergeFunctions.cpp470 NewArgAttrs.push_back(NewPAL.getParamAttributes(argIdx)); in replaceDirectCallers()
H A DWholeProgramDevirt.cpp950 NewArgAttrs.push_back(Attrs.getParamAttributes(I)); in applyICallBranchFunnel()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DAttributes.h531 AttributeSet getParamAttributes(unsigned ArgNo) const;
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4409 if (AttrBuilder(CallerPAL.getParamAttributes(i)) in transformConstExprCastCall()
4487 ArgAttrs.push_back(CallerPAL.getParamAttributes(i)); in transformConstExprCastCall()
4514 ArgAttrs.push_back(CallerPAL.getParamAttributes(i)); in transformConstExprCastCall()
4621 AttributeSet AS = NestAttrs.getParamAttributes(NestArgNo); in transformCallThroughTrampoline()
4658 NewArgAttrs.push_back(Attrs.getParamAttributes(ArgNo)); in transformCallThroughTrampoline()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp437 ArgAttributes.push_back(InvokeAL.getParamAttributes(i)); in wrapInvoke()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp264 ArgumentAttributes[TransformedIndex] = CallSiteAttrs.getParamAttributes(i); in TransformFunctionAttributes()
270 ArgumentAttributes.push_back(CallSiteAttrs.getParamAttributes(i)); in TransformFunctionAttributes()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DAsmWriter.cpp3386 AttributeSet ArgAttrs = Attrs.getParamAttributes(I); in printFunction()
3396 printArgument(&Arg, Attrs.getParamAttributes(Arg.getArgNo())); in printFunction()
3782 writeParamOperand(CI->getArgOperand(op), PAL.getParamAttributes(op)); in printInstruction()
3827 writeParamOperand(II->getArgOperand(op), PAL.getParamAttributes(op)); in printInstruction()
H A DAttributes.cpp1190 AttributeSet AttributeList::getParamAttributes(unsigned ArgNo) const { in getParamAttributes() function in AttributeList
H A DVerifier.cpp1687 AttributeSet ArgAttrs = Attrs.getParamAttributes(i); in verifyFunctionAttrs()
1972 AttributeSet ArgAttrs = Attrs.getParamAttributes(5 + i); in verifyStatepoint()
2840 AttributeSet ArgAttrs = Attrs.getParamAttributes(Idx); in visitCallBase()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp3910 newArgAttrs.push_back(oldAttrs.getParamAttributes(argNo)); in replaceUsesOfNonProtoConstant()