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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp646 unsigned NumMIOps; member in class:__anon4894::IAPrinter
649 IAPrinter(std::string R, std::string AS, unsigned NumMIOps) argument
650 : Result(std::move(R)), AsmString(std::move(AS)), NumMIOps(NumMIOps) {}
663 unsigned getNumMIOps() { return NumMIOps; }
733 if (NumMIOps != RHS.NumMIOps)
834 unsigned NumMIOps = 0; local
836 NumMIOps += ResultInstOpnd.MINumOperands;
838 IAPrinter IAP(CGA.Result->getAsString(), FlatAliasAsmString, NumMIOps);
[all...]

Completed in 120 milliseconds