Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
HDRISCVBaseInfo.cpp79 auto ISAInfo = RISCVFeatures::parseFeatureBits(IsRV64, FeatureBits); in computeTargetABI()
109 namespace RISCVFeatures { namespace
HDRISCVAsmBackend.h36 RISCVFeatures::validate(STI.getTargetTriple(), STI.getFeatureBits()); in RISCVAsmBackend()
HDRISCVTargetStreamer.cpp78 auto ParseResult = RISCVFeatures::parseFeatureBits( in emitTargetAttributes()
HDRISCVBaseInfo.h474 namespace RISCVFeatures {
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCV.td15 include "RISCVFeatures.td"
HDRISCVSubtarget.cpp86 RISCVFeatures::validate(TT, getFeatureBits()); in initializeSubtargetDependencies()
HDRISCVFeatures.td1 //===-- RISCVFeatures.td - RISC-V Features and Extensions --*- tablegen -*-===//
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
HDRISCVAsmParser.cpp2906 auto ParseResult = RISCVFeatures::parseFeatureBits(isRV64(), STI->getFeatureBits()); in parseDirectiveOption()