Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp107 if (SrcTy->getNumContainedTypes() != DstTy->getNumContainedTypes()) in recursivelyAddMappingIfTypesAreIsomorphic()
133 for (unsigned I = 0, E = SrcTy->getNumContainedTypes(); I != E; ++I) in recursivelyAddMappingIfTypesAreIsomorphic()
179 if (Ty->getNumContainedTypes() == 0 && IsUniqued) in get()
184 ElementTypes.resize(Ty->getNumContainedTypes()); in get()
185 for (unsigned I = 0, E = Ty->getNumContainedTypes(); I != E; ++I) { in get()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h384 unsigned getNumContainedTypes() const { return NumContainedTys; } in getNumContainedTypes() function
H A DDerivedTypes.h829 unsigned getNumTypeParameters() const { return getNumContainedTypes(); } in getNumTypeParameters()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp203 unsigned StructSize = Ty->getNumContainedTypes(); in isStructOfMatchingFixedVectors()
719 for (unsigned I = 1; I < CallType->getNumContainedTypes(); I++) { in splitCall()
1085 for (unsigned I = 1; I < OpTy->getNumContainedTypes(); I++) { in visitExtractValueInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp330 if (Ty->getNumContainedTypes() == 0 && IsUniqued) in remapTypeImpl()
333 SmallVector<Type *> ElementTypes(Ty->getNumContainedTypes(), nullptr); in remapTypeImpl()
334 for (unsigned int I = 0, E = Ty->getNumContainedTypes(); I < E; ++I) { in remapTypeImpl()
476 if (From->getNumContainedTypes() == 0) in fatPtrsToInts()
510 if (From->getNumContainedTypes() == 0) in intsToFatPtrs()
H A DSIISelLowering.cpp1205 assert(ST->getNumContainedTypes() == 2 && in memVTFromLoadIntrReturn()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp83 for (unsigned i = 0; i < Ty->getNumContainedTypes(); i++) { in getNumDefTiles()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp2406 if (!STy->getNumContainedTypes()) in getFPTypeAtOffset()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp900 return unwrap(Tp)->getNumContainedTypes(); in LLVMGetNumContainedTypes()