Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp794 MutatableInsnSet MutatableInsns; member in __anon685cc1160111::RuleMatcher
826 : Matchers(), Actions(), InsnVariableIDs(), MutatableInsns(), in RuleMatcher()
859 return MutatableInsns.begin(); in mutatable_insns_begin()
862 return MutatableInsns.end(); in mutatable_insns_end()
869 bool R = MutatableInsns.erase(InsnMatcher); in reserveInsnMatcherForMutation()
2685 MutatableInsns.insert(Matchers.back().get()); in addInstructionMatcher()