Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCSKYAttributes.cpp15 {CSKY_ARCH_NAME, "Tag_CSKY_ARCH_NAME"},
H A DCSKYAttributeParser.cpp18 CSKYAttrs::CSKY_ARCH_NAME,
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCSKYAttributes.h24 CSKY_ARCH_NAME = 4, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp1572 bool IsIntegerValue = ((Tag != CSKYAttrs::CSKY_ARCH_NAME) && in parseDirectiveAttribute()
1599 else if (Tag != CSKYAttrs::CSKY_ARCH_NAME && Tag != CSKYAttrs::CSKY_CPU_NAME) in parseDirectiveAttribute()
1602 CSKY::ArchKind ID = (Tag == CSKYAttrs::CSKY_ARCH_NAME) in parseDirectiveAttribute()
1606 return Error(ValueExprLoc, (Tag == CSKYAttrs::CSKY_ARCH_NAME) in parseDirectiveAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.cpp192 emitTextAttribute(CSKYAttrs::CSKY_ARCH_NAME, CPU_ARCH); in emitTargetAttributes()