Home
last modified time | relevance | path

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

/external/llvm/lib/VMCore/
DLLVMContextImpl.h316 DenseMap<std::pair<Type *, unsigned>, VectorType*> VectorTypes;
DType.cpp729 ->VectorTypes[std::make_pair(ElementType, NumElements)]; in get()
/external/llvm/test/Transforms/SCCP/
D2006-12-04-PackedType.ll2 ; SCCP ignores VectorTypes until PR 1034 is fixed
/external/clang/lib/AST/
DASTContext.cpp1998 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getVectorType()
2008 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getVectorType()
2013 VectorTypes.InsertNode(New, InsertPos); in getVectorType()
2029 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getExtVectorType()
2039 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getExtVectorType()
2044 VectorTypes.InsertNode(New, InsertPos); in getExtVectorType()
/external/clang/include/clang/AST/
DASTContext.h102 mutable llvm::FoldingSet<VectorType> VectorTypes; variable
/external/clang/lib/Sema/
DSemaOverload.cpp6013 TypeSet VectorTypes; member in clang::BuiltinCandidateTypeSet
6072 iterator vector_begin() { return VectorTypes.begin(); } in vector_begin()
6073 iterator vector_end() { return VectorTypes.end(); } in vector_end()
6237 VectorTypes.insert(Ty); in AddTypesConvertedFrom()