Home
last modified time | relevance | path

Searched refs:VExt (Results 1 – 7 of 7) sorted by relevance

/external/skia/include/private/
DSkVx.h141 using VExt = T __attribute__((ext_vector_type(N)));
150 using VExt = typename VExtHelper<N,T>::type;
154 SI Vec<4,float> to_vec(VExt<4,float> v) { return bit_pun<Vec<4,float>>(v); }
157 SINT VExt<N,T> to_vext(Vec<N,T> v) { return bit_pun<VExt<N,T>>(v); }
158 SINT Vec <N,T> to_vec(VExt<N,T> v) { return bit_pun<Vec <N,T>>(v); }
375 return skvx::to_vec(__builtin_convertvector(skvx::to_vext(src), skvx::VExt<N,D>));
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DCallingConvLower.h38 VExt, // The value is vector-widened in the location. enumerator
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h46 VExt, // The value is vector-widened in the location. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h47 VExt, // The value is vector-widened in the location. enumerator
/external/clang/lib/CodeGen/
DCGExprScalar.cpp1017 Value *VExt = Builder.CreateExtractElement(LHS, Indx, "shuf_elt"); in VisitShuffleVectorExpr() local
1018 NewV = Builder.CreateInsertElement(NewV, VExt, IIndx, "shuf_ins"); in VisitShuffleVectorExpr()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp3197 case CCValAssign::VExt: in fastLowerCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FastISel.cpp3405 case CCValAssign::VExt: in fastLowerCall()