Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp75 MipsArchVersion(MipsDefault), IsLittle(little), IsSoftFloat(false), in MipsSubtarget()
252 if (InMips16Mode && !IsSoftFloat) in initializeSubtargetDependencies()
H A DMipsSubtarget.h79 bool IsSoftFloat; variable
336 bool useSoftFloat() const { return IsSoftFloat; } in useSoftFloat()
H A DMips.td76 def FeatureSoftFloat : SubtargetFeature<"soft-float", "IsSoftFloat", "true",
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp12278 bool IsSoftFloat = in getTargetCodeGenInfo() local
12283 new PPC32TargetCodeGenInfo(Types, IsSoftFloat, RetSmallStructInRegABI)); in getTargetCodeGenInfo()
12286 bool IsSoftFloat = CodeGenOpts.FloatABI == "soft"; in getTargetCodeGenInfo() local
12290 new PPC32TargetCodeGenInfo(Types, IsSoftFloat, RetSmallStructInRegABI)); in getTargetCodeGenInfo()
12300 bool IsSoftFloat = CodeGenOpts.FloatABI == "soft"; in getTargetCodeGenInfo() local
12303 new PPC64_SVR4_TargetCodeGenInfo(Types, Kind, IsSoftFloat)); in getTargetCodeGenInfo()
12311 bool IsSoftFloat = CodeGenOpts.FloatABI == "soft"; in getTargetCodeGenInfo() local
12314 new PPC64_SVR4_TargetCodeGenInfo(Types, Kind, IsSoftFloat)); in getTargetCodeGenInfo()
12403 bool IsSoftFloat = !getTarget().hasFeature("hard-float-abi"); in getTargetCodeGenInfo() local
12406 return SetCGInfo(new CSKYTargetCodeGenInfo(Types, IsSoftFloat ? 0 in getTargetCodeGenInfo()