Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp79 auto ISAInfo = RISCVFeatures::parseFeatureBits(IsRV64, FeatureBits); in computeTargetABI()
109 namespace RISCVFeatures { namespace
H A DRISCVAsmBackend.h36 RISCVFeatures::validate(STI.getTargetTriple(), STI.getFeatureBits()); in RISCVAsmBackend()
H A DRISCVTargetStreamer.cpp78 auto ParseResult = RISCVFeatures::parseFeatureBits( in emitTargetAttributes()
H A DRISCVBaseInfo.h474 namespace RISCVFeatures {
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCV.td15 include "RISCVFeatures.td"
H A DRISCVSubtarget.cpp86 RISCVFeatures::validate(TT, getFeatureBits()); in initializeSubtargetDependencies()
H A DRISCVFeatures.td1 //===-- RISCVFeatures.td - RISC-V Features and Extensions --*- tablegen -*-===//
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2906 auto ParseResult = RISCVFeatures::parseFeatureBits(isRV64(), STI->getFeatureBits()); in parseDirectiveOption()