Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.h51 isWebAssemblyReferenceType(Ty->getArrayElementType()); in isWebAssemblyTableType()
H A DWebAssemblyTypeUtilities.cpp80 const Type *ElTy = GlobalVT->getArrayElementType(); in wasmSymbolSetType()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h404 Type *getArrayElementType() const {
405 Type *getArrayElementType() const { getArrayElementType() function
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.h282 PropertyType getArrayElementType() const { in getArrayElementType() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp249 return isConstantUsingVectorTy(CstTy->getArrayElementType()); in isConstantUsingVectorTy()
H A DAArch64Arm64ECCallLowering.cpp346 Type *ElementTy = T->getArrayElementType(); in canonicalizeThunkType()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h288 assert(eltType->getArrayElementType()->isIntegerTy(8)); in isPaddingForCoerceAndExpand()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp66 return isSupportedType(DL, TLI, T->getArrayElementType()); in isSupportedType()
H A DARMISelLowering.cpp22041 bool IsIntArray = Ty->isArrayTy() && Ty->getArrayElementType()->isIntegerTy(); in functionArgumentNeedsConsecutiveRegisters()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp39 EltTy = cast<StructType>(GVCtor->getValueType()->getArrayElementType()); in appendToGlobalArray()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVCallLowering.cpp373 return isSupportedReturnType(T->getArrayElementType(), Subtarget); in isSupportedReturnType()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp458 Type *FromPart = AT->getArrayElementType(); in fatPtrsToInts()
492 Type *FromPart = AT->getArrayElementType(); in intsToFatPtrs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp629 EltTy = EltTy->getArrayElementType(); in isLoadFromFPType()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1068 ParamTy->getArrayElementType() == RetTy); in isValidProtoForLibFunc()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp868 SPIRVType *El = findSPIRVType(Ty->getArrayElementType(), MIRBuilder); in createSPIRVType()
H A DSPIRVInstructionSelector.cpp2197 GR.getOrCreateSPIRVType(GVType->getArrayElementType(), MIRBuilder, in selectGlobalValue()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2116 const auto *VEPT = cast<PointerType>(VAT->getArrayElementType()); in setUsedInitializer()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp5359 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 DInstCombineCompares.cpp142 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 DBitcodeReader.cpp5242 Ty = Ty->getArrayElementType(); in parseFunctionBody()
5288 CurTy = CurTy->getArrayElementType(); in parseFunctionBody()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h5403 Ty = Ty->getArrayElementType();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4818 SliceTy->getArrayElementType()->isIntegerTy())) && in rewritePartition()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp3763 ATy->getArrayElementType()->getScalarSizeInBits() / CharWidth; in EmitCMSEClearRecord()
H A DCGBuiltin.cpp9433 auto VecLType = MvecLTypeInner->getArrayElementType(); in EmitARMMVEBuiltinExpr()
9473 auto VecLType = MvecLTypeInner->getArrayElementType(); in EmitARMMVEBuiltinExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49513 !Ty->getArrayElementType()->isIntegerTy() || in combineAndLoadToBZHI()
49514 Ty->getArrayElementType()->getScalarSizeInBits() != in combineAndLoadToBZHI()
49517 Ty->getArrayElementType()->getScalarSizeInBits()) in combineAndLoadToBZHI()