Home
last modified time | relevance | path

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

/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()
280 if (!TLI->supportSwiftError() || SwiftErrorVals.empty()) in preassignVRegs()
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.h58 bool supportSwiftError() const override { return true; } in supportSwiftError() function
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp94 ->supportSwiftError() && in getCalleeSavedRegs()
128 ->supportSwiftError() && in getCalleeSavedRegs()
187 ->supportSwiftError() && in getDarwinCalleeSavedRegs()
266 ->supportSwiftError() && in getDarwinCallPreservedMask()
312 ->supportSwiftError() && in getCallPreservedMask()
H A DAArch64ISelLowering.h930 bool supportSwiftError() const override { in supportSwiftError()
928 bool supportSwiftError() const override { supportSwiftError() function
H A DAArch64FastISel.cpp1956 if (TLI.supportSwiftError()) { in selectLoad()
2157 if (TLI.supportSwiftError()) { in selectStore()
3857 if (TLI.supportSwiftError() && in selectRet()
H A DAArch64FrameLowering.cpp2870 !(Subtarget.getTargetLowering()->supportSwiftError() && in findFreePredicateReg()
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h458 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 DSystemZRegisterInfo.cpp205 if (MF->getSubtarget().getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs()
229 if (MF.getSubtarget().getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
H A DSystemZISelLowering.h656 bool supportSwiftError() const override {
645 bool supportSwiftError() const override { supportSwiftError() function
/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp100 if (STI.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs()
150 if (STI.getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
H A DARMISelLowering.h715 bool supportSwiftError() const override {
702 bool supportSwiftError() const override { supportSwiftError() function
H A DARMFastISel.cpp1008 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 DX86RegisterInfo.cpp401 bool IsSwiftCC = Subtarget.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs()
527 bool IsSwiftCC = Subtarget.getTargetLowering()->supportSwiftError() &&
H A DX86ISelLowering.h1613 bool supportSwiftError() const override;
H A DX86FastISel.cpp1133 if (TLI.supportSwiftError()) { in X86SelectStore()
1175 if (TLI.supportSwiftError() && in X86SelectRet()
1324 if (TLI.supportSwiftError()) { in X86SelectLoad()
H A DX86ISelLowering.cpp59156 bool X86TargetLowering::supportSwiftError() const { supportSwiftError() function in X86TargetLowering
[all...]
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp387 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 DSelectionDAGBuilder.cpp2309 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 DTargetLowering.h4390 virtual bool supportSwiftError() const { in initializeSplitCSR()
4369 virtual bool supportSwiftError() const { supportSwiftError() function