OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeParamAttr
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IntrinsicInst.h
640
removeParamAttr
(ARG_DEST, Attribute::Alignment);
646
removeParamAttr
(ARG_DEST, Attribute::Alignment);
707
BaseCL::
removeParamAttr
(ARG_SOURCE, Attribute::Alignment);
713
BaseCL::
removeParamAttr
(ARG_SOURCE, Attribute::Alignment);
Function.h
431
void
removeParamAttr
(unsigned ArgNo, Attribute::AttrKind Kind);
434
void
removeParamAttr
(unsigned ArgNo, StringRef Kind);
InstrTypes.h
1543
void
removeParamAttr
(unsigned ArgNo, Attribute::AttrKind Kind) {
1551
void
removeParamAttr
(unsigned ArgNo, StringRef Kind) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SCCP.cpp
641
F->
removeParamAttr
(A.getArgNo(), Attribute::Returned);
648
CB->
removeParamAttr
(CB->getArgOperandNo(&Arg), Attribute::Returned);
CallSiteSplitting.cpp
104
CB.
removeParamAttr
(ArgNo, Attribute::NonNull);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp
935
F->
removeParamAttr
(ArgNo, Attribute::StructRet);
939
CB.
removeParamAttr
(ArgNo, Attribute::StructRet);
Attributor.cpp
1290
CB->
removeParamAttr
(Idx, Attribute::NoUndef);
1294
Fn->
removeParamAttr
(Idx, Attribute::NoUndef);
/src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp
301
getParent()->
removeParamAttr
(getArgNo(), Kind);
587
void Function::
removeParamAttr
(unsigned ArgNo, Attribute::AttrKind Kind) {
593
void Function::
removeParamAttr
(unsigned ArgNo, StringRef Kind) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp
151
CI->
removeParamAttr
(ArgNo, Attribute::Dereferenceable);
154
CI->
removeParamAttr
(ArgNo, Attribute::DereferenceableOrNull);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp
1554
Arg->getParent()->
removeParamAttr
(Arg->getArgNo(), Attribute::NoCapture);
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
3376
Func->
removeParamAttr
(i, Kind);
3864
CB->
removeParamAttr
(i, Kind);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
2315
Call.
removeParamAttr
(ix, Attribute::ByVal);
Completed in 83 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026