Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h45 bool HasStdExtZbc = false; variable
113 bool hasStdExtZbc() const { return HasStdExtZbc; } in hasStdExtZbc()
H A DRISCV.td75 : SubtargetFeature<"experimental-zbc", "HasStdExtZbc", "true",
77 def HasStdExtZbc : Predicate<"Subtarget->hasStdExtZbc()">,
H A DRISCVInstrInfoB.td394 let Predicates = [HasStdExtZbc] in {
398 } // Predicates = [HasStdExtZbc]
1093 let Predicates = [HasStdExtZbc] in {
1097 } // Predicates = [HasStdExtZbc]