OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NoCapture
(Results
1 - 19
of
19
) sorted by null
/external/llvm/utils/TableGen/
CodeGenIntrinsics.h
80
NoCapture
,
CodeGenTarget.cpp
552
else if (Property->isSubClassOf("
NoCapture
")) {
554
ArgumentAttributes.push_back(std::make_pair(ArgNo,
NoCapture
));
IntrinsicEmitter.cpp
597
case CodeGenIntrinsic::
NoCapture
:
598
OS << " AttrVec.push_back(Attribute::
NoCapture
);\n";
/external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp
42
AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::
NoCapture
);
71
AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::
NoCapture
);
127
AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::
NoCapture
);
128
AS[1] = AttributeSet::get(M->getContext(), 2, Attribute::
NoCapture
);
160
AS[0] = AttributeSet::get(M->getContext(), 2, Attribute::
NoCapture
);
184
AS[0] = AttributeSet::get(M->getContext(), 2, Attribute::
NoCapture
);
267
AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::
NoCapture
);
268
AS[1] = AttributeSet::get(M->getContext(), 2, Attribute::
NoCapture
);
348
AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::
NoCapture
);
372
AS[0] = AttributeSet::get(M->getContext(), 2, Attribute::
NoCapture
);
[
all
...]
SimplifyLibCalls.cpp
803
CI->addAttribute(1, Attribute::
NoCapture
);
[
all
...]
/art/compiler/llvm/
intrinsic_helper.cc
101
// 2. Add "
nocapture
" and "noalias" attribute to the arguments in all
154
// Add "noalias" and "
nocapture
" attribute to all arguments of pointer type
159
attributes.push_back(::llvm::Attribute::
NoCapture
);
/external/llvm/lib/Transforms/ObjCARC/
ARCRuntimeEntryPoints.h
173
Attr = Attr.addAttribute(C, 1, Attribute::
NoCapture
);
/external/llvm/include/llvm/IR/
Function.h
315
return AttributeSets.hasAttribute(n, Attribute::
NoCapture
);
318
addAttribute(n, Attribute::
NoCapture
);
Attributes.h
81
NoCapture
, ///< Function creates no aliases of pointer
/external/llvm/include/llvm/Support/
CallSite.h
252
return paramHasAttr(ArgNo + 1, Attribute::
NoCapture
);