Home
last modified time | relevance | path

Searched refs:AppliedRestrictions (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp243 AppliedRestrictions.push_back(std::make_pair( in restrictSlot1AOK()
246 AppliedRestrictions.push_back( in restrictSlot1AOK()
273 AppliedRestrictions.push_back(std::make_pair( in restrictNoSlot1Store()
281 AppliedRestrictions.push_back(std::make_pair( in restrictNoSlot1Store()
658 for (auto const &I : AppliedRestrictions) { in reportError()
DHexagonShuffler.h156 std::vector<std::pair<SMLoc, std::string>> AppliedRestrictions; variable