Home
last modified time | relevance | path

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

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