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
661 if (isSoftFloat()) in isHomogeneousAggregateBaseType()
892 !isSoftFloat() && (BaseTy->isFloatingPointTy() || BaseTy->isVectorTy()); in EmitAAPCSVAArg()
1195 if (!TI.hasFeature("fp") && !ABIInfo.isSoftFloat()) { in checkFunctionABI()
1288 if (!Caller || TI.hasFeature("fp") || ABIInfo.isSoftFloat()) in checkFunctionCallABISoftFloat()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp1472 bool isSoftFloat = Subtarget.useSoftFloat(); in get64BitArgumentXMMs() local
1473 if (isSoftFloat || !Subtarget.hasSSE1()) in get64BitArgumentXMMs()