Searched refs:supportSwiftError (Results 1 – 16 of 16) sorted by relevance
128 if (MF->getSubtarget().getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs()142 if (MF.getSubtarget().getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
515 bool supportSwiftError() const override { in supportSwiftError() function
61 ->supportSwiftError() && in getCalleeSavedRegs()125 ->supportSwiftError() && in getCallPreservedMask()
504 bool supportSwiftError() const override { in supportSwiftError() function
1954 if (TLI.supportSwiftError()) { in selectLoad()2156 if (TLI.supportSwiftError()) { in selectStore()3798 if (TLI.supportSwiftError() && in selectRet()
1576 !(Subtarget.getTargetLowering()->supportSwiftError() && in produceCompactUnwindFrame()
364 bool IsSwiftCC = Subtarget.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs()477 bool IsSwiftCC = Subtarget.getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
1133 bool supportSwiftError() const override;
1123 if (TLI.supportSwiftError()) { in X86SelectStore()1167 if (TLI.supportSwiftError() && in X86SelectRet()1312 if (TLI.supportSwiftError()) { in X86SelectLoad()
42728 bool X86TargetLowering::supportSwiftError() const { in supportSwiftError() function in X86TargetLowering
95 if (STI.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs()128 if (STI.getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
563 bool supportSwiftError() const override { in supportSwiftError() function
1027 if (TLI.supportSwiftError()) { in SelectLoad()1158 if (TLI.supportSwiftError()) { in SelectStore()2106 if (TLI.supportSwiftError() && in SelectRet()
1235 if (!TLI->supportSwiftError()) in setupSwiftErrorVals()1270 if (!TLI->supportSwiftError()) in createSwiftErrorEntriesInEntryBlock()1350 if (!TLI->supportSwiftError()) in propagateSwiftErrorVRegs()1466 if (!TLI->supportSwiftError() || FuncInfo->SwiftErrorVals.empty()) in preassignSwiftErrorRegs()
1669 if (TLI.supportSwiftError() && in visitRet()3657 if (TLI.supportSwiftError()) { in visitLoad()3775 assert(DAG.getTargetLoweringInfo().supportSwiftError() && in visitStoreToSwiftError()3800 assert(DAG.getTargetLoweringInfo().supportSwiftError() && in visitLoadFromSwiftError()3843 if (TLI.supportSwiftError()) { in visitStore()6578 if (TLI.supportSwiftError() && in LowerCallTo()6597 if (Entry.IsSwiftError && TLI.supportSwiftError()) { in LowerCallTo()6623 if (TLI.supportSwiftError() && SwiftErrorVal) in LowerCallTo()6643 if (SwiftErrorVal && TLI.supportSwiftError()) { in LowerCallTo()8518 if (supportSwiftError()) { in LowerCallTo()[all …]
3140 virtual bool supportSwiftError() const { in supportSwiftError() function