Home
last modified time | relevance | path

Searched defs:IsSoftFloat (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp996 bool ABISysV_mips::IsSoftFloat(uint32_t fp_flags) const { in IsSoftFloat() function in ABISysV_mips
H A DABISysV_mips64.cpp1169 bool ABISysV_mips64::IsSoftFloat(uint32_t fp_flag) const { in IsSoftFloat() function in ABISysV_mips64
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h76 bool IsSoftFloat; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp188 bool IsSoftFloat = in createTargetCodeGenInfo() local
193 bool IsSoftFloat = CodeGenOpts.FloatABI == "soft"; in createTargetCodeGenInfo() local
204 bool IsSoftFloat = CodeGenOpts.FloatABI == "soft"; in createTargetCodeGenInfo() local
214 bool IsSoftFloat = CodeGenOpts.FloatABI == "soft"; in createTargetCodeGenInfo() local
305 bool IsSoftFloat = !Target.hasFeature("hard-float-abi"); in createTargetCodeGenInfo() local