Searched refs:VectorTypes (Results 1 – 7 of 7) sorted by relevance
83 int VectorTypes[] = in InitAMDILLowering() local99 size_t numVectorTypes = sizeof(VectorTypes) / sizeof(*VectorTypes); in InitAMDILLowering()163 MVT::SimpleValueType VT = (MVT::SimpleValueType)VectorTypes[ii]; in InitAMDILLowering()
715 ->VectorTypes[std::make_pair(ElementType, NumElements)]; in get()
992 DenseMap<std::pair<Type *, unsigned>, VectorType*> VectorTypes;
2 ; SCCP ignores VectorTypes until PR 1034 is fixed
2884 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getVectorType()2894 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getVectorType()2899 VectorTypes.InsertNode(New, InsertPos); in getVectorType()2915 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getExtVectorType()2925 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getExtVectorType()2930 VectorTypes.InsertNode(New, InsertPos); in getExtVectorType()
108 mutable llvm::FoldingSet<VectorType> VectorTypes; variable
6795 TypeSet VectorTypes; member in __anond0aca8740411::BuiltinCandidateTypeSet6854 iterator vector_begin() { return VectorTypes.begin(); } in vector_begin()6855 iterator vector_end() { return VectorTypes.end(); } in vector_end()7030 VectorTypes.insert(Ty); in AddTypesConvertedFrom()