Searched refs:VectorTypes (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 976 VectorTypes; member in __anone3a730d20111::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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Type.cpp | 654 .pImpl->VectorTypes[std::make_pair(ElementType, EC)]; in get() 676 .pImpl->VectorTypes[std::make_pair(ElementType, EC)]; in get()
|
H A D | LLVMContextImpl.h | 1447 DenseMap<std::pair<Type *, ElementCount>, VectorType*> VectorTypes;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTContext.cpp | 3918 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getVectorType() 3928 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getVectorType() 3933 VectorTypes.InsertNode(New, InsertPos); in getVectorType() 3988 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getExtVectorType() 3998 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getExtVectorType() 4003 VectorTypes.InsertNode(New, InsertPos); in getExtVectorType()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ASTContext.h | 209 mutable llvm::FoldingSet<VectorType> VectorTypes; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 7798 TypeSet VectorTypes; member in __anon8501439c0b11::BuiltinCandidateTypeSet 7850 llvm::iterator_range<iterator> vector_types() { return VectorTypes; } in vector_types() 8027 VectorTypes.insert(Ty); in AddTypesConvertedFrom()
|