/external/llvm/test/CodeGen/ARM/ |
struct-byval-frame-index.ll | 3 ; Check a spill right after a function call with large struct byval is correctly 147 tail call void @RestoreMVBlock8x8(i32 1, i32 0, %structN* byval @tr8x8, i32 0) #0 148 tail call void @RestoreMVBlock8x8(i32 1, i32 2, %structN* byval @tr8x8, i32 0) #0 149 tail call void @RestoreMVBlock8x8(i32 1, i32 3, %structN* byval @tr8x8, i32 0) #0 216 declare void @RestoreMVBlock8x8(i32, i32, %structN* byval nocapture, i32) #1
|
/external/llvm/test/Transforms/InstCombine/ |
memcpy-from-global.ll | 85 call void @baz(i8* byval %a) 87 ; CHECK-NEXT: call void @baz(i8* byval getelementptr inbounds (%T* @G, i64 0, i32 0)) 97 call void @baz(i8* byval %a) 99 ; CHECK-NEXT: call void @baz(i8* byval getelementptr inbounds (%T* @G, i64 0, i32 0)) 104 declare void @baz(i8* byval)
|
/external/llvm/include/llvm/CodeGen/ |
FunctionLoweringInfo.h | 79 /// ByValArgFrameIndexMap - Keep track of frame indices for byval arguments. 202 /// setArgumentFrameIndex - Record frame index for the byval 206 /// getArgumentFrameIndex - Get frame index for the byval argument.
|
/external/clang/test/CodeGen/ |
arm-aapcs-vfp.c | 98 // CHECK: define arm_aapcs_vfpcc void @f33(%struct.s33* byval %s)
|
regparm-struct.c | 173 // CHECK: declare void @f18(%struct.s13* byval align 4, i32 inreg, i32 inreg, i32 inreg)
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
freebasic.php | 48 "bitreset", "bitset", "bload", "bsave", "byref", "byte", "byval", "call",
|
oobas.php | 55 'dim','private','public','global','as','if','redim','true','set','byval',
|
vb.php | 61 'Boolean', 'ByRef', 'Byte', 'ByVal', 'Call', 'Case', 'CBool',
|
asp.php | 57 'ByVal', 'ByRef', 'End', 'Private', 'Public', 'If', 'Then', 'Else', 'ElseIf', 'Case', 'With', 'NOT',
|
dcs.php | 109 'and', 'as', 'begin', 'boolean', 'byref', 'byval', 'call', 'case', 'date',
|
lotusscript.php | 97 'CDat', 'CCur', 'CByte', 'CBool', 'Case', 'Call', 'ByVal', 'Byte',
|
qbasic.php | 71 'BASE', 'BEEP', 'BINARY', 'BLOAD', 'BSAVE', 'BYVAL',
|
vbnet.php | 68 'AndAlso', 'As', 'ADDHANDLER', 'ASSEMBLY', 'AUTO', 'Binary', 'ByRef', 'ByVal', 'BEGINEPILOGUE',
|
/external/llvm/bindings/python/llvm/ |
enumerations.py | 41 ('ByVal', 1 << 7),
|
/external/llvm/lib/Target/MSP430/ |
MSP430CallingConv.td | 27 // Pass by value if the byval attribute is given
|
/external/llvm/lib/Target/Mips/ |
MipsMachineFunction.h | 50 /// True if function has a byval argument.
|
MipsISelLowering.cpp | [all...] |
/external/llvm/test/CodeGen/X86/ |
2012-11-30-handlemove-dbg.ll | 17 define signext i16 @subdivp(%struct.node.0.27* nocapture %p, double %dsq, double %tolsq, %struct.hgstruct.2.29* nocapture byval align 8 %hg) nounwind uwtable readonly ssp {
|
dbg-byval-parameter.ll | 7 define double @foo(%struct.Rect* byval %my_r0) nounwind ssp {
|
2010-04-30-LocalAlloc-LandingPad.ll | 16 define i8* @_Z4test1SiS_(%struct.S* byval %s1, i32 %n, %struct.S* byval %s2) ssp {
|
/external/llvm/lib/Transforms/Scalar/ |
MemCpyOptimizer.cpp | [all...] |
/external/llvm/lib/Target/ARM/ |
ARMCallingConv.td | 21 // Handles byval parameters. 134 // Handles byval parameters. 162 // Handles byval parameters.
|
/external/clang/utils/ABITest/ |
Makefile.test.common | 82 --replace "byval align [0-9]+" "byval" \
|
/external/llvm/include/llvm/IR/ |
CallingConv.h | 98 /// Structures are passed as a pointer to a struct with the byval attribute.
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
FunctionLoweringInfo.cpp | 121 // Don't handle byval struct arguments or VLAs, for example. 122 // Non-byval arguments are handled here (they refer to the stack 362 /// setArgumentFrameIndex - Record frame index for the byval 370 /// getArgumentFrameIndex - Get frame index for the byval argument.
|