/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | VNCoercion.cpp | 23 if (LoadTy->isStructTy() || LoadTy->isArrayTy() || StoredTy->isStructTy() || in canCoerceMustAliasedValueToLoad() 24 StoredTy->isArrayTy()) in canCoerceMustAliasedValueToLoad() 169 if (LoadTy->isStructTy() || LoadTy->isArrayTy()) in analyzeLoadFromClobberingWrite() 224 StoredVal->getType()->isArrayTy()) in analyzeLoadFromClobberingStore() 249 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy()) in analyzeLoadFromClobberingLoad()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder.cpp | 184 if (pType->isArrayTy()) in GetVectorType() 209 if (pType->isPointerTy() && pType->getPointerElementType()->isArrayTy()) in GetVectorType()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | PatternInit.cpp | 62 if (Ty->isArrayTy()) { in initializationPatternFor()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | VNCoercion.cpp | 13 return Ty->isStructTy() || Ty->isArrayTy() || isa<ScalableVectorType>(Ty); in isFirstClassAggregateOrScalableType() 340 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy()) in analyzeLoadFromClobberingLoad()
|
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
D | LLVMDialect.cpp | 472 bool isFilter = value.getType().cast<LLVMType>().isArrayTy(); in verify() 505 bool isArrayTy = value.getType().cast<LLVMType>().isArrayTy(); in printLandingpadOp() local 506 p << '(' << (isArrayTy ? "filter " : "catch ") << value << " : " in printLandingpadOp() 804 if (wrappedContainerType.isArrayTy()) { in getInsertExtractValueElementType() 1213 if (!type.isArrayTy() || !type.getArrayElementType().isIntegerTy(8) || in verify()
|
D | LLVMTypes.cpp | 97 bool LLVMType::isArrayTy() { return isa<LLVMArrayType>(); } in isArrayTy() function in LLVMType
|
/external/llvm/include/llvm/IR/ |
D | Type.h | 208 bool isArrayTy() const { return getTypeID() == ArrayTyID; } in isArrayTy() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 210 bool isArrayTy() const { return getTypeID() == ArrayTyID; } in isArrayTy() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Type.h | 221 bool isArrayTy() const { return getTypeID() == ArrayTyID; } in isArrayTy() function
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Type.h | 222 bool isArrayTy() const { return getTypeID() == ArrayTyID; } in isArrayTy() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 248 } else if (CstTy->isArrayTy()) in isConstantUsingVectorTy()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPURewriteOutArguments.cpp | 159 if (SrcEltTy->isArrayTy()) in checkArgumentUses()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPURewriteOutArguments.cpp | 159 if (SrcEltTy->isArrayTy()) in checkArgumentUses()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 240 } else if (CstTy->isArrayTy()) in isConstantUsingVectorTy()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 967 assert((RetTy->isStructTy() || RetTy->isArrayTy()) && in RemoveDeadStuffFromFunction() 1041 assert(RetTy->isStructTy() || RetTy->isArrayTy()); in RemoveDeadStuffFromFunction()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 964 assert((RetTy->isStructTy() || RetTy->isArrayTy()) && in RemoveDeadStuffFromFunction() 1039 assert(RetTy->isStructTy() || RetTy->isArrayTy()); in RemoveDeadStuffFromFunction()
|
/external/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 917 assert((RetTy->isStructTy() || RetTy->isArrayTy()) && in RemoveDeadStuffFromFunction() 991 assert(RetTy->isStructTy() || RetTy->isArrayTy()); in RemoveDeadStuffFromFunction()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 248 } else if (CstTy->isArrayTy()) in isConstantUsingVectorTy()
|
/external/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 703 if (LoadTy->isStructTy() || LoadTy->isArrayTy() || in CanCoerceMustAliasedValueToLoad() 705 StoredVal->getType()->isArrayTy()) in CanCoerceMustAliasedValueToLoad() 816 if (LoadTy->isStructTy() || LoadTy->isArrayTy()) in AnalyzeLoadFromClobberingWrite() 889 DepSI->getValueOperand()->getType()->isArrayTy()) in AnalyzeLoadFromClobberingStore() 905 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy()) in AnalyzeLoadFromClobberingLoad()
|
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/ |
D | LLVMTypes.h | 105 bool isArrayTy();
|
/external/llvm-project/mlir/lib/Target/LLVMIR/ |
D | ConvertFromLLVMIR.cpp | 198 if (type.isArrayTy()) { in getStdTypeForAttr() 202 while (type.getArrayElementType().isArrayTy()) { in getStdTypeForAttr()
|
/external/clang/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 226 if (eltType->isArrayTy()) { in isPaddingForCoerceAndExpand()
|
/external/llvm-project/clang/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 277 if (eltType->isArrayTy()) { in isPaddingForCoerceAndExpand()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMCallLowering.cpp | 57 if (T->isArrayTy()) in isSupportedType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMCallLowering.cpp | 57 if (T->isArrayTy()) in isSupportedType()
|