| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SwiftErrorValueTracking.cpp | 85 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 D | AArch64CallLowering.h | 58 bool supportSwiftError() const override { return true; } in supportSwiftError() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | CallLowering.h | 459 virtual bool supportSwiftError() const { in supportSwiftError() function 527 if (!supportSwiftError()) { in lowerReturn()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.cpp | 96 ->supportSwiftError() && in getCalleeSavedRegs() 137 ->supportSwiftError() && in getCalleeSavedRegs() 196 ->supportSwiftError() && in getDarwinCalleeSavedRegs() 275 ->supportSwiftError() && in getDarwinCallPreservedMask() 321 ->supportSwiftError() && in getCallPreservedMask()
|
| H A D | AArch64ISelLowering.h | 437 bool supportSwiftError() const override { in supportSwiftError() function
|
| H A D | AArch64FastISel.cpp | 1950 if (TLI.supportSwiftError()) { in selectLoad() 2151 if (TLI.supportSwiftError()) { in selectStore() 3853 if (TLI.supportSwiftError() && in selectRet()
|
| H A D | AArch64FrameLowering.cpp | 3126 !(Subtarget.getTargetLowering()->supportSwiftError() && in produceCompactUnwindFrame()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZRegisterInfo.cpp | 204 if (MF->getSubtarget().getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs() 228 if (MF.getSubtarget().getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
|
| H A D | SystemZISelLowering.h | 670 bool supportSwiftError() const override { in supportSwiftError() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBaseRegisterInfo.cpp | 119 if (STI.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs() 169 if (STI.getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
|
| H A D | ARMISelLowering.h | 723 bool supportSwiftError() const override { in supportSwiftError() function
|
| H A D | ARMFastISel.cpp | 1048 if (TLI.supportSwiftError()) { in SelectLoad() 1185 if (TLI.supportSwiftError()) { in SelectStore() 2147 if (TLI.supportSwiftError() && in SelectRet()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.cpp | 394 bool IsSwiftCC = Subtarget.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs() 520 bool IsSwiftCC = Subtarget.getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
|
| H A D | X86ISelLowering.h | 1633 bool supportSwiftError() const override;
|
| H A D | X86FastISel.cpp | 1133 if (TLI.supportSwiftError()) { in X86SelectStore() 1175 if (TLI.supportSwiftError() && in X86SelectRet() 1324 if (TLI.supportSwiftError()) { in X86SelectLoad()
|
| H A D | X86ISelLowering.cpp | 62074 bool X86TargetLowering::supportSwiftError() const { in supportSwiftError() function in X86TargetLowering
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 386 if (CLI->supportSwiftError() && SwiftError.getFunctionArg()) { in translateRet() 1391 if (CLI->supportSwiftError() && isSwiftError(Ptr)) { in translateLoad() 1438 if (CLI->supportSwiftError() && isSwiftError(SI.getPointerOperand())) { in translateStore() 2689 if (CLI->supportSwiftError() && isSwiftError(Arg)) { in translateCallBase()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 2271 if (TLI.supportSwiftError() && in visitRet() 4593 if (TLI.supportSwiftError()) { in visitLoad() 4700 assert(DAG.getTargetLoweringInfo().supportSwiftError() && in visitStoreToSwiftError() 4723 assert(DAG.getTargetLoweringInfo().supportSwiftError() && in visitLoadFromSwiftError() 4763 if (TLI.supportSwiftError()) { in visitStore() 8892 if (TLI.supportSwiftError() && in LowerCallTo() 8911 if (Entry.IsSwiftError && TLI.supportSwiftError()) { in LowerCallTo() 8947 if (TLI.supportSwiftError() && SwiftErrorVal) in LowerCallTo() 8996 if (SwiftErrorVal && TLI.supportSwiftError()) { in LowerCallTo() 11071 if (supportSwiftError()) { in LowerCallTo() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 4543 virtual bool supportSwiftError() const { in supportSwiftError() function
|