Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp897 RuleMatcher &RM = OM.getInstructionMatcher().getRuleMatcher(); in defineOperand()
911 RuleMatcher::getInstructionMatcher(StringRef SymbolicName) const { in getInstructionMatcher() function in llvm::gi::RuleMatcher
1146 unsigned OtherInsnVarID = Rule.getInsnVarID(OtherOM.getInstructionMatcher()); in emitPredicateOpcodes()
1147 assert(OtherInsnVarID == OtherOM.getInstructionMatcher().getInsnVarID()); in emitPredicateOpcodes()
1882 unsigned OldInsnVarID = Rule.getInsnVarID(Operand.getInstructionMatcher()); in emitRenderOpcodes()
1892 unsigned OldInsnVarID = Rule.getInsnVarID(Operand.getInstructionMatcher()); in emitRenderOpcodes()
1902 unsigned OldInsnVarID = Rule.getInsnVarID(Operand.getInstructionMatcher()); in emitRenderOpcodes()
1923 InstructionMatcher &InsnMatcher = Rule.getInstructionMatcher(SymbolicName); in emitRenderOpcodes()
1938 InstructionMatcher &InsnMatcher = Rule.getInstructionMatcher(SymbolicName); in emitRenderOpcodes()
1953 unsigned OldInsnVarID = Rule.getInsnVarID(Operand.getInstructionMatcher()); in emitRenderOpcodes()
[all …]
H A DGlobalISelMatchTable.h660 InstructionMatcher &getInstructionMatcher(StringRef SymbolicName) const;
1292 InstructionMatcher &getInstructionMatcher() const { return Insn; } in getInstructionMatcher() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp1808 M.getInsnVarID(M.getInstructionMatcher(MatchRoot->getName())); in emitApplyPatterns()
2004 DstMI.addCopiedMIFlags(M.getInstructionMatcher(InstName)); in emitInstructionApplyPattern()