Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp975 VectorTypes; member in __anon819a2c470111::EmitterBase
997 if (VectorTypes.find(key) == VectorTypes.end()) in getVectorType()
998 VectorTypes[key] = std::make_unique<VectorType>(ST, Lanes); in getVectorType()
999 return VectorTypes[key].get(); in getVectorType()
/freebsd/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.h1608 DenseMap<std::pair<Type *, ElementCount>, VectorType *> VectorTypes;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4443 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getVectorType()
4453 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getVectorType()
4458 VectorTypes.InsertNode(New, InsertPos); in getVectorType()
4516 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getExtVectorType()
4526 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getExtVectorType()
4531 VectorTypes.InsertNode(New, InsertPos); in getExtVectorType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h208 mutable llvm::FoldingSet<VectorType> VectorTypes; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8380 TypeSet VectorTypes; member in __anon2e1ecc911211::BuiltinCandidateTypeSet
8435 llvm::iterator_range<iterator> vector_types() { return VectorTypes; } in vector_types()
8616 VectorTypes.insert(Ty); in AddTypesConvertedFrom()