Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp1006 bool ABISysV_mips::IsSoftFloat(uint32_t fp_flags) const { in IsSoftFloat() function in ABISysV_mips
H A DABISysV_mips64.cpp1178 bool ABISysV_mips64::IsSoftFloat(uint32_t fp_flag) const { in IsSoftFloat() function in ABISysV_mips64
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h78 bool IsSoftFloat; variable
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp186 bool IsSoftFloat = createTargetCodeGenInfo() local
191 bool IsSoftFloat = CodeGenOpts.FloatABI == "soft"; createTargetCodeGenInfo() local
202 bool IsSoftFloat = CodeGenOpts.FloatABI == "soft"; createTargetCodeGenInfo() local
212 bool IsSoftFloat = CodeGenOpts.FloatABI == "soft"; createTargetCodeGenInfo() local
299 bool IsSoftFloat = !Target.hasFeature("hard-float-abi"); createTargetCodeGenInfo() local
[all...]