Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZicbo.td67 let Predicates = [HasStdExtZicbop] in {
71 } // Predicates = [HasStdExtZicbop]
H A DRISCVSubtarget.h91 bool HasStdExtZicbop = false; variable
187 bool hasStdExtZicbop() const { return HasStdExtZicbop; } in hasStdExtZicbop()
H A DRISCV.td431 : SubtargetFeature<"zicbop", "HasStdExtZicbop", "true",
433 def HasStdExtZicbop : Predicate<"Subtarget->hasStdExtZicbop()">,