OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALLOCA
(Results
1 - 10
of
10
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
swr_shader.cpp
766
Value *pTmpPtr =
ALLOCA
(mFP32Ty, C(4)); // used for dummy write for lane masking
908
Value *pTmpPtr =
ALLOCA
(mInt8Ty, C(4)); // used for dummy read/write for lane masking
950
Value* loop_var =
ALLOCA
(mSimdInt32Ty);
1593
Value *vtxAttribMap =
ALLOCA
(ArrayType::get(mInt32Ty, PIPE_MAX_SHADER_INPUTS));
1824
Value* tess_coord =
ALLOCA
(ArrayType::get(mSimdFP32Ty, 3));
1899
Value *vtxAttribMap =
ALLOCA
(ArrayType::get(mInt32Ty, PIPE_MAX_SHADER_INPUTS));
1900
Value *patchAttribMap =
ALLOCA
(ArrayType::get(mInt32Ty, PIPE_MAX_SHADER_INPUTS));
2133
ALLOCA
(ArrayType::get(mInt32Ty, PIPE_MAX_SHADER_INPUTS));
2159
ALLOCA
(ArrayType::get(mInt32Ty, PIPE_MAX_SHADER_INPUTS));
2162
ALLOCA
(ArrayType::get(mInt32Ty, PIPE_MAX_SHADER_INPUTS))
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
builder_misc.cpp
709
// Helper function to create
alloca
in entry block of function
714
Value* pAlloca =
ALLOCA
(pType);
724
Value* pAlloca =
ALLOCA
(pType, pArraySize);
fetch_jit.cpp
386
Value* pMem =
ALLOCA
(mSimdInt32Ty);
1111
Value* pZeroIndex =
ALLOCA
(Ty->getPointerElementType());
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
swr_shader.cpp
416
Value *pTmpPtr =
ALLOCA
(mFP32Ty, C(4)); // used for dummy write for lane masking
506
Value *pTmpPtr =
ALLOCA
(mInt8Ty, C(4)); // used for dummy read/write for lane masking
635
Value *vtxAttribMap =
ALLOCA
(ArrayType::get(mInt32Ty, PIPE_MAX_SHADER_INPUTS));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
builder_misc.cpp
775
// Helper function to create
alloca
in entry block of function
780
Value* pAlloca =
ALLOCA
(pType);
790
Value* pAlloca =
ALLOCA
(pType, pArraySize);
fetch_jit.cpp
392
Value* pMem =
ALLOCA
(mSimdInt32Ty);
1191
Value* pZeroIndex =
ALLOCA
(Ty->getPointerElementType());
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
lower_x86.cpp
497
auto pTmp = B->
ALLOCA
(vSrc->getType());
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
lower_x86.cpp
564
auto pTmp = B->
ALLOCA
(vSrc->getType());
/xsrc/external/mit/xorg-server.old/dist/
configure
854
ALLOCA
24670
# The Ultrix 4.2 mips builtin
alloca
declared by
alloca
.h only works
24672
{ echo "$as_me:$LINENO: checking for working
alloca
.h" >&5
24673
echo $ECHO_N "checking for working
alloca
.h... $ECHO_C" >&6; }
24683
#include <
alloca
.h>
24687
char *p = (char *)
alloca
(2 * sizeof (int));
24732
{ echo "$as_me:$LINENO: checking for
alloca
" >&5
24733
echo $ECHO_N "checking for
alloca
... $ECHO_C" >&6; }
24744
# define
alloca
__builtin_alloc
[
all
...]
/xsrc/external/mit/xf86-video-intel/dist/
configure
695
ALLOCA
20865
# The Ultrix 4.2 mips builtin
alloca
declared by
alloca
.h only works
20867
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working
alloca
.h" >&5
20868
$as_echo_n "checking for working
alloca
.h... " >&6; }
20874
#include <
alloca
.h>
20878
char *p = (char *)
alloca
(2 * sizeof (int));
20900
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for
alloca
" >&5
20901
$as_echo_n "checking for
alloca
... " >&6; }
20908
# define
alloca
__builtin_alloc
[
all
...]
Completed in 35 milliseconds
Indexes created Sat Apr 04 00:22:49 UTC 2026