Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.h348 DenseMap<std::pair<Type *, unsigned>, VectorType*> VectorTypes; variable
H A DType.cpp717 ->VectorTypes[std::make_pair(ElementType, NumElements)]; in get()
/minix/external/bsd/llvm/dist/llvm/test/Transforms/SCCP/
H A D2006-12-04-PackedType.ll2 ; SCCP ignores VectorTypes until PR 1034 is fixed
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2749 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getVectorType()
2759 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getVectorType()
2764 VectorTypes.InsertNode(New, InsertPos); in getVectorType()
2780 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getExtVectorType()
2790 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getExtVectorType()
2795 VectorTypes.InsertNode(New, InsertPos); in getExtVectorType()
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h107 mutable llvm::FoldingSet<VectorType> VectorTypes; variable
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp6643 TypeSet VectorTypes; member in __anonb968987c0411::BuiltinCandidateTypeSet
6702 iterator vector_begin() { return VectorTypes.begin(); } in vector_begin()
6703 iterator vector_end() { return VectorTypes.end(); } in vector_end()
6878 VectorTypes.insert(Ty); in AddTypesConvertedFrom()