Home
last modified time | relevance | path

Searched refs:VectorTypes (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp974 VectorTypes; member in __anon6618677d0111::EmitterBase
996 if (VectorTypes.find(key) == VectorTypes.end()) in getVectorType()
997 VectorTypes[key] = std::make_unique<VectorType>(ST, Lanes); in getVectorType()
998 return VectorTypes[key].get(); in getVectorType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp702 .pImpl->VectorTypes[std::make_pair(ElementType, EC)]; in get()
724 .pImpl->VectorTypes[std::make_pair(ElementType, EC)]; in get()
H A DLLVMContextImpl.h1575 DenseMap<std::pair<Type *, ElementCount>, VectorType *> VectorTypes;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4032 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getVectorType()
4042 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getVectorType()
4047 VectorTypes.InsertNode(New, InsertPos); in getVectorType()
4105 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getExtVectorType()
4115 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getExtVectorType()
4120 VectorTypes.InsertNode(New, InsertPos); in getExtVectorType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h204 mutable llvm::FoldingSet<VectorType> VectorTypes; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8378 TypeSet VectorTypes; member in __anon22c3dcc71111::BuiltinCandidateTypeSet
8430 llvm::iterator_range<iterator> vector_types() { return VectorTypes; } in vector_types()
8607 VectorTypes.insert(Ty); in AddTypesConvertedFrom()