Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp1006 bool ABISysV_mips::IsSoftFloat(uint32_t fp_flags) const { IsSoftFloat() function in ABISysV_mips
H A DABISysV_mips64.cpp1178 bool ABISysV_mips64::IsSoftFloat(uint32_t fp_flag) const { IsSoftFloat() function in ABISysV_mips64
/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h78 bool IsSoftFloat; global() variable
/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp304 bool IsSoftFloat = !Target.hasFeature("hard-float-abi"); in createTargetCodeGenInfo() local
191 bool IsSoftFloat = createTargetCodeGenInfo() local
196 bool IsSoftFloat = CodeGenOpts.FloatABI == "soft"; createTargetCodeGenInfo() local
207 bool IsSoftFloat = CodeGenOpts.FloatABI == "soft"; createTargetCodeGenInfo() local
217 bool IsSoftFloat = CodeGenOpts.FloatABI == "soft"; createTargetCodeGenInfo() local
[all...]