Home
last modified time | relevance | path

Searched refs:HasJAVA (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.h75 bool HasJAVA; variable
159 bool hasJAVA() const { return HasJAVA; } in hasJAVA()
H A DCSKYSubtarget.cpp50 HasJAVA = false; in initializeSubtargetDependencies()
H A DCSKYInstrFormats16Instr.td230 let Predicates = [HasJAVA];
H A DCSKY.td168 : SubtargetFeature<"java", "HasJAVA", "true", "Enable java instructions">;
169 def HasJAVA : Predicate<"Subtarget->hasJAVA()">,
H A DCSKYInstrInfo16Instr.td244 let Predicates = [HasJAVA];