Home
last modified time | relevance | path

Searched refs:Vector_Width (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
DIntrinsics.h100 unsigned Vector_Width; member
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DIntrinsics.h109 unsigned Vector_Width; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIntrinsics.h109 unsigned Vector_Width; member
/external/llvm/lib/IR/
DFunction.cpp801 return VectorType::get(DecodeFixedType(Infos, Tys, Context),D.Vector_Width); in DecodeFixedType()
944 return !VT || VT->getNumElements() != D.Vector_Width || in matchIntrinsicType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DFunction.cpp905 return VectorType::get(DecodeFixedType(Infos, Tys, Context),D.Vector_Width); in DecodeFixedType()
1047 return !VT || VT->getNumElements() != D.Vector_Width || in matchIntrinsicType()