| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/ |
| H A D | WebAssemblyTypeUtilities.h | 51 isWebAssemblyReferenceType(Ty->getArrayElementType()); in isWebAssemblyTableType()
|
| H A D | WebAssemblyTypeUtilities.cpp | 76 const Type *ElTy = GlobalVT->getArrayElementType(); in wasmSymbolSetType()
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ASTTableGen.cpp | 80 } else if (auto elementType = getArrayElementType()) { in emitCXXValueTypeName()
|
| H A D | ClangASTPropertiesEmitter.cpp | 333 } else if (auto eltType = type.getArrayElementType()) { in validateType() 482 } else if (auto eltType = type.getArrayElementType()) { in emitBasicReaderWriterMethodSuffix()
|
| H A D | ASTTableGen.h | 282 PropertyType getArrayElementType() const { in getArrayElementType() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 404 Type *getArrayElementType() const { in getArrayElementType() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64PromoteConstant.cpp | 249 return isConstantUsingVectorTy(CstTy->getArrayElementType()); in isConstantUsingVectorTy()
|
| H A D | AArch64Arm64ECCallLowering.cpp | 295 Type *ElementTy = T->getArrayElementType(); in canonicalizeThunkType()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 288 assert(eltType->getArrayElementType()->isIntegerTy(8)); in isPaddingForCoerceAndExpand()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ModuleUtils.cpp | 38 EltTy = cast<StructType>(GVCtor->getValueType()->getArrayElementType()); in appendToGlobalArray()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMCallLowering.cpp | 59 return isSupportedType(DL, TLI, T->getArrayElementType()); in isSupportedType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVCallLowering.cpp | 364 return isSupportedReturnType(T->getArrayElementType(), Subtarget); in isSupportedReturnType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64RegisterBankInfo.cpp | 633 EltTy = EltTy->getArrayElementType(); in isLoadFromFPType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 1044 ParamTy->getArrayElementType() == RetTy); in isValidProtoForLibFunc()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVGlobalRegistry.cpp | 689 SPIRVType *El = findSPIRVType(Ty->getArrayElementType(), MIRBuilder); in createSPIRVType()
|
| H A D | SPIRVInstructionSelector.cpp | 1511 GR.getOrCreateSPIRVType(GVType->getArrayElementType(), MIRBuilder, in selectGlobalValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 2104 const auto *VEPT = cast<PointerType>(VAT->getArrayElementType()); in setUsedInitializer()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 5094 auto R = classifyArgument(T->getArrayElementType()); in classifyArgument() 5367 Type *ElementTy = A->getType()->getArrayElementType(); in visitCallBase()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 5065 Ty = Ty->getArrayElementType(); in parseFunctionBody() 5111 CurTy = CurTy->getArrayElementType(); in parseFunctionBody()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 141 Type *EltTy = Init->getType()->getArrayElementType(); in foldCmpLoadFromIndexedGlobal() 308 DL.getTypeAllocSize(Init->getType()->getArrayElementType()); in foldCmpLoadFromIndexedGlobal()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 5416 Ty = Ty->getArrayElementType();
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 4772 SliceTy->getArrayElementType()->isIntegerTy())) && in rewritePartition()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 3755 ATy->getArrayElementType()->getScalarSizeInBits() / CharWidth; in EmitCMSEClearRecord()
|
| H A D | CGBuiltin.cpp | 9174 auto VecLType = MvecLTypeInner->getArrayElementType(); in EmitARMMVEBuiltinExpr() 9214 auto VecLType = MvecLTypeInner->getArrayElementType(); in EmitARMMVEBuiltinExpr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 48348 !Ty->getArrayElementType()->isIntegerTy() || in combineAndLoadToBZHI() 48349 Ty->getArrayElementType()->getScalarSizeInBits() != in combineAndLoadToBZHI() 48352 Ty->getArrayElementType()->getScalarSizeInBits()) in combineAndLoadToBZHI()
|