Home
last modified time | relevance | path

Searched refs:ImpliesList (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DSubtargetEmitter.cpp104 const std::vector<Record*> &ImpliesList = in FeatureKeyValues() local
107 if (ImpliesList.empty()) { in FeatureKeyValues()
110 for (unsigned j = 0, M = ImpliesList.size(); j < M;) { in FeatureKeyValues()
111 OS << Target << "::" << ImpliesList[j]->getName(); in FeatureKeyValues()
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp192 const std::vector<Record*> &ImpliesList = in FeatureKeyValues() local
196 for (unsigned j = 0, M = ImpliesList.size(); j < M;) { in FeatureKeyValues()
197 OS << " " << Target << "::" << ImpliesList[j]->getName(); in FeatureKeyValues()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DSubtargetEmitter.cpp206 RecVec ImpliesList = Feature->getValueAsListOfDefs("Implies"); in FeatureKeyValues() local
209 for (unsigned j = 0, M = ImpliesList.size(); j < M;) { in FeatureKeyValues()
210 OS << " " << Target << "::" << ImpliesList[j]->getName(); in FeatureKeyValues()