OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getParamAttributes
(Results
1 - 19
of
19
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CallPromotionUtils.cpp
488
AttrBuilder ArgAttrs(CallerPAL.
getParamAttributes
(ArgNo));
502
NewArgAttrs.push_back(CallerPAL.
getParamAttributes
(ArgNo));
CloneFunction.cpp
120
OldAttrs.
getParamAttributes
(OldArg.getArgNo());
InlineFunction.cpp
2102
VarArgsAttrs.push_back(CB.getAttributes().
getParamAttributes
(i));
2135
ArgAttrs.push_back(Attrs.
getParamAttributes
(ArgNo));
SimplifyLibCalls.cpp
580
CI->getAttributes().
getParamAttributes
(0).getAlignment().valueOrOne();
582
AttrBuilder ArgAttrs(CI->getAttributes().
getParamAttributes
(0));
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp
191
ArgAttrs.push_back(PAL.
getParamAttributes
(ArgNo));
764
ArgAttrVec.push_back(PAL.
getParamAttributes
(ArgI));
905
AttributeSet Attrs = CallPAL.
getParamAttributes
(Pi);
924
ArgAttrVec.push_back(CallPAL.
getParamAttributes
(Pi));
ArgumentPromotion.cpp
152
ArgAttrVec.push_back(PAL.
getParamAttributes
(ArgNo));
261
ArgAttrVec.push_back(CallPAL.
getParamAttributes
(ArgNo));
329
ArgAttrVec.push_back(CallPAL.
getParamAttributes
(ArgNo));
Attributor.cpp
1724
OldFnAttributeList.
getParamAttributes
(Arg.getArgNo()));
1800
OldCallAttributeList.
getParamAttributes
(OldArgNum));
OpenMPOpt.cpp
863
for (const Attribute &A : CI->getAttributes().
getParamAttributes
(U))
WholeProgramDevirt.cpp
1355
NewArgAttrs.push_back(Attrs.
getParamAttributes
(I));
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
2553
if (AttrBuilder(CallerPAL.
getParamAttributes
(i))
2636
AttrBuilder AB(CallerPAL.
getParamAttributes
(i));
2640
ArgAttrs.push_back(CallerPAL.
getParamAttributes
(i));
2667
ArgAttrs.push_back(CallerPAL.
getParamAttributes
(i));
2773
AttributeSet AS = NestAttrs.
getParamAttributes
(NestArgNo);
2809
NewArgAttrs.push_back(Attrs.
getParamAttributes
(ArgNo));
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Attributes.h
616
AttributeSet
getParamAttributes
(unsigned ArgNo) const;
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyLowerEmscriptenEHSjLj.cpp
444
ArgAttributes.push_back(InvokeAL.
getParamAttributes
(I));
/src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp
3753
AttributeSet ArgAttrs = Attrs.
getParamAttributes
(I);
3765
printArgument(&Arg, Attrs.
getParamAttributes
(Arg.getArgNo()));
4161
writeParamOperand(CI->getArgOperand(op), PAL.
getParamAttributes
(op));
4206
writeParamOperand(II->getArgOperand(op), PAL.
getParamAttributes
(op));
4246
writeParamOperand(CBI->getArgOperand(op), PAL.
getParamAttributes
(op));
Function.cpp
181
getParent()->getAttributes().
getParamAttributes
(getArgNo());
189
getParent()->getAttributes().
getParamAttributes
(getArgNo());
Verifier.cpp
1946
AttributeSet ArgAttrs = Attrs.
getParamAttributes
(i);
2262
AttributeSet ArgAttrs = Attrs.
getParamAttributes
(5 + i);
3238
AttributeSet ArgAttrs = Attrs.
getParamAttributes
(Idx);
Attributes.cpp
1555
AttributeSet AttributeList::
getParamAttributes
(unsigned ArgNo) const {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp
363
ArgumentAttributes[TransformedIndex] = CallSiteAttrs.
getParamAttributes
(I);
370
ArgumentAttributes.push_back(CallSiteAttrs.
getParamAttributes
(I));
/src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
OMPIRBuilder.cpp
50
ArgAttrs.emplace_back(Attrs.
getParamAttributes
(ArgNo));
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp
4720
newArgAttrs.push_back(oldAttrs.
getParamAttributes
(argNo));
Completed in 67 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026