OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NoAlias
(Results
26 - 46
of
46
) sorted by null
1
2
/external/valgrind/VEX/priv/
ir_opt.c
[
all
...]
/external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp
[
all
...]
/external/llvm/lib/Analysis/
CFLAliasAnalysis.cpp
378
// TODO: Add support for
noalias
args/all the other fun function attributes
837
// that it exists so we can potentially answer
NoAlias
.
[
all
...]
MemoryBuiltins.cpp
53
// know which functions are nounwind,
noalias
, nocapture parameters, etc.
147
return CS && CS.hasFnAttr(Attribute::
NoAlias
);
160
///
NoAlias
pointer (including malloc/calloc/realloc/strdup-like functions).
163
// it's safe to consider realloc as
noalias
since accessing the original
DependenceAnalysis.cpp
[
all
...]
/external/llvm/lib/IR/
Function.cpp
137
/// hasNoAliasAttr - Return true if this argument has the
noalias
attribute on
142
hasAttribute(getArgNo()+1, Attribute::
NoAlias
);
[
all
...]
Metadata.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGCall.cpp
[
all
...]
/external/llvm/lib/CodeGen/
MachineInstr.cpp
606
// Print AA
noalias
scope info.
607
if (const MDNode *NoAliasInfo = getAAInfo().
NoAlias
) {
608
OS << "(
noalias
=";
[
all
...]
ScheduleDAGInstrs.cpp
634
return (AAResult !=
NoAlias
);
[
all
...]
CodeGenPrepare.cpp
[
all
...]
/external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp
51
STATISTIC(NumNoAlias, "Number of function returns marked
noalias
");
769
if (CS.paramHasAttr(0, Attribute::
NoAlias
))
785
/// Deduce
noalias
attributes for the SCC.
787
// Check each function in turn, determining which functions return
noalias
790
// Already
noalias
.
799
// We annotate
noalias
return values, which are only applicable to
[
all
...]
/external/llvm/include/llvm/IR/
Instructions.h
[
all
...]
/external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp
[
all
...]
/external/llvm/lib/Target/CppBackend/
CPPBackend.cpp
503
HANDLE_ATTR(
NoAlias
);
[
all
...]
/external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp
118
/// Similar reasoning also applies to the
noalias
attributes. gc.statepoint
119
/// can touch the entire heap including
noalias
objects.
[
all
...]
/external/llvm/lib/AsmParser/
LLParser.cpp
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
197
case Attribute::
NoAlias
:
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
53
// the return. Ignore
noalias
because it doesn't affect the call sequence.
56
.removeAttribute(Attribute::
NoAlias
).hasAttributes())
[
all
...]
DAGCombiner.cpp
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
[
all
...]
Completed in 1132 milliseconds
1
2