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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.h63 mutable std::vector<const CodeGenInstruction*> InstrsByEnum; member in class:llvm::CodeGenTarget
159 if (InstrsByEnum.empty())
171 if (InstrsByEnum.empty())
173 return InstrsByEnum;
H A DCodeGenTarget.cpp463 InstrsByEnum.push_back(Instr);
465 unsigned EndOfPredefines = InstrsByEnum.size();
472 InstrsByEnum.push_back(CGI);
478 assert(InstrsByEnum.size() == Insts.size() && "Missing predefined instr");
482 InstrsByEnum.begin() + EndOfPredefines, InstrsByEnum.end(),

Completed in 103 milliseconds