Searched refs:IsSoftFloat (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/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_mips64.cpp818 } else if (IsSoftFloat(fp_flag)) {
1178 bool ABISysV_mips64::IsSoftFloat(uint32_t fp_flag) const { function in class:ABISysV_mips64
H A DABISysV_mips.cpp868 if (IsSoftFloat(fp_flag)) {
1006 bool ABISysV_mips::IsSoftFloat(uint32_t fp_flags) const { function in class:ABISysV_mips
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h77 // IsSoftFloat - The target does not support any floating point instructions.
78 bool IsSoftFloat; member in class:llvm::MipsSubtarget
335 bool useSoftFloat() const { return IsSoftFloat; }
H A DMipsSubtarget.cpp75 MipsArchVersion(MipsDefault), IsLittle(little), IsSoftFloat(false),
251 if (InMips16Mode && !IsSoftFloat)
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp186 bool IsSoftFloat =
188 return createPPC32TargetCodeGenInfo(CGM, IsSoftFloat);
191 bool IsSoftFloat = CodeGenOpts.FloatABI == "soft"; local
192 return createPPC32TargetCodeGenInfo(CGM, IsSoftFloat);
202 bool IsSoftFloat = CodeGenOpts.FloatABI == "soft"; local
204 return createPPC64_SVR4_TargetCodeGenInfo(CGM, Kind, IsSoftFloat);
212 bool IsSoftFloat = CodeGenOpts.FloatABI == "soft"; local
214 return createPPC64_SVR4_TargetCodeGenInfo(CGM, Kind, IsSoftFloat);
299 bool IsSoftFloat = !Target.hasFeature("hard-float-abi"); local
302 return createCSKYTargetCodeGenInfo(CGM, IsSoftFloat
[all...]

Completed in 132 milliseconds