Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DVNCoercion.cpp19 if (LoadTy->isStructTy() || LoadTy->isArrayTy() || in canCoerceMustAliasedValueToLoad()
20 StoredVal->getType()->isStructTy() || StoredVal->getType()->isArrayTy()) in canCoerceMustAliasedValueToLoad()
159 if (LoadTy->isStructTy() || LoadTy->isArrayTy()) in analyzeLoadFromClobberingWrite()
212 DepSI->getValueOperand()->getType()->isArrayTy()) in analyzeLoadFromClobberingStore()
228 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy()) in analyzeLoadFromClobberingLoad()
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXAsmPrinter.cpp326 if (elementTy->isArrayTy()) in EmitVariableDeclaration()
328 assert(elementTy->isArrayTy() && "Only pointers to arrays are supported"); in EmitVariableDeclaration()
335 while (elementTy->isArrayTy()) { in EmitVariableDeclaration()
/external/swiftshader/third_party/LLVM/include/llvm/
DType.h181 bool isArrayTy() const { return ID == ArrayTyID; } in isArrayTy() function
/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/lib/Transforms/Scalar/
DGVN.cpp669 if (LoadTy->isStructTy() || LoadTy->isArrayTy() || in CanCoerceMustAliasedValueToLoad()
671 StoredVal->getType()->isArrayTy()) in CanCoerceMustAliasedValueToLoad()
781 if (LoadTy->isStructTy() || LoadTy->isArrayTy()) in AnalyzeLoadFromClobberingWrite()
854 DepSI->getValueOperand()->getType()->isArrayTy()) in AnalyzeLoadFromClobberingStore()
869 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy()) in AnalyzeLoadFromClobberingLoad()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DType.h221 bool isArrayTy() const { return getTypeID() == ArrayTyID; } in isArrayTy() function
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp917 assert((RetTy->isStructTy() || RetTy->isArrayTy()) && in RemoveDeadStuffFromFunction()
991 assert(RetTy->isStructTy() || RetTy->isArrayTy()); in RemoveDeadStuffFromFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp963 assert((RetTy->isStructTy() || RetTy->isArrayTy()) && in RemoveDeadStuffFromFunction()
1037 assert(RetTy->isStructTy() || RetTy->isArrayTy()); in RemoveDeadStuffFromFunction()
/external/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp240 } else if (CstTy->isArrayTy()) in isConstantUsingVectorTy()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp159 if (SrcEltTy->isArrayTy()) in checkArgumentUses()
/external/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp531 if (PTy->getElementType()->isArrayTy() || in printType()
1901 } else if (I->getInitializer()->getType()->isArrayTy()) { in doInitialization()
3406 } else if ((*I)->isArrayTy()) { in printGEPExpression()
3569 if (IndexedTy->isArrayTy()) in visitInsertValueInst()
3591 if (IndexedTy->isArrayTy()) in visitExtractValueInst()
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h226 if (eltType->isArrayTy()) { in isPaddingForCoerceAndExpand()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp278 if (SrcPTy->isArrayTy() || SrcPTy->isStructTy()) { in InstCombineStoreToCast()
DInstructionCombining.cpp961 if (TD && SrcElTy->isArrayTy() && in visitGetElementPtrInst()
979 if (TD && SrcElTy->isArrayTy() && ResElTy->isIntegerTy(8)) { in visitGetElementPtrInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMCallLowering.cpp58 if (T->isArrayTy()) in isSupportedType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1837 if (SrcEltTy->isArrayTy() && in visitGetElementPtrInst()
1896 SrcEltTy->isArrayTy()) { in visitGetElementPtrInst()
1962 ((GEPEltType->isArrayTy() && SrcEltType->isVectorTy() && in visitGetElementPtrInst()
1964 (GEPEltType->isVectorTy() && SrcEltType->isArrayTy() && in visitGetElementPtrInst()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h729 return Ty->isArrayTy(); in functionArgumentNeedsConsecutiveRegisters()
/external/spirv-llvm/lib/SPIRV/
DSPIRVUtil.cpp634 if (I->getType()->isArrayTy()) { in hasArrayArg()
1030 if (Ty->isArrayTy()) { in transTypeDesc()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h847 return Ty->isArrayTy(); in functionArgumentNeedsConsecutiveRegisters()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp578 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) in fastLowerArguments()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp635 if (Ty->isStructTy() || Ty->isArrayTy()) { in ConstantFoldCastInstruction()
2212 if ((LastTy && LastTy->isArrayTy()) || Idx0->isNullValue()) { in ConstantFoldGetElementPtrImpl()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1687 if (SrcElTy->isArrayTy() && in visitGetElementPtrInst()
1745 if (ResElTy->isSized() && SrcElTy->isSized() && SrcElTy->isArrayTy()) { in visitGetElementPtrInst()

123