Home
last modified time | relevance | path

Searched refs:ContainedTys (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h91 NumContainedTys(0), ContainedTys(nullptr) {} in Type()
110 Type * const *ContainedTys; variable
299 subtype_iterator subtype_begin() const { return ContainedTys; } in subtype_begin()
300 subtype_iterator subtype_end() const { return &ContainedTys[NumContainedTys];} in subtype_end()
318 return ContainedTys[i]; in getContainedType()
343 return ContainedTys[0]; in getSequentialElementType()
349 return ContainedTys[0]; in getArrayElementType()
355 return ContainedTys[0]; in getVectorElementType()
360 return ContainedTys[0]; in getPointerElementType()
DDerivedTypes.h123 Type *getReturnType() const { return ContainedTys[0]; } in getReturnType()
126 param_iterator param_begin() const { return ContainedTys + 1; } in param_begin()
127 param_iterator param_end() const { return &ContainedTys[NumContainedTys]; } in param_end()
133 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; } in getParamType()
279 element_iterator element_begin() const { return ContainedTys; } in element_begin()
280 element_iterator element_end() const { return &ContainedTys[NumContainedTys];} in element_end()
292 return ContainedTys[N]; in getElementType()
327 ContainedTys = &ContainedType; in SequentialType()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h111 Type * const *ContainedTys = nullptr; variable
318 subtype_iterator subtype_begin() const { return ContainedTys; } in subtype_begin()
319 subtype_iterator subtype_end() const { return &ContainedTys[NumContainedTys];} in subtype_end()
338 return ContainedTys[i]; in getContainedType()
363 return ContainedTys[0]; in getSequentialElementType()
370 return ContainedTys[0]; in getArrayElementType()
378 return ContainedTys[0]; in getVectorElementType()
383 return ContainedTys[0]; in getPointerElementType()
DDerivedTypes.h129 Type *getReturnType() const { return ContainedTys[0]; } in getReturnType()
133 param_iterator param_begin() const { return ContainedTys + 1; } in param_begin()
134 param_iterator param_end() const { return &ContainedTys[NumContainedTys]; } in param_end()
140 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; } in getParamType()
340 element_iterator element_begin() const { return ContainedTys; } in element_begin()
341 element_iterator element_end() const { return &ContainedTys[NumContainedTys];} in element_end()
353 return ContainedTys[N]; in getElementType()
388 ContainedTys = &ContainedType; in SequentialType()
/external/llvm/include/llvm/IR/
DDerivedTypes.h119 Type *getReturnType() const { return ContainedTys[0]; } in getReturnType()
122 param_iterator param_begin() const { return ContainedTys + 1; } in param_begin()
123 param_iterator param_end() const { return &ContainedTys[NumContainedTys]; } in param_end()
129 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; } in getParamType()
274 element_iterator element_begin() const { return ContainedTys; } in element_begin()
275 element_iterator element_end() const { return &ContainedTys[NumContainedTys];} in element_end()
287 return ContainedTys[N]; in getElementType()
322 ContainedTys = &ContainedType; in SequentialType()
DType.h89 NumContainedTys(0), ContainedTys(nullptr) {} in Type()
108 Type * const *ContainedTys; variable
297 subtype_iterator subtype_begin() const { return ContainedTys; } in subtype_begin()
298 subtype_iterator subtype_end() const { return &ContainedTys[NumContainedTys];} in subtype_end()
316 return ContainedTys[i]; in getContainedType()
341 return ContainedTys[0]; in getSequentialElementType()
/external/llvm-project/llvm/include/llvm/IR/
DType.h112 Type * const *ContainedTys = nullptr; variable
320 subtype_iterator subtype_begin() const { return ContainedTys; } in subtype_begin()
321 subtype_iterator subtype_end() const { return &ContainedTys[NumContainedTys];} in subtype_end()
340 return ContainedTys[i]; in getContainedType()
367 return ContainedTys[0]; in getArrayElementType()
372 return ContainedTys[0]; in getPointerElementType()
DDerivedTypes.h129 Type *getReturnType() const { return ContainedTys[0]; } in getReturnType()
133 param_iterator param_begin() const { return ContainedTys + 1; } in param_begin()
134 param_iterator param_end() const { return &ContainedTys[NumContainedTys]; } in param_end()
140 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; } in getParamType()
322 element_iterator element_begin() const { return ContainedTys; } in element_begin()
323 element_iterator element_end() const { return &ContainedTys[NumContainedTys];} in element_end()
335 return ContainedTys[N]; in getElementType()
/external/llvm-project/llvm/lib/IR/
DType.cpp306 ContainedTys = SubTys; in FunctionType()
393 ContainedTys = nullptr; in setBody()
397 ContainedTys = Elements.copy(getContext().pImpl->Alloc).data(); in setBody()
567 ContainedTys = &ContainedType; in ArrayType()
596 ContainedTys = &ContainedType; in VectorType()
676 ContainedTys = &PointeeTy; in PointerType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp296 ContainedTys = SubTys; in FunctionType()
383 ContainedTys = nullptr; in setBody()
387 ContainedTys = Elements.copy(getContext().pImpl->Alloc).data(); in setBody()
654 ContainedTys = &PointeeTy; in PointerType()
/external/llvm/lib/IR/
DType.cpp286 ContainedTys = SubTys; in FunctionType()
360 ContainedTys = nullptr; in setBody()
364 ContainedTys = Elements.copy(getContext().pImpl->TypeAllocator).data(); in setBody()