Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSubtarget.h76 bool IsSoftFloat; variable
333 bool useSoftFloat() const { return IsSoftFloat; } in useSoftFloat()
H A DMipsSubtarget.cpp74 MipsArchVersion(MipsDefault), IsLittle(little), IsSoftFloat(false), in MipsSubtarget()
247 if (InMips16Mode && !IsSoftFloat) in initializeSubtargetDependencies()
H A DMips.td76 def FeatureSoftFloat : SubtargetFeature<"soft-float", "IsSoftFloat", "true",
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp11070 bool IsSoftFloat = in getTargetCodeGenInfo() local
11075 new PPC32TargetCodeGenInfo(Types, IsSoftFloat, RetSmallStructInRegABI)); in getTargetCodeGenInfo()
11078 bool IsSoftFloat = CodeGenOpts.FloatABI == "soft"; in getTargetCodeGenInfo() local
11082 new PPC32TargetCodeGenInfo(Types, IsSoftFloat, RetSmallStructInRegABI)); in getTargetCodeGenInfo()
11092 bool IsSoftFloat = CodeGenOpts.FloatABI == "soft"; in getTargetCodeGenInfo() local
11095 new PPC64_SVR4_TargetCodeGenInfo(Types, Kind, IsSoftFloat)); in getTargetCodeGenInfo()
11103 bool IsSoftFloat = CodeGenOpts.FloatABI == "soft"; in getTargetCodeGenInfo() local
11106 new PPC64_SVR4_TargetCodeGenInfo(Types, Kind, IsSoftFloat)); in getTargetCodeGenInfo()