Home
last modified time | relevance | path

Searched refs:UseSoftMulDiv (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/
DSparcSubtarget.h34 bool UseSoftMulDiv; variable
80 bool useSoftMulDiv() const { return UseSoftMulDiv; } in useSoftMulDiv()
DSparcSubtarget.cpp30 UseSoftMulDiv = false; in initializeSubtargetDependencies()
DSparc.td23 : SubtargetFeature<"soft-mul-div", "UseSoftMulDiv", "true",
DSparcInstrInfo.td29 def UseSoftMulDiv : Predicate<"Subtarget->useSoftMulDiv()">,