Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp120 bool softFloat = F.getFnAttribute("use-soft-float").getValueAsBool(); in getSubtargetImpl() local
122 if (softFloat) in getSubtargetImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp182 bool softFloat = F.getFnAttribute("use-soft-float").getValueAsBool(); in getSubtargetImpl() local
184 if (softFloat) in getSubtargetImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp179 bool softFloat = F.getFnAttribute("use-soft-float").getValueAsBool(); in getSubtargetImpl() local
189 if (softFloat) in getSubtargetImpl()