Home
last modified time | relevance | path

Searched refs:supportSwiftError (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp128 if (MF->getSubtarget().getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs()
142 if (MF.getSubtarget().getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
H A DSystemZISelLowering.h515 bool supportSwiftError() const override { in supportSwiftError() function
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp61 ->supportSwiftError() && in getCalleeSavedRegs()
125 ->supportSwiftError() && in getCallPreservedMask()
H A DAArch64ISelLowering.h504 bool supportSwiftError() const override { in supportSwiftError() function
H A DAArch64FastISel.cpp1954 if (TLI.supportSwiftError()) { in selectLoad()
2156 if (TLI.supportSwiftError()) { in selectStore()
3798 if (TLI.supportSwiftError() && in selectRet()
H A DAArch64FrameLowering.cpp1576 !(Subtarget.getTargetLowering()->supportSwiftError() && in produceCompactUnwindFrame()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp364 bool IsSwiftCC = Subtarget.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs()
477 bool IsSwiftCC = Subtarget.getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
H A DX86ISelLowering.h1133 bool supportSwiftError() const override;
H A DX86FastISel.cpp1123 if (TLI.supportSwiftError()) { in X86SelectStore()
1167 if (TLI.supportSwiftError() && in X86SelectRet()
1312 if (TLI.supportSwiftError()) { in X86SelectLoad()
H A DX86ISelLowering.cpp42728 bool X86TargetLowering::supportSwiftError() const { in supportSwiftError() function in X86TargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp95 if (STI.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs()
128 if (STI.getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
H A DARMISelLowering.h563 bool supportSwiftError() const override { in supportSwiftError() function
H A DARMFastISel.cpp1027 if (TLI.supportSwiftError()) { in SelectLoad()
1158 if (TLI.supportSwiftError()) { in SelectStore()
2106 if (TLI.supportSwiftError() && in SelectRet()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1235 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()
H A DSelectionDAGBuilder.cpp1669 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 …]
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3140 virtual bool supportSwiftError() const { in supportSwiftError() function