Searched refs:VExt (Results 1 – 7 of 7) sorted by relevance
/external/skia/include/private/ |
D | SkVx.h | 141 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/ |
D | CallingConvLower.h | 38 VExt, // The value is vector-widened in the location. enumerator
|
/external/llvm/include/llvm/CodeGen/ |
D | CallingConvLower.h | 46 VExt, // The value is vector-widened in the location. enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | CallingConvLower.h | 47 VExt, // The value is vector-widened in the location. enumerator
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 1017 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/ |
D | X86FastISel.cpp | 3197 case CCValAssign::VExt: in fastLowerCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 3405 case CCValAssign::VExt: in fastLowerCall()
|