Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DCallLowering.h252 virtual bool supportSwiftError() const { in supportSwiftError() function
267 if (!supportSwiftError()) { in lowerReturn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CallLowering.h53 bool supportSwiftError() const override { return true; } in supportSwiftError() function
DAArch64RegisterInfo.cpp65 ->supportSwiftError() && in getCalleeSavedRegs()
135 ->supportSwiftError() && in getCallPreservedMask()
DAArch64ISelLowering.h597 bool supportSwiftError() const override { in supportSwiftError() function
DAArch64FastISel.cpp1987 if (TLI.supportSwiftError()) { in selectLoad()
2189 if (TLI.supportSwiftError()) { in selectStore()
3851 if (TLI.supportSwiftError() && in selectRet()
DAArch64FrameLowering.cpp1863 !(Subtarget.getTargetLowering()->supportSwiftError() && in produceCompactUnwindFrame()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.cpp203 if (MF->getSubtarget().getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs()
219 if (MF.getSubtarget().getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
DSystemZISelLowering.h542 bool supportSwiftError() const override { in supportSwiftError() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86RegisterInfo.cpp383 bool IsSwiftCC = Subtarget.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs()
500 bool IsSwiftCC = Subtarget.getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
DX86ISelLowering.h1252 bool supportSwiftError() const override;
DX86FastISel.cpp1110 if (TLI.supportSwiftError()) { in X86SelectStore()
1154 if (TLI.supportSwiftError() && in X86SelectRet()
1301 if (TLI.supportSwiftError()) { in X86SelectLoad()
DX86ISelLowering.cpp47274 bool X86TargetLowering::supportSwiftError() const { in supportSwiftError() function in X86TargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp96 if (STI.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs()
130 if (STI.getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
DARMISelLowering.h593 bool supportSwiftError() const override { in supportSwiftError() function
DARMFastISel.cpp1025 if (TLI.supportSwiftError()) { in SelectLoad()
1157 if (TLI.supportSwiftError()) { in SelectStore()
2097 if (TLI.supportSwiftError() && in SelectRet()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp374 if (CLI->supportSwiftError() && SwiftError.getFunctionArg()) { in translateRet()
877 if (CLI->supportSwiftError() && isSwiftError(LI.getPointerOperand())) { in translateLoad()
921 if (CLI->supportSwiftError() && isSwiftError(SI.getPointerOperand())) { in translateStore()
1568 if (CLI->supportSwiftError() && isSwiftError(Arg)) { in translateCallSite()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1929 if (TLI.supportSwiftError() && in visitRet()
4043 if (TLI.supportSwiftError()) { in visitLoad()
4167 assert(DAG.getTargetLoweringInfo().supportSwiftError() && in visitStoreToSwiftError()
4190 assert(DAG.getTargetLoweringInfo().supportSwiftError() && in visitLoadFromSwiftError()
4232 if (TLI.supportSwiftError()) { in visitStore()
7173 if (TLI.supportSwiftError() && in LowerCallTo()
7193 if (Entry.IsSwiftError && TLI.supportSwiftError()) { in LowerCallTo()
7229 if (TLI.supportSwiftError() && SwiftErrorVal) in LowerCallTo()
7249 if (SwiftErrorVal && TLI.supportSwiftError()) { in LowerCallTo()
9148 if (supportSwiftError()) { in LowerCallTo()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3389 virtual bool supportSwiftError() const { in supportSwiftError() function