Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcSubtarget.h80 bool useSoftMulDiv() const { return UseSoftMulDiv; } in useSoftMulDiv() function
H A DSparcInstrInfo.td29 def UseSoftMulDiv : Predicate<"Subtarget->useSoftMulDiv()">,
H A DSparcISelLowering.cpp1661 if (Subtarget->useSoftMulDiv()) { in SparcTargetLowering()