Home
last modified time | relevance | path

Searched refs:isArrayTy (Results 1 – 25 of 97) sorted by relevance

1234

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DVNCoercion.cpp23 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/
Dbuilder.cpp184 if (pType->isArrayTy()) in GetVectorType()
209 if (pType->isPointerTy() && pType->getPointerElementType()->isArrayTy()) in GetVectorType()
/external/llvm-project/clang/lib/CodeGen/
DPatternInit.cpp62 if (Ty->isArrayTy()) { in initializationPatternFor()
/external/llvm-project/llvm/lib/Transforms/Utils/
DVNCoercion.cpp13 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/
DLLVMDialect.cpp472 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()
DLLVMTypes.cpp97 bool LLVMType::isArrayTy() { return isa<LLVMArrayType>(); } in isArrayTy() function in LLVMType
/external/llvm/include/llvm/IR/
DType.h208 bool isArrayTy() const { return getTypeID() == ArrayTyID; } in isArrayTy() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h210 bool isArrayTy() const { return getTypeID() == ArrayTyID; } in isArrayTy() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h221 bool isArrayTy() const { return getTypeID() == ArrayTyID; } in isArrayTy() function
/external/llvm-project/llvm/include/llvm/IR/
DType.h222 bool isArrayTy() const { return getTypeID() == ArrayTyID; } in isArrayTy() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp248 } else if (CstTy->isArrayTy()) in isConstantUsingVectorTy()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp159 if (SrcEltTy->isArrayTy()) in checkArgumentUses()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp159 if (SrcEltTy->isArrayTy()) in checkArgumentUses()
/external/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp240 } else if (CstTy->isArrayTy()) in isConstantUsingVectorTy()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp967 assert((RetTy->isStructTy() || RetTy->isArrayTy()) && in RemoveDeadStuffFromFunction()
1041 assert(RetTy->isStructTy() || RetTy->isArrayTy()); in RemoveDeadStuffFromFunction()
/external/llvm-project/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp964 assert((RetTy->isStructTy() || RetTy->isArrayTy()) && in RemoveDeadStuffFromFunction()
1039 assert(RetTy->isStructTy() || RetTy->isArrayTy()); in RemoveDeadStuffFromFunction()
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp917 assert((RetTy->isStructTy() || RetTy->isArrayTy()) && in RemoveDeadStuffFromFunction()
991 assert(RetTy->isStructTy() || RetTy->isArrayTy()); in RemoveDeadStuffFromFunction()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp248 } else if (CstTy->isArrayTy()) in isConstantUsingVectorTy()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp703 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/
DLLVMTypes.h105 bool isArrayTy();
/external/llvm-project/mlir/lib/Target/LLVMIR/
DConvertFromLLVMIR.cpp198 if (type.isArrayTy()) { in getStdTypeForAttr()
202 while (type.getArrayElementType().isArrayTy()) { in getStdTypeForAttr()
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h226 if (eltType->isArrayTy()) { in isPaddingForCoerceAndExpand()
/external/llvm-project/clang/include/clang/CodeGen/
DCGFunctionInfo.h277 if (eltType->isArrayTy()) { in isPaddingForCoerceAndExpand()
/external/llvm-project/llvm/lib/Target/ARM/
DARMCallLowering.cpp57 if (T->isArrayTy()) in isSupportedType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMCallLowering.cpp57 if (T->isArrayTy()) in isSupportedType()

1234