Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp94 ArrayRef<const CodeGenInstruction *> TargetInstructions);
97 ArrayRef<const CodeGenInstruction *> TargetInstructions);
242 ArrayRef<const CodeGenInstruction *> TargetInstructions) { in emitOperandNameMappings() argument
266 for (const CodeGenInstruction *Inst : TargetInstructions) { in emitOperandNameMappings()
484 ArrayRef<const CodeGenInstruction *> TargetInstructions) { in emitLogicalOperandSizeMappings() argument
491 for (const auto *Inst : TargetInstructions) { in emitLogicalOperandSizeMappings()
1060 ArrayRef<const CodeGenInstruction *> TargetInstructions = in run() local
1065 emitOperandNameMappings(OS, Target, TargetInstructions); in run()
1073 emitLogicalOperandSizeMappings(OS, TargetName, TargetInstructions); in run()