Home
last modified time | relevance | path

Searched defs:IsRVE (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp43 bool IsRVE = FeatureBits[RISCV::FeatureRVE]; computeTargetABI() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/
H A DRISCVDisassembler.cpp67 bool IsRVE = Decoder->getSubtargetInfo().hasFeature(RISCV::FeatureRVE); DecodeGPRRegisterClass() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1633 matchRegisterNameHelper(bool IsRVE,StringRef Name) matchRegisterNameHelper() argument