Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h52 bool HasStdExtZihintpause = false; variable
157 bool hasStdExtZihintpause() const { return HasStdExtZihintpause; } in hasStdExtZihintpause()
H A DRISCV.td58 : SubtargetFeature<"zihintpause", "HasStdExtZihintpause", "true",
60 def HasStdExtZihintpause : Predicate<"Subtarget->hasStdExtZihintpause()">,
H A DRISCVInstrInfo.td923 let Predicates = [HasStdExtZihintpause] in