Searched refs:VectorTypes (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 816 .pImpl->VectorTypes[std::make_pair(ElementType, EC)]; in get() 838 .pImpl->VectorTypes[std::make_pair(ElementType, EC)]; in get()
|
| H A D | LLVMContextImpl.h | 1784 DenseMap<std::pair<Type *, ElementCount>, VectorType *> VectorTypes;
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | MveEmitter.cpp | 973 VectorTypes; member in __anon819a2c470111::EmitterBase 995 auto [It, Inserted] = VectorTypes.try_emplace(key); in getVectorType()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 4670 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getVectorType() 4680 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getVectorType() 4685 VectorTypes.InsertNode(New, InsertPos); in getVectorType() 4742 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getExtVectorType() 4752 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getExtVectorType() 4757 VectorTypes.InsertNode(New, InsertPos); in getExtVectorType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 210 mutable llvm::FoldingSet<VectorType> VectorTypes; variable
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 8841 TypeSet VectorTypes; member in __anon2e1ecc911a11::BuiltinCandidateTypeSet 8896 llvm::iterator_range<iterator> vector_types() { return VectorTypes; } in vector_types() 9077 VectorTypes.insert(Ty); in AddTypesConvertedFrom()
|