/external/llvm/lib/Target/SystemZ/ |
D | SystemZRegisterInfo.cpp | 27 if (MF->getSubtarget().getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs() 37 if (MF.getSubtarget().getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
|
D | SystemZISelLowering.h | 485 bool supportSwiftError() const override { in supportSwiftError() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.cpp | 54 ->supportSwiftError() && in getCalleeSavedRegs() 84 ->supportSwiftError() && in getCallPreservedMask()
|
D | AArch64ISelLowering.h | 413 bool supportSwiftError() const override { in supportSwiftError() function
|
D | AArch64FrameLowering.cpp | 868 !(Subtarget.getTargetLowering()->supportSwiftError() && in produceCompactUnwindFrame()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZRegisterInfo.cpp | 115 if (MF->getSubtarget().getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs() 129 if (MF.getSubtarget().getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
|
D | SystemZISelLowering.h | 525 bool supportSwiftError() const override { in supportSwiftError() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.cpp | 56 ->supportSwiftError() && in getCalleeSavedRegs() 101 ->supportSwiftError() && in getCallPreservedMask()
|
D | AArch64ISelLowering.h | 491 bool supportSwiftError() const override { in supportSwiftError() function
|
D | AArch64FrameLowering.cpp | 1135 !(Subtarget.getTargetLowering()->supportSwiftError() && in produceCompactUnwindFrame()
|
/external/llvm/lib/Target/X86/ |
D | X86RegisterInfo.cpp | 320 if (Subtarget.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs() 414 if (Subtarget.getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
|
D | X86ISelLowering.h | 998 bool supportSwiftError() const override { in supportSwiftError() function
|
D | X86FastISel.cpp | 1099 if (TLI.supportSwiftError()) { in X86SelectStore() 1143 if (TLI.supportSwiftError() && in X86SelectRet() 1290 if (TLI.supportSwiftError()) { in X86SelectLoad()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86RegisterInfo.cpp | 364 bool IsSwiftCC = Subtarget.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs() 477 bool IsSwiftCC = Subtarget.getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
|
D | X86ISelLowering.h | 1109 bool supportSwiftError() const override;
|
D | X86FastISel.cpp | 1123 if (TLI.supportSwiftError()) { in X86SelectStore() 1167 if (TLI.supportSwiftError() && in X86SelectRet() 1312 if (TLI.supportSwiftError()) { in X86SelectLoad()
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseRegisterInfo.cpp | 90 if (STI.isTargetDarwin() && STI.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs() 118 if (STI.isTargetDarwin() && STI.getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
|
D | ARMISelLowering.h | 477 bool supportSwiftError() const override { in supportSwiftError() function
|
D | ARMFastISel.cpp | 1027 if (TLI.supportSwiftError()) { in SelectLoad() 1157 if (TLI.supportSwiftError()) { in SelectStore() 2079 if (TLI.supportSwiftError() && in SelectRet()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMBaseRegisterInfo.cpp | 95 if (STI.getTargetLowering()->supportSwiftError() && in getCalleeSavedRegs() 128 if (STI.getTargetLowering()->supportSwiftError() && in getCallPreservedMask()
|
D | ARMISelLowering.h | 558 bool supportSwiftError() const override { in supportSwiftError() function
|
D | ARMFastISel.cpp | 1027 if (TLI.supportSwiftError()) { in SelectLoad() 1158 if (TLI.supportSwiftError()) { in SelectStore() 2106 if (TLI.supportSwiftError() && in SelectRet()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 1184 if (!TLI->supportSwiftError()) in setupSwiftErrorVals() 1219 if (!TLI->supportSwiftError()) in createSwiftErrorEntriesInEntryBlock() 1299 if (!TLI->supportSwiftError()) in propagateSwiftErrorVRegs() 1415 if (!TLI->supportSwiftError() || FuncInfo->SwiftErrorVals.empty()) in preassignSwiftErrorRegs()
|
D | SelectionDAGBuilder.cpp | 1639 if (TLI.supportSwiftError() && in visitRet() 3625 if (TLI.supportSwiftError()) { in visitLoad() 3740 assert(DAG.getTargetLoweringInfo().supportSwiftError() && in visitStoreToSwiftError() 3765 assert(DAG.getTargetLoweringInfo().supportSwiftError() && in visitLoadFromSwiftError() 3805 if (TLI.supportSwiftError()) { in visitStore() 6433 if (TLI.supportSwiftError() && in LowerCallTo() 6452 if (Entry.IsSwiftError && TLI.supportSwiftError()) { in LowerCallTo() 6478 if (TLI.supportSwiftError() && SwiftErrorVal) in LowerCallTo() 6498 if (SwiftErrorVal && TLI.supportSwiftError()) { in LowerCallTo() 8408 if (supportSwiftError()) { in LowerCallTo() [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 938 if (!TLI.supportSwiftError()) in copySwiftErrorsToFinalVRegs() 1493 if (TLI.supportSwiftError() && in visitRet() 3446 if (TLI.supportSwiftError()) { in visitLoad() 3561 assert(TLI.supportSwiftError() && in visitStoreToSwiftError() 3586 assert(DAG.getTargetLoweringInfo().supportSwiftError() && in visitLoadFromSwiftError() 3625 if (TLI.supportSwiftError()) { in visitStore() 5785 if (Entry.isSwiftError && TLI.supportSwiftError()) { in LowerCallTo() 5824 if (SwiftErrorVal && TLI.supportSwiftError()) { in LowerCallTo() 7553 if (supportSwiftError()) { in LowerCallTo() 8050 if (Res.getOpcode() == ISD::CopyFromReg && TLI->supportSwiftError() && in LowerArguments()
|