OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:constvec
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_intr.c
161
LLVMValueRef
constvec
, tmp;
local
174
constvec
= LLVMConstVector(elems, intrin_length);
175
anative = LLVMBuildShuffleVector(builder, a, a,
constvec
, "");
176
bnative = LLVMBuildShuffleVector(builder, b, b,
constvec
, "");
181
constvec
= LLVMConstVector(elems, src_type.length);
182
return LLVMBuildShuffleVector(builder, tmp, tmp,
constvec
, "");
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_intr.c
161
LLVMValueRef
constvec
, tmp;
local
174
constvec
= LLVMConstVector(elems, intrin_length);
175
anative = LLVMBuildShuffleVector(builder, a, a,
constvec
, "");
176
bnative = LLVMBuildShuffleVector(builder, b, b,
constvec
, "");
181
constvec
= LLVMConstVector(elems, src_type.length);
182
return LLVMBuildShuffleVector(builder, tmp, tmp,
constvec
, "");
/external/llvm/lib/Target/ARM/
ARMISelLowering.cpp
[
all
...]
Completed in 71 milliseconds