Searched refs:VectorTypes (Results 1 – 7 of 7) sorted by relevance
74 int VectorTypes[] = { in InitAMDILLowering() local89 size_t NumVectorTypes = sizeof(VectorTypes) / sizeof(*VectorTypes); in InitAMDILLowering()152 MVT::SimpleValueType VT = (MVT::SimpleValueType)VectorTypes[ii]; in InitAMDILLowering()
314 DenseMap<std::pair<Type *, unsigned>, VectorType*> VectorTypes;
718 ->VectorTypes[std::make_pair(ElementType, NumElements)]; in get()
2 ; SCCP ignores VectorTypes until PR 1034 is fixed
2503 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getVectorType()2513 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getVectorType()2518 VectorTypes.InsertNode(New, InsertPos); in getVectorType()2534 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getExtVectorType()2544 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getExtVectorType()2549 VectorTypes.InsertNode(New, InsertPos); in getExtVectorType()
94 mutable llvm::FoldingSet<VectorType> VectorTypes; variable
6117 TypeSet VectorTypes; member in clang::BuiltinCandidateTypeSet6176 iterator vector_begin() { return VectorTypes.begin(); } in vector_begin()6177 iterator vector_end() { return VectorTypes.end(); } in vector_end()6350 VectorTypes.insert(Ty); in AddTypesConvertedFrom()