Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DMveEmitter.cpp974 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 DType.cpp694 .pImpl->VectorTypes[std::make_pair(ElementType, EC)]; in get()
716 .pImpl->VectorTypes[std::make_pair(ElementType, EC)]; in get()
H A DLLVMContextImpl.h1484 DenseMap<std::pair<Type *, ElementCount>, VectorType *> VectorTypes;
/llvm-project-15.0.7/llvm/test/Transforms/SCCP/
H A D2006-12-04-PackedType.ll2 ; SCCP ignores VectorTypes until PR 1034 is fixed
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp4019 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 Dvariable.rst1171 - VectorTypes: compact display for several vector types
1195 - VectorTypes
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h230 mutable llvm::FoldingSet<VectorType> VectorTypes; variable
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp7879 TypeSet VectorTypes; member in __anon85f2cfc10b11::BuiltinCandidateTypeSet
7931 llvm::iterator_range<iterator> vector_types() { return VectorTypes; } in vector_types()
8108 VectorTypes.insert(Ty); in AddTypesConvertedFrom()