Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp191 bool softFloat = F.getFnAttribute("use-soft-float").getValueAsBool(); in getSubtargetImpl() local
193 if (softFloat) in getSubtargetImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp120 bool softFloat = F.getFnAttribute("use-soft-float").getValueAsBool(); in getSubtargetImpl() local
122 if (softFloat) in getSubtargetImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp175 bool softFloat = F.getFnAttribute("use-soft-float").getValueAsBool(); in getSubtargetImpl() local
185 if (softFloat) in getSubtargetImpl()