| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 191 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 D | ArgumentPromotion.cpp | 151 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 D | Attributor.cpp | 2160 OldFnAttributeList.getParamAttributes(Arg.getArgNo())); in rewriteFunctionSignatures() 2237 OldCallAttributeList.getParamAttributes(OldArgNum)); in rewriteFunctionSignatures()
|
| H A D | WholeProgramDevirt.cpp | 1364 NewArgAttrs.push_back(Attrs.getParamAttributes(I)); in applyICallBranchFunnel()
|
| H A D | OpenMPOpt.cpp | 1046 for (const Attribute &A : CI->getAttributes().getParamAttributes(U)) in mergeParallelRegions()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CallPromotionUtils.cpp | 488 AttrBuilder ArgAttrs(CallerPAL.getParamAttributes(ArgNo)); in promoteCall() 499 NewArgAttrs.push_back(CallerPAL.getParamAttributes(ArgNo)); in promoteCall()
|
| H A D | CloneFunction.cpp | 119 OldAttrs.getParamAttributes(OldArg.getArgNo()); in CloneFunctionInto()
|
| H A D | InlineFunction.cpp | 2105 VarArgsAttrs.push_back(CB.getAttributes().getParamAttributes(i)); in InlineFunction() 2138 ArgAttrs.push_back(Attrs.getParamAttributes(ArgNo)); in InlineFunction()
|
| H A D | SimplifyLibCalls.cpp | 580 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 D | InstCombineCalls.cpp | 2649 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 D | Attributes.h | 623 AttributeSet getParamAttributes(unsigned ArgNo) const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 3741 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 D | Function.cpp | 180 getParent()->getAttributes().getParamAttributes(getArgNo()); in getPassPointeeByValueCopySize() 188 getParent()->getAttributes().getParamAttributes(getArgNo()); in getPointeeInMemoryValueType()
|
| H A D | Verifier.cpp | 1877 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 D | Attributes.cpp | 1375 AttributeSet AttributeList::getParamAttributes(unsigned ArgNo) const { in getParamAttributes() function in AttributeList
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 454 ArgAttributes.push_back(InvokeAL.getParamAttributes(I)); in wrapInvoke()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 352 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 D | OMPIRBuilder.cpp | 51 ArgAttrs.emplace_back(Attrs.getParamAttributes(ArgNo)); in addAttributes()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 4750 newArgAttrs.push_back(oldAttrs.getParamAttributes(argNo)); in replaceUsesOfNonProtoConstant()
|