Searched refs:LegalValueTypes (Results 1 – 6 of 6) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenTarget.cpp | 262 LegalValueTypes.insert(LegalValueTypes.end(), RC.VTs.begin(), RC.VTs.end()); in ReadLegalValueTypes() 265 array_pod_sort(LegalValueTypes.begin(), LegalValueTypes.end()); in ReadLegalValueTypes() 266 LegalValueTypes.erase(std::unique(LegalValueTypes.begin(), in ReadLegalValueTypes() 267 LegalValueTypes.end()), in ReadLegalValueTypes() 268 LegalValueTypes.end()); in ReadLegalValueTypes()
|
D | CodeGenTarget.h | 72 mutable SmallVector<MVT::SimpleValueType, 8> LegalValueTypes; variable 134 if (LegalValueTypes.empty()) ReadLegalValueTypes(); in getLegalValueTypes() 135 return LegalValueTypes; in getLegalValueTypes()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenTarget.h | 70 mutable std::vector<MVT::SimpleValueType> LegalValueTypes; variable 119 if (LegalValueTypes.empty()) ReadLegalValueTypes(); in getLegalValueTypes() 120 return LegalValueTypes; in getLegalValueTypes()
|
D | CodeGenTarget.cpp | 207 LegalValueTypes.push_back(RCs[i]->VTs[ri]); in ReadLegalValueTypes() 210 std::sort(LegalValueTypes.begin(), LegalValueTypes.end()); in ReadLegalValueTypes() 211 LegalValueTypes.erase(std::unique(LegalValueTypes.begin(), in ReadLegalValueTypes() 212 LegalValueTypes.end()), in ReadLegalValueTypes() 213 LegalValueTypes.end()); in ReadLegalValueTypes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenTarget.h | 56 mutable SmallVector<ValueTypeByHwMode, 8> LegalValueTypes; variable 125 if (LegalValueTypes.empty()) in getLegalValueTypes() 127 return LegalValueTypes; in getLegalValueTypes()
|
D | CodeGenTarget.cpp | 314 LegalValueTypes.insert(LegalValueTypes.end(), RC.VTs.begin(), RC.VTs.end()); in ReadLegalValueTypes() 317 llvm::sort(LegalValueTypes.begin(), LegalValueTypes.end()); in ReadLegalValueTypes() 318 LegalValueTypes.erase(std::unique(LegalValueTypes.begin(), in ReadLegalValueTypes() 319 LegalValueTypes.end()), in ReadLegalValueTypes() 320 LegalValueTypes.end()); in ReadLegalValueTypes()
|