/netbsd-src/external/apache2/llvm/dist/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() 262 if (!TLI->supportSwiftError() || SwiftErrorVals.empty()) in preassignVRegs()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.cpp | 99 ->supportSwiftError() && in getCalleeSavedRegs() 135 ->supportSwiftError() && in getDarwinCalleeSavedRegs() 203 ->supportSwiftError() && in getDarwinCallPreservedMask() 238 ->supportSwiftError() && in getCallPreservedMask()
|
H A D | AArch64ISelLowering.h | 779 bool supportSwiftError() const override { in supportSwiftError() function
|
H A D | AArch64FastISel.cpp | 1935 if (TLI.supportSwiftError()) { in selectLoad() 2136 if (TLI.supportSwiftError()) { in selectStore() 3759 if (TLI.supportSwiftError() && in selectRet()
|
H A D | AArch64FrameLowering.cpp | 2160 !(Subtarget.getTargetLowering()->supportSwiftError() && in produceCompactUnwindFrame()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64CallLowering.h | 56 bool supportSwiftError() const override { return true; } in supportSwiftError() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | CallLowering.h | 428 virtual bool supportSwiftError() const { in supportSwiftError() function 496 if (!supportSwiftError()) { in lowerReturn()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZRegisterInfo.cpp | 204 if (MF->getSubtarget().getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs() 226 if (MF.getSubtarget().getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
|
H A D | SystemZISelLowering.h | 559 bool supportSwiftError() const override { in supportSwiftError() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMBaseRegisterInfo.cpp | 98 if (STI.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs() 132 if (STI.getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
|
H A D | ARMISelLowering.h | 680 bool supportSwiftError() const override { in supportSwiftError() function
|
H A D | ARMFastISel.cpp | 1009 if (TLI.supportSwiftError()) { in SelectLoad() 1141 if (TLI.supportSwiftError()) { in SelectStore() 2081 if (TLI.supportSwiftError() && in SelectRet()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86RegisterInfo.cpp | 388 bool IsSwiftCC = Subtarget.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs() 509 bool IsSwiftCC = Subtarget.getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
|
H A D | X86ISelLowering.h | 1400 bool supportSwiftError() const override;
|
H A D | X86FastISel.cpp | 1133 if (TLI.supportSwiftError()) { in X86SelectStore() 1175 if (TLI.supportSwiftError() && in X86SelectRet() 1325 if (TLI.supportSwiftError()) { in X86SelectLoad()
|
H A D | X86ISelLowering.cpp | 52165 bool X86TargetLowering::supportSwiftError() const { in supportSwiftError() function in X86TargetLowering
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 353 if (CLI->supportSwiftError() && SwiftError.getFunctionArg()) { in translateRet() 1277 if (CLI->supportSwiftError() && isSwiftError(LI.getPointerOperand())) { in translateLoad() 1320 if (CLI->supportSwiftError() && isSwiftError(SI.getPointerOperand())) { in translateStore() 2233 if (CLI->supportSwiftError() && isSwiftError(Arg)) { in translateCallBase()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 2009 if (TLI.supportSwiftError() && in visitRet() 4040 if (TLI.supportSwiftError()) { in visitLoad() 4154 assert(DAG.getTargetLoweringInfo().supportSwiftError() && in visitStoreToSwiftError() 4177 assert(DAG.getTargetLoweringInfo().supportSwiftError() && in visitLoadFromSwiftError() 4219 if (TLI.supportSwiftError()) { in visitStore() 7425 if (TLI.supportSwiftError() && in LowerCallTo() 7444 if (Entry.IsSwiftError && TLI.supportSwiftError()) { in LowerCallTo() 7480 if (TLI.supportSwiftError() && SwiftErrorVal) in LowerCallTo() 7501 if (SwiftErrorVal && TLI.supportSwiftError()) { in LowerCallTo() 9461 if (supportSwiftError()) { in LowerCallTo() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 3604 virtual bool supportSwiftError() const { in supportSwiftError() function
|