Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.h4061 llvm::Type *SVEBuiltinMemEltTy(SVETypeFlags TypeFlags);
DCGBuiltin.cpp8009 llvm::Type *CodeGenFunction::SVEBuiltinMemEltTy(SVETypeFlags TypeFlags) { in SVEBuiltinMemEltTy() function in CodeGenFunction
8178 llvm::ScalableVectorType::get(SVEBuiltinMemEltTy(TypeFlags), ResultTy); in EmitSVEGatherLoad()
8230 llvm::ScalableVectorType::get(SVEBuiltinMemEltTy(TypeFlags), SrcDataTy); in EmitSVEScatterStore()
8302 llvm::Type *MemEltTy = SVEBuiltinMemEltTy(TypeFlags); in EmitSVEGatherPrefetch()
8422 auto *MemEltTy = SVEBuiltinMemEltTy(TypeFlags); in EmitSVEPrefetchLoad()