Searched refs:VectorTypes (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/clang/utils/TableGen/ |
| H A D | MveEmitter.cpp | 974 VectorTypes; member in __anonece5a09e0111::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()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Type.cpp | 696 .pImpl->VectorTypes[std::make_pair(ElementType, EC)]; in get() 718 .pImpl->VectorTypes[std::make_pair(ElementType, EC)]; in get()
|
| H A D | LLVMContextImpl.h | 1537 DenseMap<std::pair<Type *, ElementCount>, VectorType *> VectorTypes;
|
| /openbsd-src/gnu/llvm/lldb/docs/use/ |
| H A D | variable.rst | 1204 - VectorTypes: compact display for several vector types 1228 - VectorTypes
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ASTContext.cpp | 4053 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getVectorType() 4063 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getVectorType() 4068 VectorTypes.InsertNode(New, InsertPos); in getVectorType() 4127 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getExtVectorType() 4137 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getExtVectorType() 4142 VectorTypes.InsertNode(New, InsertPos); in getExtVectorType()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ASTContext.h | 203 mutable llvm::FoldingSet<VectorType> VectorTypes; variable
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 8004 TypeSet VectorTypes; member in __anona0c7ad680b11::BuiltinCandidateTypeSet 8056 llvm::iterator_range<iterator> vector_types() { return VectorTypes; } in vector_types() 8233 VectorTypes.insert(Ty); in AddTypesConvertedFrom()
|