OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:noalias
(Results
226 - 250
of
412
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/eigen/doc/
A05_PortingFrom2To3.dox
264
\section LazyVsNoalias Lazy evaluation and
noalias
268
easy to determine where to put the lazy() function. In Eigen3, the lazy() feature has been superseded by the MatrixBase::
noalias
() function
273
c.
noalias
() += 2 * a.transpose() * b;
275
However, the
noalias
mechanism does not cover all the features of the old .lazy(). Indeed, in some extremely rare cases,
/external/llvm/bindings/python/llvm/
enumerations.py
40
('
NoAlias
', 1 << 6),
/external/llvm/include/llvm/IR/
Argument.h
69
/// \brief Return true if this argument has the
noalias
attribute on it in its
/external/llvm/test/CodeGen/ARM/
2009-11-01-NeonMoves.ll
8
define arm_aapcs_vfpcc void @bar(%foo*
noalias
sret %agg.result, <4 x float> %quat.0) nounwind {
2009-12-02-vtrn-undef.ll
9
define void @t(%struct.int16x8x2_t*
noalias
nocapture sret %agg.result, <8 x i16> %tmp.0, %struct.int16x8x2_t* nocapture %dst) nounwind {
sjlj-prepare-critical-edge.ll
9
define
noalias
i8* @foo(i8* nocapture %inRefURL) noreturn ssp {
2011-02-04-AntidepMultidef.ll
18
%0 = call
noalias
i8* @malloc() nounwind
126
declare
noalias
i8* @malloc() nounwind
2010-08-04-StackVariable.ll
6
define i32 @_Z3fooi4SVal(i32 %i, %struct.SVal*
noalias
%location) nounwind ssp {
67
%8 = call i32 @_Z3fooi4SVal(i32 2, %struct.SVal*
noalias
%0) nounwind, !dbg !43 ; <i32> [#uses=0]
/external/llvm/test/CodeGen/X86/
2010-02-23-RematImplicitSubreg.ll
14
define
noalias
i8* @foo() nounwind ssp {
2010-09-30-CMOV-JumpTable-PHI.ll
19
define hidden zeroext i8 @f(i8* %this, i8* %Name.0, i32 %Name.1, i8*
noalias
%NameLoc, i8* %Operands) nounwind align 2 {
2012-01-10-UndefExceptionEdge.ll
30
%tmp10 = invoke
noalias
i8* @_Znam(i32 undef) optsize
145
declare
noalias
i8* @_Znam(i32) optsize
select.ll
248
declare
noalias
i8* @_Znam(i64) noredzone
250
define
noalias
i8* @test12(i64 %count) nounwind ssp noredzone {
256
%call = tail call
noalias
i8* @_Znam(i64 %D) nounwind noredzone
2010-08-04-StackVariable.ll
6
define i32 @_Z3fooi4SVal(i32 %i, %struct.SVal*
noalias
%location) nounwind ssp {
67
%8 = call i32 @_Z3fooi4SVal(i32 2, %struct.SVal*
noalias
%0) nounwind, !dbg !43 ; <i32> [#uses=0]
/external/llvm/test/Transforms/BBVectorize/X86/
sh-rec.ll
52
declare
noalias
i8* @malloc() nounwind
/external/llvm/test/Transforms/GlobalOpt/
heap-sra-phi.ll
17
declare
noalias
i8* @malloc(i64)
/external/llvm/test/Transforms/MergeFunc/
vector.ll
66
declare
noalias
i8* @_Znwm(i64)