Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp894 unsigned getInsnVarID(InstructionMatcher &InsnMatcher) const;
916 void reserveInsnMatcherForMutation(InstructionMatcher *InsnMatcher) { in reserveInsnMatcherForMutation() argument
917 bool R = MutatableInsns.erase(InsnMatcher); in reserveInsnMatcherForMutation()
2387 InstructionMatcher &InsnMatcher = *Matchers.front(); in getFirstConditionAsRootType() local
2388 if (!InsnMatcher.predicates_empty()) in getFirstConditionAsRootType()
2390 dyn_cast<LLTOperandMatcher>(&**InsnMatcher.predicates_begin())) in getFirstConditionAsRootType()
2407 std::unique_ptr<InstructionMatcher> InsnMatcher; member in __anon0a286f430111::InstructionOperandMatcher
2414 InsnMatcher(new InstructionMatcher(Rule, SymbolicName, NumOpsCheck)) {} in InstructionOperandMatcher()
2420 InstructionMatcher &getInsnMatcher() const { return *InsnMatcher; } in getInsnMatcher()
2423 const unsigned NewInsnVarID = InsnMatcher->getInsnVarID(); in emitCaptureOpcodes()
[all …]