Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DCodeGenTarget.h64 mutable std::vector<const CodeGenInstruction*> InstrsByEnum; variable
164 if (InstrsByEnum.empty()) in getNumPseudoInstructions()
176 if (InstrsByEnum.empty()) in getInstructionsByEnumValue()
178 return InstrsByEnum; in getInstructionsByEnumValue()
DCodeGenTarget.cpp491 InstrsByEnum.push_back(Instr); in ComputeInstrsByEnum()
493 unsigned EndOfPredefines = InstrsByEnum.size(); in ComputeInstrsByEnum()
500 InstrsByEnum.push_back(CGI); in ComputeInstrsByEnum()
506 assert(InstrsByEnum.size() == Insts.size() && "Missing predefined instr"); in ComputeInstrsByEnum()
510 InstrsByEnum.begin() + EndOfPredefines, InstrsByEnum.end(), in ComputeInstrsByEnum()