Home
last modified time | relevance | path

Searched refs:getNumContainedTypes (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Linker/
DLinkModules.cpp131 if (SrcTy->getNumContainedTypes() != DstTy->getNumContainedTypes()) in areTypesIsomorphic()
161 for (unsigned i = 0, e = SrcTy->getNumContainedTypes(); i != e; ++i) in areTypesIsomorphic()
232 if (Ty->getNumContainedTypes() == 0) in getImpl()
238 ElementTypes.resize(Ty->getNumContainedTypes()); in getImpl()
239 for (unsigned i = 0, e = Ty->getNumContainedTypes(); i != e; ++i) { in getImpl()
/external/llvm/lib/Linker/
DIRMover.cpp154 if (SrcTy->getNumContainedTypes() != DstTy->getNumContainedTypes()) in areTypesIsomorphic()
185 for (unsigned I = 0, E = SrcTy->getNumContainedTypes(); I != E; ++I) in areTypesIsomorphic()
260 if (Ty->getNumContainedTypes() == 0 && IsUniqued) in get()
265 ElementTypes.resize(Ty->getNumContainedTypes()); in get()
266 for (unsigned I = 0, E = Ty->getNumContainedTypes(); I != E; ++I) { in get()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp166 if ((SrcEltTy->isStructTy() && (SrcEltTy->getNumContainedTypes() != 1))) in checkArgumentUses()
404 assert(CT->getNumContainedTypes() == 1); in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
DIRMover.cpp160 if (SrcTy->getNumContainedTypes() != DstTy->getNumContainedTypes()) in areTypesIsomorphic()
188 for (unsigned I = 0, E = SrcTy->getNumContainedTypes(); I != E; ++I) in areTypesIsomorphic()
272 if (Ty->getNumContainedTypes() == 0 && IsUniqued) in get()
277 ElementTypes.resize(Ty->getNumContainedTypes()); in get()
278 for (unsigned I = 0, E = Ty->getNumContainedTypes(); I != E; ++I) { in get()
/external/swiftshader/third_party/LLVM/include/llvm/
DType.h294 unsigned getNumContainedTypes() const { return NumContainedTys; } in getNumContainedTypes() function
/external/llvm/include/llvm/IR/
DType.h320 unsigned getNumContainedTypes() const { return NumContainedTys; } in getNumContainedTypes() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h322 unsigned getNumContainedTypes() const { return NumContainedTys; } in getNumContainedTypes() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DType.h339 unsigned getNumContainedTypes() const { return NumContainedTys; } in getNumContainedTypes() function
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp95 for (unsigned i = 0, e = FT->getNumContainedTypes(); i != e; ++i) in lookupFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp106 for (unsigned i = 0, e = FT->getNumContainedTypes(); i != e; ++i) in lookupFunction()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp95 for (unsigned i = 0, e = FT->getNumContainedTypes(); i != e; ++i) in lookupFunction()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp1450 ElementAllocas.reserve(ST->getNumContainedTypes()); in DoScalarReplacement()
1451 for (unsigned i = 0, e = ST->getNumContainedTypes(); i != e; ++i) { in DoScalarReplacement()
1652 NumElts = ST->getNumContainedTypes(); in isHomogeneousAggregate()
/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp392 if (RetTy->getNumContainedTypes() == 2) { in getMips16HelperFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp392 if (RetTy->getNumContainedTypes() == 2) { in getMips16HelperFunction()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1686 SrcElTy->getNumContainedTypes() /* not "{}" */) { in visitBitCast()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1830 SrcElTy->getNumContainedTypes() /* not "{}" */) { in visitBitCast()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp2273 SrcElTy->getNumContainedTypes() /* not "{}" */) { in visitBitCast()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp743 return unwrap(Tp)->getNumContainedTypes(); in LLVMGetNumContainedTypes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp7780 numRet = CSResultType->getNumContainedTypes(); in visitInlineAsm()