Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DMveEmitter.cpp974 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 DType.cpp696 .pImpl->VectorTypes[std::make_pair(ElementType, EC)]; in get()
718 .pImpl->VectorTypes[std::make_pair(ElementType, EC)]; in get()
H A DLLVMContextImpl.h1537 DenseMap<std::pair<Type *, ElementCount>, VectorType *> VectorTypes;
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dvariable.rst1204 - VectorTypes: compact display for several vector types
1228 - VectorTypes
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp4053 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 DASTContext.h203 mutable llvm::FoldingSet<VectorType> VectorTypes; variable
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp8004 TypeSet VectorTypes; member in __anona0c7ad680b11::BuiltinCandidateTypeSet
8056 llvm::iterator_range<iterator> vector_types() { return VectorTypes; } in vector_types()
8233 VectorTypes.insert(Ty); in AddTypesConvertedFrom()