Home
last modified time | relevance | path

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

/freebsd-13.1/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()
262 if (!TLI->supportSwiftError() || SwiftErrorVals.empty()) in preassignVRegs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.h56 bool supportSwiftError() const override { return true; } in supportSwiftError() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp99 ->supportSwiftError() && in getCalleeSavedRegs()
135 ->supportSwiftError() && in getDarwinCalleeSavedRegs()
203 ->supportSwiftError() && in getDarwinCallPreservedMask()
238 ->supportSwiftError() && in getCallPreservedMask()
H A DAArch64ISelLowering.h780 bool supportSwiftError() const override { in supportSwiftError() function
H A DAArch64FastISel.cpp1935 if (TLI.supportSwiftError()) { in selectLoad()
2136 if (TLI.supportSwiftError()) { in selectStore()
3764 if (TLI.supportSwiftError() && in selectRet()
H A DAArch64FrameLowering.cpp2167 !(Subtarget.getTargetLowering()->supportSwiftError() && in produceCompactUnwindFrame()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h431 virtual bool supportSwiftError() const { in supportSwiftError() function
499 if (!supportSwiftError()) { in lowerReturn()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp204 if (MF->getSubtarget().getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs()
226 if (MF.getSubtarget().getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
H A DSystemZISelLowering.h589 bool supportSwiftError() const override { in supportSwiftError() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp99 if (STI.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs()
137 if (STI.getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
H A DARMISelLowering.h695 bool supportSwiftError() const override { in supportSwiftError() function
H A DARMFastISel.cpp1009 if (TLI.supportSwiftError()) { in SelectLoad()
1141 if (TLI.supportSwiftError()) { in SelectStore()
2082 if (TLI.supportSwiftError() && in SelectRet()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp388 bool IsSwiftCC = Subtarget.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs()
509 bool IsSwiftCC = Subtarget.getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
H A DX86ISelLowering.h1400 bool supportSwiftError() const override;
H A DX86FastISel.cpp1133 if (TLI.supportSwiftError()) { in X86SelectStore()
1175 if (TLI.supportSwiftError() && in X86SelectRet()
1325 if (TLI.supportSwiftError()) { in X86SelectLoad()
H A DX86ISelLowering.cpp52549 bool X86TargetLowering::supportSwiftError() const { in supportSwiftError() function in X86TargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp357 if (CLI->supportSwiftError() && SwiftError.getFunctionArg()) { in translateRet()
1281 if (CLI->supportSwiftError() && isSwiftError(LI.getPointerOperand())) { in translateLoad()
1324 if (CLI->supportSwiftError() && isSwiftError(SI.getPointerOperand())) { in translateStore()
2264 if (CLI->supportSwiftError() && isSwiftError(Arg)) { in translateCallBase()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2010 if (TLI.supportSwiftError() && in visitRet()
4041 if (TLI.supportSwiftError()) { in visitLoad()
4155 assert(DAG.getTargetLoweringInfo().supportSwiftError() && in visitStoreToSwiftError()
4178 assert(DAG.getTargetLoweringInfo().supportSwiftError() && in visitLoadFromSwiftError()
4220 if (TLI.supportSwiftError()) { in visitStore()
7482 if (TLI.supportSwiftError() && in LowerCallTo()
7501 if (Entry.IsSwiftError && TLI.supportSwiftError()) { in LowerCallTo()
7537 if (TLI.supportSwiftError() && SwiftErrorVal) in LowerCallTo()
7558 if (SwiftErrorVal && TLI.supportSwiftError()) { in LowerCallTo()
9519 if (supportSwiftError()) { in LowerCallTo()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3631 virtual bool supportSwiftError() const { in supportSwiftError() function