Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSwiftErrorValueTracking.cpp85 if (!TLI->supportSwiftError()) in setFunction()
116 if (!TLI->supportSwiftError()) in createEntriesInEntryBlock()
148 if (!TLI->supportSwiftError()) in propagateVRegs()
261 if (!TLI->supportSwiftError() || SwiftErrorVals.empty()) in preassignVRegs()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.h58 bool supportSwiftError() const override { return true; } in supportSwiftError() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h443 virtual bool supportSwiftError() const { in supportSwiftError() function
511 if (!supportSwiftError()) { in lowerReturn()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp107 ->supportSwiftError() && in getCalleeSavedRegs()
155 ->supportSwiftError() && in getDarwinCalleeSavedRegs()
233 ->supportSwiftError() && in getDarwinCallPreservedMask()
272 ->supportSwiftError() && in getCallPreservedMask()
H A DAArch64ISelLowering.h847 bool supportSwiftError() const override { in supportSwiftError() function
H A DAArch64FastISel.cpp1959 if (TLI.supportSwiftError()) { in selectLoad()
2160 if (TLI.supportSwiftError()) { in selectStore()
3803 if (TLI.supportSwiftError() && in selectRet()
H A DAArch64FrameLowering.cpp2443 !(Subtarget.getTargetLowering()->supportSwiftError() && in produceCompactUnwindFrame()
/openbsd-src/gnu/llvm/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.h610 bool supportSwiftError() const override { in supportSwiftError() function
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp97 if (STI.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs()
143 if (STI.getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
H A DARMISelLowering.h692 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()
/openbsd-src/gnu/llvm/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.h1513 bool supportSwiftError() const override;
H A DX86FastISel.cpp1126 if (TLI.supportSwiftError()) { in X86SelectStore()
1168 if (TLI.supportSwiftError() && in X86SelectRet()
1318 if (TLI.supportSwiftError()) { in X86SelectLoad()
H A DX86ISelLowering.cpp57791 bool X86TargetLowering::supportSwiftError() const { in supportSwiftError() function in X86TargetLowering
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp368 if (CLI->supportSwiftError() && SwiftError.getFunctionArg()) { in translateRet()
1300 if (CLI->supportSwiftError() && isSwiftError(Ptr)) { in translateLoad()
1348 if (CLI->supportSwiftError() && isSwiftError(SI.getPointerOperand())) { in translateStore()
2359 if (CLI->supportSwiftError() && isSwiftError(Arg)) { in translateCallBase()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2087 if (TLI.supportSwiftError() && in visitRet()
4107 if (TLI.supportSwiftError()) { in visitLoad()
4218 assert(DAG.getTargetLoweringInfo().supportSwiftError() && in visitStoreToSwiftError()
4241 assert(DAG.getTargetLoweringInfo().supportSwiftError() && in visitLoadFromSwiftError()
4281 if (TLI.supportSwiftError()) { in visitStore()
7922 if (TLI.supportSwiftError() && in LowerCallTo()
7941 if (Entry.IsSwiftError && TLI.supportSwiftError()) { in LowerCallTo()
7977 if (TLI.supportSwiftError() && SwiftErrorVal) in LowerCallTo()
8010 if (SwiftErrorVal && TLI.supportSwiftError()) { in LowerCallTo()
9989 if (supportSwiftError()) { in LowerCallTo()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4042 virtual bool supportSwiftError() const { in supportSwiftError() function