Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwiftErrorValueTracking.cpp85 if (!TLI->supportSwiftError()) in setFunction()
116 if (!TLI->supportSwiftError()) in createEntriesInEntryBlock()
148 if (!TLI->supportSwiftError()) in propagateVRegs()
280 if (!TLI->supportSwiftError() || SwiftErrorVals.empty()) in preassignVRegs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.h58 bool supportSwiftError() const override { return true; } in supportSwiftError() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp93 ->supportSwiftError() && in getCalleeSavedRegs()
118 ->supportSwiftError() && in getCalleeSavedRegs()
168 ->supportSwiftError() && in getDarwinCalleeSavedRegs()
248 ->supportSwiftError() && in getDarwinCallPreservedMask()
289 ->supportSwiftError() && in getCallPreservedMask()
H A DAArch64ISelLowering.h905 bool supportSwiftError() const override { in supportSwiftError() function
H A DAArch64FastISel.cpp1953 if (TLI.supportSwiftError()) { in selectLoad()
2154 if (TLI.supportSwiftError()) { in selectStore()
3841 if (TLI.supportSwiftError() && in selectRet()
H A DAArch64FrameLowering.cpp2698 !(Subtarget.getTargetLowering()->supportSwiftError() && in produceCompactUnwindFrame()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h446 virtual bool supportSwiftError() const { in supportSwiftError() function
514 if (!supportSwiftError()) { in lowerReturn()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp205 if (MF->getSubtarget().getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs()
229 if (MF.getSubtarget().getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
H A DSystemZISelLowering.h640 bool supportSwiftError() const override { in supportSwiftError() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp97 if (STI.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs()
143 if (STI.getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
H A DARMISelLowering.h703 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp393 bool IsSwiftCC = Subtarget.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs()
512 bool IsSwiftCC = Subtarget.getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
H A DX86ISelLowering.h1536 bool supportSwiftError() const override;
H A DX86FastISel.cpp1132 if (TLI.supportSwiftError()) { in X86SelectStore()
1174 if (TLI.supportSwiftError() && in X86SelectRet()
1324 if (TLI.supportSwiftError()) { in X86SelectLoad()
H A DX86ISelLowering.cpp57633 bool X86TargetLowering::supportSwiftError() const { in supportSwiftError() function in X86TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp372 if (CLI->supportSwiftError() && SwiftError.getFunctionArg()) { in translateRet()
1380 if (CLI->supportSwiftError() && isSwiftError(Ptr)) { in translateLoad()
1428 if (CLI->supportSwiftError() && isSwiftError(SI.getPointerOperand())) { in translateStore()
2507 if (CLI->supportSwiftError() && isSwiftError(Arg)) { in translateCallBase()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2264 if (TLI.supportSwiftError() && in visitRet()
4315 if (TLI.supportSwiftError()) { in visitLoad()
4422 assert(DAG.getTargetLoweringInfo().supportSwiftError() && in visitStoreToSwiftError()
4445 assert(DAG.getTargetLoweringInfo().supportSwiftError() && in visitLoadFromSwiftError()
4485 if (TLI.supportSwiftError()) { in visitStore()
8322 if (TLI.supportSwiftError() && in LowerCallTo()
8341 if (Entry.IsSwiftError && TLI.supportSwiftError()) { in LowerCallTo()
8377 if (TLI.supportSwiftError() && SwiftErrorVal) in LowerCallTo()
8410 if (SwiftErrorVal && TLI.supportSwiftError()) { in LowerCallTo()
10390 if (supportSwiftError()) { in LowerCallTo()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4237 virtual bool supportSwiftError() const { in supportSwiftError() function