Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp16691 bool Scalable, Type *LDVTy, in getStructuredLoadFunction() argument
16701 return Intrinsic::getDeclaration(M, SVELoads[Factor - 2], {LDVTy}); in getStructuredLoadFunction()
16703 return Intrinsic::getDeclaration(M, NEONLoads[Factor - 2], {LDVTy, PtrTy}); in getStructuredLoadFunction()
16769 auto *LDVTy = in lowerInterleavedLoad() local
16778 Type *PredTy = VectorType::get(Type::getInt1Ty(LDVTy->getContext()), in lowerInterleavedLoad()
16779 LDVTy->getElementCount()); in lowerInterleavedLoad()
16782 UseScalable, LDVTy, PtrTy); in lowerInterleavedLoad()
16799 ConstantInt::get(Type::getInt32Ty(LDVTy->getContext()), *PgPattern); in lowerInterleavedLoad()
16809 BaseAddr = Builder.CreateConstGEP1_32(LDVTy->getElementType(), BaseAddr, in lowerInterleavedLoad()