Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp846 unsigned getInsnVarID(InstructionMatcher &InsnMatcher) const;
868 void reserveInsnMatcherForMutation(InstructionMatcher *InsnMatcher) { in reserveInsnMatcherForMutation() argument
869 bool R = MutatableInsns.erase(InsnMatcher); in reserveInsnMatcherForMutation()
2010 InstructionMatcher &InsnMatcher = *Matchers.front(); in getFirstConditionAsRootType() local
2011 if (!InsnMatcher.predicates_empty()) in getFirstConditionAsRootType()
2013 dyn_cast<LLTOperandMatcher>(&**InsnMatcher.predicates_begin())) in getFirstConditionAsRootType()
2030 std::unique_ptr<InstructionMatcher> InsnMatcher; member in __anon0c06086d0111::InstructionOperandMatcher
2036 InsnMatcher(new InstructionMatcher(Rule, SymbolicName)) {} in InstructionOperandMatcher()
2042 InstructionMatcher &getInsnMatcher() const { return *InsnMatcher; } in getInsnMatcher()
2045 const unsigned NewInsnVarID = InsnMatcher->getInsnVarID(); in emitCaptureOpcodes()
[all …]