Searched refs:VectorTypes (Results 1 – 6 of 6) sorted by relevance
73 static const int VectorTypes[] = { in InitAMDILLowering() local88 const size_t NumVectorTypes = array_lengthof(VectorTypes); in InitAMDILLowering()149 MVT::SimpleValueType VT = (MVT::SimpleValueType)VectorTypes[ii]; in InitAMDILLowering()
314 DenseMap<std::pair<Type *, unsigned>, VectorType*> VectorTypes;
714 ->VectorTypes[std::make_pair(ElementType, NumElements)]; in get()
2666 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getVectorType()2676 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getVectorType()2681 VectorTypes.InsertNode(New, InsertPos); in getVectorType()2697 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getExtVectorType()2707 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getExtVectorType()2712 VectorTypes.InsertNode(New, InsertPos); in getExtVectorType()
96 mutable llvm::FoldingSet<VectorType> VectorTypes; variable
6343 TypeSet VectorTypes; member in clang::__anonb86a92940411::BuiltinCandidateTypeSet6402 iterator vector_begin() { return VectorTypes.begin(); } in vector_begin()6403 iterator vector_end() { return VectorTypes.end(); } in vector_end()6578 VectorTypes.insert(Ty); in AddTypesConvertedFrom()