HomeSort by relevance Sort by last modified time
    Searched defs:splat (Results 1 - 5 of 5) sorted by null

  /external/clang/utils/TableGen/
NeonEmitter.cpp 1092 bool splat = proto.find('a') != std::string::npos; local
1095 if (splat) {
1096 // Call the non-splat builtin: chop off the "_n" suffix from the name.
1143 if (splat && (i + 1) == e)
1147 if ((splat || !argScalar) &&
    [all...]
  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part1.c 1813 int splat = loadTest.type == VSX_LOAD_SPLAT ? 1: 0; local
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_06_part1.c 1813 int splat = loadTest.type == VSX_LOAD_SPLAT ? 1: 0; local
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 243 /// \return A reference to a vector with splat values.
244 VectorParts &splat(Value *Key, Value *Val) { function in struct:__anon11954::InnerLoopVectorizer::ValueMap
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 236 function $splat(obj){
609 args = (args != undefined) ? $splat(args) : Array.slice(arguments, (options.event) ? 1 : 0);
622 return this.apply(bind, $splat(args));
1181 $splat(items).each(function(item){
    [all...]

Completed in 910 milliseconds