Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp174 bool softFloat = F.getFnAttribute("use-soft-float").getValueAsBool(); in getSubtargetImpl() local
176 if (softFloat) in getSubtargetImpl()
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp132 bool softFloat = F.getFnAttribute("use-soft-float").getValueAsBool(); in getSubtargetImpl() local
134 if (softFloat) in getSubtargetImpl()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp187 bool softFloat = F.getFnAttribute("use-soft-float").getValueAsBool(); in getSubtargetImpl() local
197 if (softFloat) in getSubtargetImpl()