Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.h92 bool DumpConstPool; variable
179 bool dumpConstPool() const { return DumpConstPool; } in dumpConstPool()
H A DCSKYSubtarget.cpp67 DumpConstPool = false; in initializeSubtargetDependencies()
H A DCSKY.td241 def FeatureConstPool : SubtargetFeature<"constpool", "DumpConstPool", "true",
243 def DumpConstPool : Predicate<"Subtarget->dumpConstPool()">,