Searched refs:getInstructionMatcher (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp941 InstructionMatcher &getInstructionMatcher(StringRef SymbolicName) const;
1522 InstructionMatcher &getInstructionMatcher() const { return Insn; } function in class:__anon2930::OperandMatcher
2361 unsigned OldInsnVarID = Rule.getInsnVarID(Operand.getInstructionMatcher());
2392 unsigned OldInsnVarID = Rule.getInsnVarID(Operand.getInstructionMatcher());
2428 unsigned OldInsnVarID = Rule.getInsnVarID(Operand.getInstructionMatcher());
2464 InstructionMatcher &InsnMatcher = Rule.getInstructionMatcher(SymbolicName);
2495 InstructionMatcher &InsnMatcher = Rule.getInstructionMatcher(SymbolicName);
2530 unsigned OldInsnVarID = Rule.getInsnVarID(Operand.getInstructionMatcher());
2717 InstructionMatcher &InsnMatcher = Rule.getInstructionMatcher(SymbolicName);
2809 if (Insn != &OM.getInstructionMatcher() ||
[all...]

Completed in 103 milliseconds