Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.cpp79 } else if (auto elementType = getArrayElementType()) { in emitCXXValueTypeName()
H A DClangASTPropertiesEmitter.cpp332 } else if (auto eltType = type.getArrayElementType()) { in validateType()
481 } else if (auto eltType = type.getArrayElementType()) { in emitBasicReaderWriterMethodSuffix()
H A DASTTableGen.h281 PropertyType getArrayElementType() const { in getArrayElementType() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h375 Type *getArrayElementType() const { in getArrayElementType() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp249 return isConstantUsingVectorTy(CstTy->getArrayElementType()); in isConstantUsingVectorTy()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h288 assert(eltType->getArrayElementType()->isIntegerTy(8)); in isPaddingForCoerceAndExpand()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp58 return isSupportedType(DL, TLI, T->getArrayElementType()); in isSupportedType()
H A DARMISelLowering.cpp20731 bool IsIntArray = Ty->isArrayTy() && Ty->getArrayElementType()->isIntegerTy(); in functionArgumentNeedsConsecutiveRegisters()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2326 DL.getTypeAllocSize(StrippedPtrEltTy->getArrayElementType()) == in visitGetElementPtrInst()
2390 DL.getTypeAllocSize(StrippedPtrEltTy->getArrayElementType()) in visitGetElementPtrInst()
2451 return ArrTy->getArrayElementType() == VecVTy->getElementType() && in visitGetElementPtrInst()
H A DInstCombineCompares.cpp135 Type *EltTy = Init->getType()->getArrayElementType(); in foldCmpLoadFromIndexedGlobal()
290 DL.getTypeAllocSize(Init->getType()->getArrayElementType()); in foldCmpLoadFromIndexedGlobal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1588 FTy.getParamType(0)->getArrayElementType() == RetTy); in isValidProtoForLibFunc()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4194 Ty = Ty->getArrayElementType(); in parseFunctionBody()
4236 CurTy = CurTy->getArrayElementType(); in parseFunctionBody()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4308 SliceTy->getArrayElementType()->isIntegerTy())) && in rewritePartition()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp3390 ATy->getArrayElementType()->getScalarSizeInBits() / CharWidth; in EmitCMSEClearRecord()
H A DCGBuiltin.cpp8168 auto VecLType = MvecLTypeInner->getArrayElementType(); in EmitARMMVEBuiltinExpr()
8208 auto VecLType = MvecLTypeInner->getArrayElementType(); in EmitARMMVEBuiltinExpr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4870 Type *ElementTy = A->getType()->getArrayElementType(); in visitCallBase()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp44720 !Ty->getArrayElementType()->isIntegerTy() || in combineAndLoadToBZHI()
44721 Ty->getArrayElementType()->getScalarSizeInBits() != in combineAndLoadToBZHI()
44724 Ty->getArrayElementType()->getScalarSizeInBits()) in combineAndLoadToBZHI()