Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.h113 unsigned getAsmParserVariantCount() const;
H A DInstrDocsEmitter.cpp60 unsigned VariantCount = Target.getAsmParserVariantCount(); in EmitInstrDocs()
H A DCodeGenTarget.cpp356 unsigned CodeGenTarget::getAsmParserVariantCount() const { in getAsmParserVariantCount() function in CodeGenTarget
H A DAsmMatcherEmitter.cpp1503 unsigned VariantCount = Target.getAsmParserVariantCount(); in buildInfo()
2828 unsigned VariantCount = Target.getAsmParserVariantCount(); in emitMnemonicAliases()
3507 unsigned VariantCount = Target.getAsmParserVariantCount(); in run()