Home
last modified time | relevance | path

Searched refs:v128i32 (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h101 v128i32 = 52, // 128 x i32 enumerator
484 case v128i32: in getVectorElementType()
566 case v128i32: in getVectorNumElements()
817 case v128i32: in getSizeInBits()
967 if (NumElements == 128) return MVT::v128i32; in getVectorVT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.td76 def v128i32 : ValueType<4096,52>; // 128 x i32 vector value
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DValueTypes.cpp197 case MVT::v128i32: return VectorType::get(Type::getInt32Ty(Context), 128); in getTypeForEVT()