Searched refs:IsSoftFloat (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSubtarget.cpp | 75 MipsArchVersion(MipsDefault), IsLittle(little), IsSoftFloat(false), in MipsSubtarget() 255 if (InMips16Mode && !IsSoftFloat) in initializeSubtargetDependencies()
|
| H A D | MipsSubtarget.h | 76 bool IsSoftFloat; variable 339 bool useSoftFloat() const { return IsSoftFloat; } in useSoftFloat()
|
| H A D | Mips.td | 76 def FeatureSoftFloat : SubtargetFeature<"soft-float", "IsSoftFloat", "true",
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ |
| H A D | ABISysV_mips64.h | 43 bool IsSoftFloat(uint32_t fp_flag) const;
|
| H A D | ABISysV_mips.h | 43 bool IsSoftFloat(uint32_t fp_flag) const;
|
| H A D | ABISysV_mips.cpp | 864 if (IsSoftFloat(fp_flag)) { in GetReturnValueObjectImpl() 996 bool ABISysV_mips::IsSoftFloat(uint32_t fp_flags) const { in IsSoftFloat() function in ABISysV_mips
|
| H A D | ABISysV_mips64.cpp | 815 } else if (IsSoftFloat(fp_flag)) { in GetReturnValueObjectImpl() 1169 bool ABISysV_mips64::IsSoftFloat(uint32_t fp_flag) const { in IsSoftFloat() function in ABISysV_mips64
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 188 bool IsSoftFloat = in createTargetCodeGenInfo() local 190 return createPPC32TargetCodeGenInfo(CGM, IsSoftFloat); in createTargetCodeGenInfo() 193 bool IsSoftFloat = CodeGenOpts.FloatABI == "soft"; in createTargetCodeGenInfo() local 194 return createPPC32TargetCodeGenInfo(CGM, IsSoftFloat); in createTargetCodeGenInfo() 204 bool IsSoftFloat = CodeGenOpts.FloatABI == "soft"; in createTargetCodeGenInfo() local 206 return createPPC64_SVR4_TargetCodeGenInfo(CGM, Kind, IsSoftFloat); in createTargetCodeGenInfo() 214 bool IsSoftFloat = CodeGenOpts.FloatABI == "soft"; in createTargetCodeGenInfo() local 216 return createPPC64_SVR4_TargetCodeGenInfo(CGM, Kind, IsSoftFloat); in createTargetCodeGenInfo() 305 bool IsSoftFloat = !Target.hasFeature("hard-float-abi"); in createTargetCodeGenInfo() local 308 return createCSKYTargetCodeGenInfo(CGM, IsSoftFloat ? 0 in createTargetCodeGenInfo()
|