Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp893 unsigned getInsnVarID(InstructionMatcher &InsnMatcher) const;
915 void reserveInsnMatcherForMutation(InstructionMatcher *InsnMatcher) { in reserveInsnMatcherForMutation() argument
916 bool R = MutatableInsns.erase(InsnMatcher); in reserveInsnMatcherForMutation()
2421 InstructionMatcher &InsnMatcher = *Matchers.front(); in getFirstConditionAsRootType() local
2422 if (!InsnMatcher.predicates_empty()) in getFirstConditionAsRootType()
2424 dyn_cast<LLTOperandMatcher>(&**InsnMatcher.predicates_begin())) in getFirstConditionAsRootType()
2441 std::unique_ptr<InstructionMatcher> InsnMatcher; member in __anon332dbd1e0111::InstructionOperandMatcher
2448 InsnMatcher(new InstructionMatcher(Rule, SymbolicName, NumOpsCheck)) {} in InstructionOperandMatcher()
2454 InstructionMatcher &getInsnMatcher() const { return *InsnMatcher; } in getInsnMatcher()
2457 const unsigned NewInsnVarID = InsnMatcher->getInsnVarID(); in emitCaptureOpcodes()
[all …]