Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.h101 unsigned getAsmParserVariantCount() const;
H A DInstrDocsEmitter.cpp61 unsigned VariantCount = Target.getAsmParserVariantCount(); in EmitInstrDocs()
H A DCodeGenTarget.cpp334 unsigned CodeGenTarget::getAsmParserVariantCount() const { in getAsmParserVariantCount() function in CodeGenTarget
H A DAsmMatcherEmitter.cpp1483 unsigned VariantCount = Target.getAsmParserVariantCount(); in buildInfo()
2808 unsigned VariantCount = Target.getAsmParserVariantCount(); in emitMnemonicAliases()
3485 unsigned VariantCount = Target.getAsmParserVariantCount(); in run()