Lines Matching defs:NumberedInstructions
97 ArrayRef<const CodeGenInstruction *> NumberedInstructions);
99 initOperandMapData(ArrayRef<const CodeGenInstruction *> NumberedInstructions,
105 ArrayRef<const CodeGenInstruction *> NumberedInstructions);
109 ArrayRef<const CodeGenInstruction *> NumberedInstructions);
112 ArrayRef<const CodeGenInstruction *> NumberedInstructions);
250 ArrayRef<const CodeGenInstruction *> NumberedInstructions,
254 for (const CodeGenInstruction *Inst : NumberedInstructions) {
284 ArrayRef<const CodeGenInstruction *> NumberedInstructions) {
291 initOperandMapData(NumberedInstructions, Namespace, Operands, OperandMap);
349 ArrayRef<const CodeGenInstruction *> NumberedInstructions) {
385 return NumberedInstructions[I]->TheDef->getName();
388 if (!NumberedInstructions.empty()) {
392 for (const CodeGenInstruction *Inst : NumberedInstructions) {
485 ArrayRef<const CodeGenInstruction *> NumberedInstructions) {
492 for (const auto *Inst : NumberedInstructions) {
570 ArrayRef<const CodeGenInstruction *> NumberedInstructions) {
577 for (const auto *Inst : NumberedInstructions) {
931 ArrayRef<const CodeGenInstruction *> NumberedInstructions =
938 OS << " MCInstrDesc Insts[" << NumberedInstructions.size() << "];\n";
964 unsigned Num = NumberedInstructions.size();
965 for (const CodeGenInstruction *Inst : reverse(NumberedInstructions)) {
999 for (const CodeGenInstruction *Inst : NumberedInstructions) {
1009 llvm::any_of(NumberedInstructions, [](const CodeGenInstruction *Inst) {
1017 for (const CodeGenInstruction *Inst : NumberedInstructions) {
1032 llvm::any_of(NumberedInstructions, [](const CodeGenInstruction *Inst) {
1039 for (const CodeGenInstruction *Inst : NumberedInstructions) {
1066 OS << NumberedInstructions.size() << ");\n}\n\n";
1128 OS << NumberedInstructions.size() << ");\n}\n";
1134 emitOperandNameMappings(OS, Target, NumberedInstructions);
1137 emitOperandTypeMappings(OS, Target, NumberedInstructions);
1140 emitLogicalOperandSizeMappings(OS, TargetName, NumberedInstructions);
1143 emitLogicalOperandTypeMappings(OS, TargetName, NumberedInstructions);