/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()
|
/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64CallLowering.h | 58 bool supportSwiftError() const override { return true; } in supportSwiftError() function
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.cpp | 94 ->supportSwiftError() && in getCalleeSavedRegs() 128 ->supportSwiftError() && in getCalleeSavedRegs() 187 ->supportSwiftError() && in getDarwinCalleeSavedRegs() 266 ->supportSwiftError() && in getDarwinCallPreservedMask() 312 ->supportSwiftError() && in getCallPreservedMask()
|
H A D | AArch64ISelLowering.h | 930 bool supportSwiftError() const override { in supportSwiftError() 928 bool supportSwiftError() const override { supportSwiftError() function
|
H A D | AArch64FastISel.cpp | 1956 if (TLI.supportSwiftError()) { in selectLoad() 2157 if (TLI.supportSwiftError()) { in selectStore() 3857 if (TLI.supportSwiftError() && in selectRet()
|
H A D | AArch64FrameLowering.cpp | 2870 !(Subtarget.getTargetLowering()->supportSwiftError() && in findFreePredicateReg()
|
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | CallLowering.h | 458 virtual bool supportSwiftError() const { in supportSwiftError() 526 if (!supportSwiftError()) { in lowerReturn() 457 virtual bool supportSwiftError() const { supportSwiftError() function
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZRegisterInfo.cpp | 205 if (MF->getSubtarget().getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs() 229 if (MF.getSubtarget().getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
|
H A D | SystemZISelLowering.h | 656 bool supportSwiftError() const override { 645 bool supportSwiftError() const override { supportSwiftError() function
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseRegisterInfo.cpp | 100 if (STI.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs() 150 if (STI.getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
|
H A D | ARMISelLowering.h | 715 bool supportSwiftError() const override { 702 bool supportSwiftError() const override { supportSwiftError() function
|
H A D | ARMFastISel.cpp | 1008 if (TLI.supportSwiftError()) { in SelectLoad() 1142 if (TLI.supportSwiftError()) { in SelectStore() 2083 if (TLI.supportSwiftError() && in SelectRet()
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86RegisterInfo.cpp | 401 bool IsSwiftCC = Subtarget.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs() 527 bool IsSwiftCC = Subtarget.getTargetLowering()->supportSwiftError() &&
|
H A D | X86ISelLowering.h | 1613 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 | 59156 bool X86TargetLowering::supportSwiftError() const { supportSwiftError() function in X86TargetLowering [all...] |
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 387 if (CLI->supportSwiftError() && SwiftError.getFunctionArg()) { in emitBranchForMergedCondition() 1392 if (CLI->supportSwiftError() && isSwiftError(Ptr)) { in translateLoad() 1439 if (CLI->supportSwiftError() && isSwiftError(SI.getPointerOperand())) { in translateStore() 2691 if (CLI->supportSwiftError() && isSwiftError(Arg)) { in translateCall()
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 2309 if (TLI.supportSwiftError() && in visitRet() 4550 if (TLI.supportSwiftError()) { in visitLoad() 4657 assert(DAG.getTargetLoweringInfo().supportSwiftError() && in visitLoadFromSwiftError() 4680 assert(DAG.getTargetLoweringInfo().supportSwiftError() && in visitStore() 4720 if (TLI.supportSwiftError()) { in visitStore() 8884 if (TLI.supportSwiftError() && in processIntegerCallValue() 8903 if (Entry.IsSwiftError && TLI.supportSwiftError()) { in visitMemCmpBCmpCall() 8939 if (TLI.supportSwiftError() && SwiftErrorVal) in visitMemCmpBCmpCall() 8988 if (SwiftErrorVal && TLI.supportSwiftError()) { 11070 if (supportSwiftError()) { in LowerCallTo() [all...] |
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 4390 virtual bool supportSwiftError() const { in initializeSplitCSR() 4369 virtual bool supportSwiftError() const { supportSwiftError() function
|