Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsSubtarget.cpp66 IsLittle(little), IsSoftFloat(false), IsSingleFloat(false), IsFPXX(false), in MipsSubtarget()
156 if (InMips16Mode && !IsSoftFloat) in initializeSubtargetDependencies()
DMipsSubtarget.h58 bool IsSoftFloat; variable
257 bool useSoftFloat() const { return IsSoftFloat; } in useSoftFloat()
DMips.td80 def FeatureSoftFloat : SubtargetFeature<"soft-float", "IsSoftFloat", "true",
/external/llvm-project/llvm/lib/Target/Mips/
DMipsSubtarget.cpp74 MipsArchVersion(MipsDefault), IsLittle(little), IsSoftFloat(false), in MipsSubtarget()
247 if (InMips16Mode && !IsSoftFloat) in initializeSubtargetDependencies()
DMipsSubtarget.h76 bool IsSoftFloat; variable
333 bool useSoftFloat() const { return IsSoftFloat; } in useSoftFloat()
DMips.td76 def FeatureSoftFloat : SubtargetFeature<"soft-float", "IsSoftFloat", "true",
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSubtarget.h76 bool IsSoftFloat; variable
329 bool useSoftFloat() const { return IsSoftFloat; } in useSoftFloat()
DMipsSubtarget.cpp74 IsLittle(little), IsSoftFloat(false), IsSingleFloat(false), IsFPXX(false), in MipsSubtarget()
247 if (InMips16Mode && !IsSoftFloat) in initializeSubtargetDependencies()
DMips.td92 def FeatureSoftFloat : SubtargetFeature<"soft-float", "IsSoftFloat", "true",
/external/llvm-project/lldb/source/Plugins/ABI/Mips/
DABISysV_mips.h44 bool IsSoftFloat(uint32_t fp_flag) const;
DABISysV_mips64.h44 bool IsSoftFloat(uint32_t fp_flag) const;
DABISysV_mips.cpp867 if (IsSoftFloat(fp_flag)) { in GetReturnValueObjectImpl()
1004 bool ABISysV_mips::IsSoftFloat(uint32_t fp_flags) const { in IsSoftFloat() function in ABISysV_mips
DABISysV_mips64.cpp816 } else if (IsSoftFloat(fp_flag)) { in GetReturnValueObjectImpl()
1175 bool ABISysV_mips64::IsSoftFloat(uint32_t fp_flag) const { in IsSoftFloat() function in ABISysV_mips64
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp10906 bool IsSoftFloat = in getTargetCodeGenInfo() local
10911 new PPC32TargetCodeGenInfo(Types, IsSoftFloat, RetSmallStructInRegABI)); in getTargetCodeGenInfo()
10921 bool IsSoftFloat = CodeGenOpts.FloatABI == "soft"; in getTargetCodeGenInfo() local
10924 new PPC64_SVR4_TargetCodeGenInfo(Types, Kind, IsSoftFloat)); in getTargetCodeGenInfo()
10932 bool IsSoftFloat = CodeGenOpts.FloatABI == "soft"; in getTargetCodeGenInfo() local
10935 new PPC64_SVR4_TargetCodeGenInfo(Types, Kind, IsSoftFloat)); in getTargetCodeGenInfo()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenSubtargetInfo.inc3846 if (Bits[Mips::FeatureSoftFloat]) IsSoftFloat = true;