Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkVx.h161 using VExt = T __attribute__((ext_vector_type(N)));
170 using VExt = typename VExtHelper<N,T>::type;
174 SI Vec<4,float> to_vec(VExt<4,float> v) { return bit_pun<Vec<4,float>>(v); }
177 SINT VExt<N,T> to_vext(const Vec<N,T>& v) { return bit_pun<VExt<N,T>>(v); }
178 SINT Vec <N,T> to_vec(const VExt<N,T>& v) { return bit_pun<Vec <N,T>>(v); }
421 return wasm_i32x4_any_true(unchecked_bit_pun<VExt<4,int>>(x));
444 return wasm_i32x4_all_true(unchecked_bit_pun<VExt<4,int>>(x));
459 return to_vec(__builtin_convertvector(to_vext(src), VExt<N,D>));
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h46 VExt, // The value is vector-widened in the location. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h48 VExt, // The value is vector-widened in the location. enumerator
/external/llvm-project/llvm/include/llvm/CodeGen/
DCallingConvLower.h48 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-project/clang/lib/CodeGen/
DCGExprScalar.cpp1574 Value *VExt = Builder.CreateExtractElement(LHS, Indx, "shuf_elt"); in VisitShuffleVectorExpr() local
1575 NewV = Builder.CreateInsertElement(NewV, VExt, IIndx, "shuf_ins"); in VisitShuffleVectorExpr()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp3197 case CCValAssign::VExt: in fastLowerCall()
/external/llvm-project/llvm/lib/Target/X86/
DX86FastISel.cpp3405 case CCValAssign::VExt: in fastLowerCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp3388 case CCValAssign::VExt: in fastLowerCall()