Lines Matching refs:Insts
273 std::vector<Record *> Insts = Records.getAllDerivedDefinitions("Instruction"); in ReadInstructions() local
274 if (Insts.size() <= 2) in ReadInstructions()
278 for (Record *R : Insts) { in ReadInstructions()
287 const DenseMap<const Record *, std::unique_ptr<CodeGenInstruction>> &Insts, in GetInstByName() argument
291 const auto I = Insts.find(Rec); in GetInstByName()
292 if (!Rec || I == Insts.end()) in GetInstByName()
309 const auto &Insts = getInstructions(); in ComputeInstrsByEnum() local
311 const CodeGenInstruction *Instr = GetInstByName(*p, Insts, Records); in ComputeInstrsByEnum()
320 for (const auto &I : Insts) { in ComputeInstrsByEnum()
329 assert(InstrsByEnum.size() == Insts.size() && "Missing predefined instr"); in ComputeInstrsByEnum()
360 std::vector<Record *> Insts = in reverseBitsForLittleEndianEncoding() local
362 for (Record *R : Insts) { in reverseBitsForLittleEndianEncoding()