Home
last modified time | relevance | path

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

123

/external/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()
/external/llvm-project/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()
/external/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.cpp27 if (MF->getSubtarget().getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs()
37 if (MF.getSubtarget().getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
DSystemZISelLowering.h485 bool supportSwiftError() const override { in supportSwiftError() function
/external/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()
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DCallLowering.h291 virtual bool supportSwiftError() const { in supportSwiftError() function
306 if (!supportSwiftError()) { in lowerReturn()
/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64CallLowering.h55 bool supportSwiftError() const override { return true; } in supportSwiftError() function
/external/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()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp98 ->supportSwiftError() && in getCalleeSavedRegs()
132 ->supportSwiftError() && in getDarwinCalleeSavedRegs()
198 ->supportSwiftError() && in getDarwinCallPreservedMask()
231 ->supportSwiftError() && in getCallPreservedMask()
/external/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp54 ->supportSwiftError() && in getCalleeSavedRegs()
84 ->supportSwiftError() && in getCallPreservedMask()
DAArch64ISelLowering.h413 bool supportSwiftError() const override { in supportSwiftError() function
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.cpp201 if (MF->getSubtarget().getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs()
217 if (MF.getSubtarget().getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
DSystemZISelLowering.h557 bool supportSwiftError() const override { in supportSwiftError() function
/external/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
/external/llvm/lib/Target/X86/
DX86RegisterInfo.cpp320 if (Subtarget.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs()
414 if (Subtarget.getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
DX86ISelLowering.h998 bool supportSwiftError() const override { in supportSwiftError() function
/external/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()
/external/llvm-project/llvm/lib/Target/X86/
DX86RegisterInfo.cpp378 bool IsSwiftCC = Subtarget.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs()
495 bool IsSwiftCC = Subtarget.getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
/external/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp90 if (STI.isTargetDarwin() && STI.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs()
118 if (STI.isTargetDarwin() && STI.getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
DARMISelLowering.h477 bool supportSwiftError() const override { in supportSwiftError() function
/external/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()
/external/llvm-project/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp98 if (STI.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs()
132 if (STI.getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
/external/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()

123