Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp976 VectorTypes; member in __anonb7c02cfb0111::EmitterBase
998 if (VectorTypes.find(key) == VectorTypes.end()) in getVectorType()
999 VectorTypes[key] = std::make_unique<VectorType>(ST, Lanes); in getVectorType()
1000 return VectorTypes[key].get(); in getVectorType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp660 .pImpl->VectorTypes[std::make_pair(ElementType, EC)]; in get()
682 .pImpl->VectorTypes[std::make_pair(ElementType, EC)]; in get()
H A DLLVMContextImpl.h1447 DenseMap<std::pair<Type *, ElementCount>, VectorType*> VectorTypes;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3933 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getVectorType()
3943 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getVectorType()
3948 VectorTypes.InsertNode(New, InsertPos); in getVectorType()
4003 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getExtVectorType()
4013 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getExtVectorType()
4018 VectorTypes.InsertNode(New, InsertPos); in getExtVectorType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h210 mutable llvm::FoldingSet<VectorType> VectorTypes; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7794 TypeSet VectorTypes; member in __anon041893450b11::BuiltinCandidateTypeSet
7846 llvm::iterator_range<iterator> vector_types() { return VectorTypes; } in vector_types()
8023 VectorTypes.insert(Ty); in AddTypesConvertedFrom()