Searched defs:IsSoftFloat (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/source/Plugins/ABI/Mips/ | ||
H A D | ABISysV_mips.cpp | 1006 bool ABISysV_mips::IsSoftFloat(uint32_t fp_flags) const { IsSoftFloat() function in ABISysV_mips |
H A D | ABISysV_mips64.cpp | 1178 bool ABISysV_mips64::IsSoftFloat(uint32_t fp_flag) const { IsSoftFloat() function in ABISysV_mips64 |
/llvm-project/llvm/lib/Target/Mips/ | ||
H A D | MipsSubtarget.h | 78 bool IsSoftFloat; global() variable |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CodeGenModule.cpp | 304 bool IsSoftFloat = !Target.hasFeature("hard-float-abi"); in createTargetCodeGenInfo() local |