Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1922 M.addAction<DebugCommentAction>(llvm::to_string(P.getSrcPattern()) + in runOnPattern()
1995 M.addAction<BuildMIAction>(M.allocateOutputInsnID(), &DstI); in runOnPattern()
1998 M.addAction<ConstrainOperandToRegClassAction>(0, 0, RC); in runOnPattern()
2002 M.addAction<EraseInstAction>(RootInsnID); in runOnPattern()
2127 M.addAction<ConstrainOperandToRegClassAction>( in runOnPattern()
2156 M.addAction<ConstrainOperandToRegClassAction>(0, 0, in runOnPattern()
2158 M.addAction<ConstrainOperandToRegClassAction>(0, 1, *SrcRCDstRCPair->first); in runOnPattern()
2173 M.addAction<ConstrainOperandToRegClassAction>(0, 0, **SuperClass); in runOnPattern()
2174 M.addAction<ConstrainOperandToRegClassAction>(0, 1, **SuperClass); in runOnPattern()
2175 M.addAction<ConstrainOperandToRegClassAction>(0, 2, **SubClass); in runOnPattern()
[all …]
H A DGlobalISelCombinerEmitter.cpp1304 RM.addAction<DebugCommentAction>(Comment); in addRuleMatcher()
1809 M.addAction<EraseInstAction>(RootInsnID); in emitApplyPatterns()
1894 M.addAction<BuildMIAction>(M.allocateOutputInsnID(), &CGIP.getInst()); in emitInstructionApplyPattern()
2073 M.addAction<EraseInstAction>(/*InsnID*/ 0); in emitBuiltinApplyPattern()
2087 M.addAction<ReplaceRegAction>(OldOM.getInsnVarID(), OldOM.getOpIdx(), in emitBuiltinApplyPattern()
2092 M.addAction<ReplaceRegAction>(OldOM.getInsnVarID(), OldOM.getOpIdx(), in emitBuiltinApplyPattern()
H A DGlobalISelCombinerMatchTableEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h581 template <class Kind, class... Args> Kind &addAction(Args &&...args) { in addAction() function