Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp240 static bool isConstantUsingVectorTy(const Type *CstTy) { in isConstantUsingVectorTy() function
246 if (isConstantUsingVectorTy(CstTy->getStructElementType(EltIdx))) in isConstantUsingVectorTy()
249 return isConstantUsingVectorTy(CstTy->getArrayElementType()); in isConstantUsingVectorTy()
344 return isConstantUsingVectorTy(Cst->getType()); in shouldConvertImpl()
/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp232 static bool isConstantUsingVectorTy(const Type *CstTy) { in isConstantUsingVectorTy() function
238 if (isConstantUsingVectorTy(CstTy->getStructElementType(EltIdx))) in isConstantUsingVectorTy()
241 return isConstantUsingVectorTy(CstTy->getArrayElementType()); in isConstantUsingVectorTy()
336 return isConstantUsingVectorTy(Cst->getType()); in shouldConvertImpl()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp240 static bool isConstantUsingVectorTy(const Type *CstTy) { in isConstantUsingVectorTy() function
246 if (isConstantUsingVectorTy(CstTy->getStructElementType(EltIdx))) in isConstantUsingVectorTy()
249 return isConstantUsingVectorTy(CstTy->getArrayElementType()); in isConstantUsingVectorTy()
358 return isConstantUsingVectorTy(Cst->getType()); in shouldConvertImpl()