Home
last modified time | relevance | path

Searched refs:IsSoftFloat (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp74 MipsArchVersion(MipsDefault), IsLittle(little), IsSoftFloat(false), in MipsSubtarget()
247 if (InMips16Mode && !IsSoftFloat) in initializeSubtargetDependencies()
H A DMipsSubtarget.h76 bool IsSoftFloat; variable
333 bool useSoftFloat() const { return IsSoftFloat; } in useSoftFloat()
H A DMips.td76 def FeatureSoftFloat : SubtargetFeature<"soft-float", "IsSoftFloat", "true",
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.h44 bool IsSoftFloat(uint32_t fp_flag) const;
H A DABISysV_mips.h44 bool IsSoftFloat(uint32_t fp_flag) const;
H A DABISysV_mips.cpp867 if (IsSoftFloat(fp_flag)) { in GetReturnValueObjectImpl()
1005 bool ABISysV_mips::IsSoftFloat(uint32_t fp_flags) const { in IsSoftFloat() function in ABISysV_mips
H A DABISysV_mips64.cpp816 } else if (IsSoftFloat(fp_flag)) { in GetReturnValueObjectImpl()
1176 bool ABISysV_mips64::IsSoftFloat(uint32_t fp_flag) const { in IsSoftFloat() function in ABISysV_mips64
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp11116 bool IsSoftFloat = in getTargetCodeGenInfo() local
11121 new PPC32TargetCodeGenInfo(Types, IsSoftFloat, RetSmallStructInRegABI)); in getTargetCodeGenInfo()
11124 bool IsSoftFloat = CodeGenOpts.FloatABI == "soft"; in getTargetCodeGenInfo() local
11128 new PPC32TargetCodeGenInfo(Types, IsSoftFloat, RetSmallStructInRegABI)); in getTargetCodeGenInfo()
11138 bool IsSoftFloat = CodeGenOpts.FloatABI == "soft"; in getTargetCodeGenInfo() local
11141 new PPC64_SVR4_TargetCodeGenInfo(Types, Kind, IsSoftFloat)); in getTargetCodeGenInfo()
11149 bool IsSoftFloat = CodeGenOpts.FloatABI == "soft"; in getTargetCodeGenInfo() local
11152 new PPC64_SVR4_TargetCodeGenInfo(Types, Kind, IsSoftFloat)); in getTargetCodeGenInfo()