/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | CallLowering.h | 252 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/ |
D | AArch64CallLowering.h | 53 bool supportSwiftError() const override { return true; } in supportSwiftError() function
|
D | AArch64RegisterInfo.cpp | 65 ->supportSwiftError() && in getCalleeSavedRegs() 135 ->supportSwiftError() && in getCallPreservedMask()
|
D | AArch64ISelLowering.h | 597 bool supportSwiftError() const override { in supportSwiftError() function
|
D | AArch64FastISel.cpp | 1987 if (TLI.supportSwiftError()) { in selectLoad() 2189 if (TLI.supportSwiftError()) { in selectStore() 3851 if (TLI.supportSwiftError() && in selectRet()
|
D | AArch64FrameLowering.cpp | 1863 !(Subtarget.getTargetLowering()->supportSwiftError() && in produceCompactUnwindFrame()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZRegisterInfo.cpp | 203 if (MF->getSubtarget().getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs() 219 if (MF.getSubtarget().getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
|
D | SystemZISelLowering.h | 542 bool supportSwiftError() const override { in supportSwiftError() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86RegisterInfo.cpp | 383 bool IsSwiftCC = Subtarget.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs() 500 bool IsSwiftCC = Subtarget.getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
|
D | X86ISelLowering.h | 1252 bool supportSwiftError() const override;
|
D | X86FastISel.cpp | 1110 if (TLI.supportSwiftError()) { in X86SelectStore() 1154 if (TLI.supportSwiftError() && in X86SelectRet() 1301 if (TLI.supportSwiftError()) { in X86SelectLoad()
|
D | X86ISelLowering.cpp | 47274 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/ |
D | ARMBaseRegisterInfo.cpp | 96 if (STI.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs() 130 if (STI.getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
|
D | ARMISelLowering.h | 593 bool supportSwiftError() const override { in supportSwiftError() function
|
D | ARMFastISel.cpp | 1025 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/ |
D | IRTranslator.cpp | 374 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/ |
D | SelectionDAGBuilder.cpp | 1929 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/ |
D | TargetLowering.h | 3389 virtual bool supportSwiftError() const { in supportSwiftError() function
|