Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.h77 mutable std::vector<const CodeGenInstruction *> InstrsByEnum; variable
183 if (InstrsByEnum.empty()) in getNumPseudoInstructions()
195 if (InstrsByEnum.empty()) in getInstructionsByEnumValue()
197 return InstrsByEnum; in getInstructionsByEnumValue()
202 if (InstrsByEnum.empty()) in getInstrIntValue()
H A DCodeGenTarget.cpp314 InstrsByEnum.push_back(Instr); in ComputeInstrsByEnum()
316 unsigned EndOfPredefines = InstrsByEnum.size(); in ComputeInstrsByEnum()
323 InstrsByEnum.push_back(CGI); in ComputeInstrsByEnum()
329 assert(InstrsByEnum.size() == Insts.size() && "Missing predefined instr"); in ComputeInstrsByEnum()
333 InstrsByEnum.begin() + EndOfPredefines, InstrsByEnum.end(), in ComputeInstrsByEnum()
343 for (const CodeGenInstruction *Inst : InstrsByEnum) in ComputeInstrsByEnum()