Searched refs:VectorTypes (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | MveEmitter.cpp | 974 VectorTypes; member in __anondd1c47770111::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()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Type.cpp | 694 .pImpl->VectorTypes[std::make_pair(ElementType, EC)]; in get() 716 .pImpl->VectorTypes[std::make_pair(ElementType, EC)]; in get()
|
| H A D | LLVMContextImpl.h | 1484 DenseMap<std::pair<Type *, ElementCount>, VectorType *> VectorTypes;
|
| /llvm-project-15.0.7/llvm/test/Transforms/SCCP/ |
| H A D | 2006-12-04-PackedType.ll | 2 ; SCCP ignores VectorTypes until PR 1034 is fixed
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTContext.cpp | 4019 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getVectorType() 4029 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getVectorType() 4034 VectorTypes.InsertNode(New, InsertPos); in getVectorType() 4089 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getExtVectorType() 4099 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getExtVectorType() 4104 VectorTypes.InsertNode(New, InsertPos); in getExtVectorType()
|
| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | variable.rst | 1171 - VectorTypes: compact display for several vector types 1195 - VectorTypes
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTContext.h | 230 mutable llvm::FoldingSet<VectorType> VectorTypes; variable
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 7879 TypeSet VectorTypes; member in __anon85f2cfc10b11::BuiltinCandidateTypeSet 7931 llvm::iterator_range<iterator> vector_types() { return VectorTypes; } in vector_types() 8108 VectorTypes.insert(Ty); in AddTypesConvertedFrom()
|