Home
last modified time | relevance | path

Searched refs:softFloat (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp132 bool softFloat = F.getFnAttribute("use-soft-float").getValueAsBool(); in getSubtargetImpl() local
134 if (softFloat) in getSubtargetImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp186 bool softFloat = F.getFnAttribute("use-soft-float").getValueAsBool(); in getSubtargetImpl() local
196 if (softFloat) in getSubtargetImpl()