Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsSubtarget.h79 bool IsSoftFloat; variable
336 bool useSoftFloat() const { return IsSoftFloat; } in useSoftFloat()
H A DMipsSubtarget.cpp75 MipsArchVersion(MipsDefault), IsLittle(little), IsSoftFloat(false), in MipsSubtarget()
252 if (InMips16Mode && !IsSoftFloat) in initializeSubtargetDependencies()
H A DMips.td76 def FeatureSoftFloat : SubtargetFeature<"soft-float", "IsSoftFloat", "true",
/llvm-project-15.0.7/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.cpp830 if (IsSoftFloat(fp_flag)) { in GetReturnValueObjectImpl()
968 bool ABISysV_mips::IsSoftFloat(uint32_t fp_flags) const { in IsSoftFloat() function in ABISysV_mips
H A DABISysV_mips64.cpp779 } else if (IsSoftFloat(fp_flag)) { in GetReturnValueObjectImpl()
1139 bool ABISysV_mips64::IsSoftFloat(uint32_t fp_flag) const { in IsSoftFloat() function in ABISysV_mips64
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp11634 bool IsSoftFloat = in getTargetCodeGenInfo() local
11639 new PPC32TargetCodeGenInfo(Types, IsSoftFloat, RetSmallStructInRegABI)); in getTargetCodeGenInfo()
11642 bool IsSoftFloat = CodeGenOpts.FloatABI == "soft"; in getTargetCodeGenInfo() local
11646 new PPC32TargetCodeGenInfo(Types, IsSoftFloat, RetSmallStructInRegABI)); in getTargetCodeGenInfo()
11656 bool IsSoftFloat = CodeGenOpts.FloatABI == "soft"; in getTargetCodeGenInfo() local
11659 new PPC64_SVR4_TargetCodeGenInfo(Types, Kind, IsSoftFloat)); in getTargetCodeGenInfo()
11667 bool IsSoftFloat = CodeGenOpts.FloatABI == "soft"; in getTargetCodeGenInfo() local
11670 new PPC64_SVR4_TargetCodeGenInfo(Types, Kind, IsSoftFloat)); in getTargetCodeGenInfo()
11759 bool IsSoftFloat = !getTarget().hasFeature("hard-float-abi"); in getTargetCodeGenInfo() local
11762 return SetCGInfo(new CSKYTargetCodeGenInfo(Types, IsSoftFloat ? 0 in getTargetCodeGenInfo()