Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DType.cpp614 ->VectorTypes[std::make_pair(ElementType, NumElements)]; in get()
H A DLLVMContextImpl.h1313 DenseMap<std::pair<Type *, unsigned>, VectorType*> VectorTypes;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp3394 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getVectorType()
3404 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getVectorType()
3409 VectorTypes.InsertNode(New, InsertPos); in getVectorType()
3464 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getExtVectorType()
3474 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getExtVectorType()
3479 VectorTypes.InsertNode(New, InsertPos); in getExtVectorType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h191 mutable llvm::FoldingSet<VectorType> VectorTypes; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp7391 TypeSet VectorTypes; member in __anon832832a00a11::BuiltinCandidateTypeSet
7450 iterator vector_begin() { return VectorTypes.begin(); } in vector_begin()
7451 iterator vector_end() { return VectorTypes.end(); } in vector_end()
7626 VectorTypes.insert(Ty); in AddTypesConvertedFrom()