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

/freebsd-10-stable/contrib/llvm/lib/IR/
H A DLLVMContextImpl.h314 DenseMap<std::pair<Type *, unsigned>, VectorType*> VectorTypes; member in class:llvm::LLVMContextImpl
H A DType.cpp714 ->VectorTypes[std::make_pair(ElementType, NumElements)];
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DAMDILISelLowering.cpp73 static const int VectorTypes[] = { local
88 const size_t NumVectorTypes = array_lengthof(VectorTypes);
149 MVT::SimpleValueType VT = (MVT::SimpleValueType)VectorTypes[ii];
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp2666 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos))
2676 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos);
2681 VectorTypes.InsertNode(New, InsertPos);
2697 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos))
2707 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos);
2712 VectorTypes.InsertNode(New, InsertPos);
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h96 mutable llvm::FoldingSet<VectorType> VectorTypes; member in class:clang::ASTContext
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp6343 TypeSet VectorTypes; member in class:clang::__anon3454::BuiltinCandidateTypeSet
6402 iterator vector_begin() { return VectorTypes.begin(); }
6403 iterator vector_end() { return VectorTypes.end(); }
6578 VectorTypes.insert(Ty);

Completed in 278 milliseconds