Home
last modified time | relevance | path

Searched refs:isSoftFloat (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp31 bool isSoftFloat() const { return Kind == AArch64ABIKind::AAPCSSoft; } in isSoftFloat() function in __anona63ee2500111::AArch64ABIInfo
862 if (!TI.hasFeature("fp") && !ABIInfo.isSoftFloat()) { in checkFunctionABI()
909 if (!Caller || TI.hasFeature("fp") || ABIInfo.isSoftFloat()) in checkFunctionCallABISoftFloat()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp1441 bool isSoftFloat = Subtarget.useSoftFloat(); in get64BitArgumentXMMs() local
1442 if (isSoftFloat || !Subtarget.hasSSE1()) in get64BitArgumentXMMs()