Home
last modified time | relevance | path

Searched refs:haveRequiredFeatures (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVInstPrinter.cpp133 if (Reg.haveRequiredFeatures(STI.getFeatureBits())) { in printCSRSystemRegister()
H A DRISCVBaseInfo.h528 bool haveRequiredFeatures(const FeatureBitset &ActiveFeatures) const { in haveRequiredFeatures() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1915 if (Reg.haveRequiredFeatures(STI->getFeatureBits())) in parseCSRSystemRegister()
1967 if (!SysReg->haveRequiredFeatures(FeatureBits)) { in parseCSRSystemRegister()