Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h324 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) in SequentialType() argument
325 : CompositeType(ElType->getContext(), TID), ContainedType(ElType), in SequentialType()
346 ArrayType(Type *ElType, uint64_t NumEl);
370 VectorType(Type *ElType, unsigned NumEl);
444 explicit PointerType(Type *ElType, unsigned AddrSpace);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDerivedTypes.h385 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) in SequentialType() argument
386 : CompositeType(ElType->getContext(), TID), ContainedType(ElType), in SequentialType()
409 ArrayType(Type *ElType, uint64_t NumEl);
446 VectorType(Type *ElType, unsigned NumEl, bool Scalable = false);
447 VectorType(Type *ElType, ElementCount EC);
580 explicit PointerType(Type *ElType, unsigned AddrSpace);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp584 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType() argument
585 : SequentialType(ArrayTyID, ElType, NumEl) {} in ArrayType()
611 VectorType::VectorType(Type *ElType, ElementCount EC) in VectorType() argument
612 : SequentialType(VectorTyID, ElType, EC.Min), Scalable(EC.Scalable) {} in VectorType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp3688 Type *ElType = OpType->getPointerElementType(); in instrumentAsmArgument() local
3689 if (!ElType->isSized()) in instrumentAsmArgument()
3691 int Size = DL.getTypeStoreSize(ElType); in instrumentAsmArgument()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp8263 MVT ElType = getVectorTyFromPredicateVector(VT).getScalarType().getSimpleVT(); in LowerCONCAT_VECTORS_i1() local
8270 EVT ConcatVT = MVT::getVectorVT(ElType, NumElts); in LowerCONCAT_VECTORS_i1()
8338 MVT ElType = getVectorTyFromPredicateVector(VT).getScalarType().getSimpleVT(); in LowerEXTRACT_SUBVECTOR() local
8340 EVT SubVT = MVT::getVectorVT(ElType, NumElts); in LowerEXTRACT_SUBVECTOR()