Home
last modified time | relevance | path

Searched refs:getArrayElementType (Results 1 – 25 of 88) sorted by relevance

1234

/aosp_15_r20/external/dokka/core/src/main/kotlin/Languages/
H A DJavaLanguageService.kt54 …fun getArrayElementType(node: DocumentationNode): DocumentationNode? = when (node.qualifiedName())… in <lambda>() method
56 … node.details(NodeKind.Type).singleOrNull()?.let { et -> getArrayElementType(et) ?: et } ?: in <lambda>()
H A DNewJavaLanguageService.kt52 …fun getArrayElementType(node: DocumentationNode): DocumentationNode? = when (node.qualifiedName())… in <lambda>() method in org.jetbrains.dokka.NewJavaLanguageService
54 node.details(NodeKind.Type).singleOrNull()?.let { et -> getArrayElementType(et) ?: et } in <lambda>()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.cpp187 WebAssembly::isRefType(GlobalVT->getArrayElementType())) { in wasmSymbolSetType()
189 const Type *ElTy = GlobalVT->getArrayElementType(); in wasmSymbolSetType()
/aosp_15_r20/external/dokka/core/src/main/kotlin/javadoc/
H A Ddocbase.kt173 …override fun qualifiedTypeName(): String = javaLanguageService.getArrayElementType(node)?.qualifie… in qualifiedTypeName()
174 …override fun typeName(): String = javaLanguageService.getArrayElementType(node)?.simpleName() ?: n… in qualifiedTypeName()
197 …if (node.details(NodeKind.Type).isNotEmpty() && javaLanguageService.getArrayElementType(node) == n… in asTypeVariable()
204 …override fun getElementType(): Type? = javaLanguageService.getArrayElementType(node)?.let { et -> … in asTypeVariable()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DType.h404 Type *getArrayElementType() const { in getArrayElementType() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DType.h404 Type *getArrayElementType() const { in getArrayElementType() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DType.h404 Type *getArrayElementType() const { in getArrayElementType() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DType.h404 Type *getArrayElementType() const { in getArrayElementType() function
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DType.h345 Type *getArrayElementType() const { return getSequentialElementType(); } in getArrayElementType() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DType.h397 Type *getArrayElementType() const { in getArrayElementType() function
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DType.h347 Type *getArrayElementType() const { in getArrayElementType() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DType.h368 Type *getArrayElementType() const { in getArrayElementType() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp249 return isConstantUsingVectorTy(CstTy->getArrayElementType()); in isConstantUsingVectorTy()
/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp241 return isConstantUsingVectorTy(CstTy->getArrayElementType()); in isConstantUsingVectorTy()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp249 return isConstantUsingVectorTy(CstTy->getArrayElementType()); in isConstantUsingVectorTy()
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/binary/
H A DKSAnnotationDescriptorImpl.kt266 val elementType = expectedType.builtIns.getArrayElementType(expectedType) in ValueParameterDescriptor()
/aosp_15_r20/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h227 assert(eltType->getArrayElementType()->isIntegerTy(8)); in isPaddingForCoerceAndExpand()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp59 return isSupportedType(DL, TLI, T->getArrayElementType()); in isSupportedType()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/CodeGen/
DCGFunctionInfo.h288 assert(eltType->getArrayElementType()->isIntegerTy(8)); in isPaddingForCoerceAndExpand()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/CodeGen/
DCGFunctionInfo.h288 assert(eltType->getArrayElementType()->isIntegerTy(8)); in isPaddingForCoerceAndExpand()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/CodeGen/
DCGFunctionInfo.h288 assert(eltType->getArrayElementType()->isIntegerTy(8)); in isPaddingForCoerceAndExpand()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/CodeGen/
DCGFunctionInfo.h288 assert(eltType->getArrayElementType()->isIntegerTy(8)); in isPaddingForCoerceAndExpand()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp58 return isSupportedType(DL, TLI, T->getArrayElementType()); in isSupportedType()
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp344 return VectorType::get(ArrayTy->getArrayElementType(), in arrayTypeToVecType()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2083 DL.getTypeAllocSize(StrippedPtrEltTy->getArrayElementType()) == in visitGetElementPtrInst()
2147 DL.getTypeAllocSize(StrippedPtrEltTy->getArrayElementType()); in visitGetElementPtrInst()
2206 return ArrTy->getArrayElementType() == VecTy->getVectorElementType() && in visitGetElementPtrInst()

1234