/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/ |
H A D | WebAssemblyTypeUtilities.h | 51 isWebAssemblyReferenceType(Ty->getArrayElementType()); in isWebAssemblyTableType()
|
H A D | WebAssemblyTypeUtilities.cpp | 80 const Type *ElTy = GlobalVT->getArrayElementType(); in wasmSymbolSetType()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Type.h | 404 Type *getArrayElementType() const { 405 Type *getArrayElementType() const { getArrayElementType() function
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ASTTableGen.h | 282 PropertyType getArrayElementType() const { in getArrayElementType() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64PromoteConstant.cpp | 249 return isConstantUsingVectorTy(CstTy->getArrayElementType()); in isConstantUsingVectorTy()
|
H A D | AArch64Arm64ECCallLowering.cpp | 346 Type *ElementTy = T->getArrayElementType(); in canonicalizeThunkType()
|
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 288 assert(eltType->getArrayElementType()->isIntegerTy(8)); in isPaddingForCoerceAndExpand()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMCallLowering.cpp | 66 return isSupportedType(DL, TLI, T->getArrayElementType()); in isSupportedType()
|
H A D | ARMISelLowering.cpp | 22041 bool IsIntArray = Ty->isArrayTy() && Ty->getArrayElementType()->isIntegerTy(); in functionArgumentNeedsConsecutiveRegisters()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ModuleUtils.cpp | 39 EltTy = cast<StructType>(GVCtor->getValueType()->getArrayElementType()); in appendToGlobalArray()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVCallLowering.cpp | 373 return isSupportedReturnType(T->getArrayElementType(), Subtarget); in isSupportedReturnType()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerBufferFatPointers.cpp | 458 Type *FromPart = AT->getArrayElementType(); in fatPtrsToInts() 492 Type *FromPart = AT->getArrayElementType(); in intsToFatPtrs()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64RegisterBankInfo.cpp | 629 EltTy = EltTy->getArrayElementType(); in isLoadFromFPType()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 1068 ParamTy->getArrayElementType() == RetTy); in isValidProtoForLibFunc()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.cpp | 868 SPIRVType *El = findSPIRVType(Ty->getArrayElementType(), MIRBuilder); in createSPIRVType()
|
H A D | SPIRVInstructionSelector.cpp | 2197 GR.getOrCreateSPIRVType(GVType->getArrayElementType(), MIRBuilder, in selectGlobalValue()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 2116 const auto *VEPT = cast<PointerType>(VAT->getArrayElementType()); in setUsedInitializer()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 5359 auto R = classifyArgument(T->getArrayElementType()); in classifyArgument() 5631 Type *ElementTy = A->getType()->getArrayElementType(); in visitCallBase()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 142 Type *EltTy = Init->getType()->getArrayElementType(); in foldCmpLoadFromIndexedGlobal() 312 DL.getTypeAllocSize(Init->getType()->getArrayElementType()); in foldCmpLoadFromIndexedGlobal()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 5242 Ty = Ty->getArrayElementType(); in parseFunctionBody() 5288 CurTy = CurTy->getArrayElementType(); in parseFunctionBody()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 5403 Ty = Ty->getArrayElementType();
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 4818 SliceTy->getArrayElementType()->isIntegerTy())) && in rewritePartition()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 3763 ATy->getArrayElementType()->getScalarSizeInBits() / CharWidth; in EmitCMSEClearRecord()
|
H A D | CGBuiltin.cpp | 9433 auto VecLType = MvecLTypeInner->getArrayElementType(); in EmitARMMVEBuiltinExpr() 9473 auto VecLType = MvecLTypeInner->getArrayElementType(); in EmitARMMVEBuiltinExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 49513 !Ty->getArrayElementType()->isIntegerTy() || in combineAndLoadToBZHI() 49514 Ty->getArrayElementType()->getScalarSizeInBits() != in combineAndLoadToBZHI() 49517 Ty->getArrayElementType()->getScalarSizeInBits()) in combineAndLoadToBZHI()
|