Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DDerivedTypes.h121 Type *getReturnType() const { return ContainedTys[0]; } in getReturnType()
124 param_iterator param_begin() const { return ContainedTys + 1; } in param_begin()
125 param_iterator param_end() const { return &ContainedTys[NumContainedTys]; } in param_end()
128 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; } in getParamType()
209 delete [] ContainedTys; // Delete the body. in ~StructType()
276 element_iterator element_begin() const { return ContainedTys; } in element_begin()
277 element_iterator element_end() const { return &ContainedTys[NumContainedTys];} in element_end()
287 return ContainedTys[N]; in getElementType()
313 ContainedTys = &ContainedType; in SequentialType()
318 Type *getElementType() const { return ContainedTys[0]; } in getElementType()
DType.h84 NumContainedTys(0), ContainedTys(0) {} in Type()
103 Type * const *ContainedTys; variable
280 subtype_iterator subtype_begin() const { return ContainedTys; } in subtype_begin()
281 subtype_iterator subtype_end() const { return &ContainedTys[NumContainedTys];} in subtype_end()
289 return ContainedTys[i]; in getContainedType()
/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/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DType.h111 Type * const *ContainedTys = nullptr; variable
315 subtype_iterator subtype_begin() const { return ContainedTys; } in subtype_begin()
316 subtype_iterator subtype_end() const { return &ContainedTys[NumContainedTys];} in subtype_end()
335 return ContainedTys[i]; in getContainedType()
360 return ContainedTys[0]; in getSequentialElementType()
367 return ContainedTys[0]; in getArrayElementType()
373 return ContainedTys[0]; in getVectorElementType()
378 return ContainedTys[0]; in getPointerElementType()
DDerivedTypes.h124 Type *getReturnType() const { return ContainedTys[0]; } in getReturnType()
128 param_iterator param_begin() const { return ContainedTys + 1; } in param_begin()
129 param_iterator param_end() const { return &ContainedTys[NumContainedTys]; } in param_end()
135 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; } in getParamType()
303 element_iterator element_begin() const { return ContainedTys; } in element_begin()
304 element_iterator element_end() const { return &ContainedTys[NumContainedTys];} in element_end()
316 return ContainedTys[N]; in getElementType()
351 ContainedTys = &ContainedType; in SequentialType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DType.cpp292 ContainedTys = SubTys; in FunctionType()
366 ContainedTys = nullptr; in setBody()
370 ContainedTys = Elements.copy(getContext().pImpl->TypeAllocator).data(); in setBody()
634 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()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp324 ContainedTys = SubTys; in FunctionType()
411 ContainedTys = Elts; in setBody()