Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSwiftErrorValueTracking.cpp85 if (!TLI->supportSwiftError()) in setFunction()
116 if (!TLI->supportSwiftError()) in createEntriesInEntryBlock()
148 if (!TLI->supportSwiftError()) in propagateVRegs()
262 if (!TLI->supportSwiftError() || SwiftErrorVals.empty()) in preassignVRegs()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.h58 bool supportSwiftError() const override { return true; } in supportSwiftError() function
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp94 ->supportSwiftError() && in getCalleeSavedRegs()
130 ->supportSwiftError() && in getDarwinCalleeSavedRegs()
198 ->supportSwiftError() && in getDarwinCallPreservedMask()
233 ->supportSwiftError() && in getCallPreservedMask()
H A DAArch64ISelLowering.h818 bool supportSwiftError() const override { in supportSwiftError() function
H A DAArch64FastISel.cpp1935 if (TLI.supportSwiftError()) { in selectLoad()
2136 if (TLI.supportSwiftError()) { in selectStore()
3771 if (TLI.supportSwiftError() && in selectRet()
H A DAArch64FrameLowering.cpp2427 !(Subtarget.getTargetLowering()->supportSwiftError() && in produceCompactUnwindFrame()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h438 virtual bool supportSwiftError() const { in supportSwiftError() function
506 if (!supportSwiftError()) { in lowerReturn()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp206 if (MF->getSubtarget().getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs()
230 if (MF.getSubtarget().getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
H A DSystemZISelLowering.h613 bool supportSwiftError() const override { in supportSwiftError() function
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp97 if (STI.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs()
143 if (STI.getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
H A DARMISelLowering.h697 bool supportSwiftError() const override { in supportSwiftError() function
H A DARMFastISel.cpp1010 if (TLI.supportSwiftError()) { in SelectLoad()
1144 if (TLI.supportSwiftError()) { in SelectStore()
2085 if (TLI.supportSwiftError() && in SelectRet()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp390 bool IsSwiftCC = Subtarget.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs()
511 bool IsSwiftCC = Subtarget.getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
H A DX86ISelLowering.h1461 bool supportSwiftError() const override;
H A DX86FastISel.cpp1128 if (TLI.supportSwiftError()) { in X86SelectStore()
1170 if (TLI.supportSwiftError() && in X86SelectRet()
1320 if (TLI.supportSwiftError()) { in X86SelectLoad()
H A DX86ISelLowering.cpp56446 bool X86TargetLowering::supportSwiftError() const { in supportSwiftError() function in X86TargetLowering
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp363 if (CLI->supportSwiftError() && SwiftError.getFunctionArg()) { in translateRet()
1295 if (CLI->supportSwiftError() && isSwiftError(Ptr)) { in translateLoad()
1347 if (CLI->supportSwiftError() && isSwiftError(SI.getPointerOperand())) { in translateStore()
2349 if (CLI->supportSwiftError() && isSwiftError(Arg)) { in translateCallBase()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2031 if (TLI.supportSwiftError() && in visitRet()
4054 if (TLI.supportSwiftError()) { in visitLoad()
4172 assert(DAG.getTargetLoweringInfo().supportSwiftError() && in visitStoreToSwiftError()
4195 assert(DAG.getTargetLoweringInfo().supportSwiftError() && in visitLoadFromSwiftError()
4235 if (TLI.supportSwiftError()) { in visitStore()
7765 if (TLI.supportSwiftError() && in LowerCallTo()
7784 if (Entry.IsSwiftError && TLI.supportSwiftError()) { in LowerCallTo()
7820 if (TLI.supportSwiftError() && SwiftErrorVal) in LowerCallTo()
7841 if (SwiftErrorVal && TLI.supportSwiftError()) { in LowerCallTo()
9741 if (supportSwiftError()) { in LowerCallTo()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3923 virtual bool supportSwiftError() const { in supportSwiftError() function