Searched refs:splat (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp2343 bool splat = proto.find('a') != std::string::npos; local
2346 if (splat) {
2347 // Call the non-splat builtin: chop off the "_n" suffix from the name.
2401 if (splat && (i + 1) == e)
2405 if ((splat || !argScalar) &&
2860 // Functions with 'a' (the splat code) in the type prototype should not get
2861 // their own builtin as they use the non-splat variant.
3013 // Functions with 'a' (the splat code) in the type prototype should not get
3014 // their own builtin as they use the non-splat variant.
3144 // Functions with 'a' (the splat cod
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp271 /// \return A reference to a vector with splat values.
272 VectorParts &splat(Value *Key, Value *Val) { function in struct:__anon2859::InnerLoopVectorizer::ValueMap
1181 return WidenMap.splat(V, B);
1377 VectorParts &VecResults = WidenMap.splat(Instr, UndefVec);
5127 VectorParts &VecResults = WidenMap.splat(Instr, UndefVec);

Completed in 109 milliseconds