Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp120 bool softFloat = F.getFnAttribute("use-soft-float").getValueAsBool(); in getSubtargetImpl() local
122 if (softFloat) in getSubtargetImpl()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp203 bool softFloat = F.getFnAttribute("use-soft-float").getValueAsBool(); in getSubtargetImpl() local
205 if (softFloat) in getSubtargetImpl()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp183 bool softFloat = F.getFnAttribute("use-soft-float").getValueAsBool(); in getSubtargetImpl() local
193 if (softFloat) in getSubtargetImpl()