Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.h91 bool UseCCRT; variable
178 bool useCCRT() const { return UseCCRT; } in useCCRT()
H A DCSKYSubtarget.cpp66 UseCCRT = false; in initializeSubtargetDependencies()
H A DCSKY.td254 : SubtargetFeature<"ccrt", "UseCCRT", "true", "Use CSKY compiler runtime">;
255 def UseCCRT : Predicate<"Subtarget->useCCRT()">,