Searched defs:ElType (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Type.cpp | 584 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType() 611 VectorType::VectorType(Type *ElType, ElementCount EC) in VectorType()
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Type.cpp | 603 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType() 630 VectorType::VectorType(Type *ElType, unsigned NumEl) in VectorType()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Type.cpp | 633 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType() 663 VectorType::VectorType(Type *ElType, unsigned EQ, Type::TypeID TID) in VectorType()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | DerivedTypes.h | 324 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) in SequentialType()
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 320 SequentialType(TypeID TID, Type *ElType) in SequentialType()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 385 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) in SequentialType()
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 3634 QualType ElType = ToComplex->getElementType(); in PerformImplicitConversion() local 3658 QualType ElType = FromComplex->getElementType(); in PerformImplicitConversion() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 3737 Type *ElType = OpType->getPointerElementType(); in instrumentAsmArgument() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 8263 MVT ElType = getVectorTyFromPredicateVector(VT).getScalarType().getSimpleVT(); in LowerCONCAT_VECTORS_i1() local 8338 MVT ElType = getVectorTyFromPredicateVector(VT).getScalarType().getSimpleVT(); in LowerEXTRACT_SUBVECTOR() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 9087 MVT ElType = in LowerCONCAT_VECTORS_i1() local 9184 MVT ElType = getVectorTyFromPredicateVector(VT).getScalarType().getSimpleVT(); in LowerEXTRACT_SUBVECTOR() local
|