Searched refs:ElemTypes (Results 1 – 3 of 3) sorted by relevance
232 SmallVector<Metadata*, 8> ElemTypes; in CreateDebugStructType() local246 builder.getOrCreateArray(ElemTypes)); in CreateDebugStructType()260 ElemTypes.push_back(builder.createMemberType( in CreateDebugStructType()266 pDIStructTy->replaceElements(builder.getOrCreateArray(ElemTypes)); in CreateDebugStructType()335 SmallVector<Metadata*, 8> ElemTypes; in GetDebugFunctionType() local340 ElemTypes.push_back(GetDebugType(pFuncTy->getReturnType())); in GetDebugFunctionType()345 ElemTypes.push_back(GetDebugType(param)); in GetDebugFunctionType()348 return builder.createSubroutineType(builder.getOrCreateTypeArray(ElemTypes)); in GetDebugFunctionType()
239 ArrayRef<MVT> ElemTypes = getHVXElementTypes(); variable247 for (MVT T : ElemTypes)256 return llvm::any_of(ElemTypes, [ElemTy] (MVT T) { return ElemTy == T; });
135 ArrayRef<MVT> ElemTypes = getHVXElementTypes(); in isHVXElementType() local136 return llvm::find(ElemTypes, Ty) != ElemTypes.end(); in isHVXElementType()148 ArrayRef<MVT> ElemTypes = getHVXElementTypes(); in isHVXVectorType() local153 for (MVT T : ElemTypes) in isHVXVectorType()162 return llvm::find(ElemTypes, ElemTy) != ElemTypes.end(); in isHVXVectorType()