Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h2260 virtual void emitActionOpcodes(MatchTable &Table,
2268 emitActionOpcodes(Table, Rule); in emitActionOpcodesAndDone()
2289 void emitActionOpcodes(MatchTable &Table, RuleMatcher &Rule) const override { in emitActionOpcodes() function
2338 void emitActionOpcodes(MatchTable &Table, RuleMatcher &Rule) const override;
2356 void emitActionOpcodes(MatchTable &Table, RuleMatcher &Rule) const override;
2372 void emitActionOpcodes(MatchTable &Table, RuleMatcher &Rule) const override;
2398 void emitActionOpcodes(MatchTable &Table, RuleMatcher &Rule) const override;
2414 void emitActionOpcodes(MatchTable &Table, RuleMatcher &Rule) const override { in emitActionOpcodes() function
2443 void emitActionOpcodes(MatchTable &Table, RuleMatcher &Rule) const override;
2464 void emitActionOpcodes(MatchTable &Table, RuleMatcher &Rule) const override;
H A DGlobalISelMatchTable.cpp1045 MA->emitActionOpcodes(Table, *this); in emit()
1058 MA->emitActionOpcodes(Table, *this); in emit()
2161 void BuildMIAction::emitActionOpcodes(MatchTable &Table, in emitActionOpcodes() function in llvm::gi::BuildMIAction
2292 void BuildConstantAction::emitActionOpcodes(MatchTable &Table, in emitActionOpcodes() function in llvm::gi::BuildConstantAction
2302 void EraseInstAction::emitActionOpcodes(MatchTable &Table, in emitActionOpcodes() function in llvm::gi::EraseInstAction
2316 emitActionOpcodes(Table, Rule); in emitActionOpcodesAndDone()
2345 void ReplaceRegAction::emitActionOpcodes(MatchTable &Table, in emitActionOpcodes() function in llvm::gi::ReplaceRegAction
2370 void ConstrainOperandToRegClassAction::emitActionOpcodes( in emitActionOpcodes() function in llvm::gi::ConstrainOperandToRegClassAction
2381 void MakeTempRegisterAction::emitActionOpcodes(MatchTable &Table, in emitActionOpcodes() function in llvm::gi::MakeTempRegisterAction