Home
last modified time | relevance | path

Searched refs:SwiftError (Results 1 – 25 of 40) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMCallingConv.td29 // A SwiftError is passed in R8.
55 // A SwiftError is returned in R8.
174 // A SwiftError is passed in R8.
191 // A SwiftError is returned in R8.
217 // A SwiftError is passed in R8.
239 // A SwiftError is returned in R8.
DARMBaseRegisterInfo.cpp97 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) { in getCalleeSavedRegs()
131 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZCallingConv.td35 // A SwiftError is returned in R9.
98 // A SwiftError is passed in callee-saved R9.
145 // R9 is used to return SwiftError; remove it from CSR.
DSystemZRegisterInfo.cpp205 Attribute::SwiftError)) in getCalleeSavedRegs()
221 Attribute::SwiftError)) in getCallPreservedMask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/
DAttributes.gen50 SwiftError,
107 .Case("swifterror", Attribute::SwiftError)
384 return llvm::Attribute::SwiftError;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/
DAttributes.gen50 SwiftError,
107 .Case("swifterror", Attribute::SwiftError)
384 return llvm::Attribute::SwiftError;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/
DAttributes.gen50 SwiftError,
107 .Case("swifterror", Attribute::SwiftError)
384 return llvm::Attribute::SwiftError;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/
DAttributes.gen50 SwiftError,
107 .Case("swifterror", Attribute::SwiftError)
384 return llvm::Attribute::SwiftError;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/
DAttributes.gen50 SwiftError,
107 .Case("swifterror", Attribute::SwiftError)
384 return llvm::Attribute::SwiftError;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.inc50 SwiftError,
107 .Case("swifterror", Attribute::SwiftError)
384 return llvm::Attribute::SwiftError;
/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()
375 SwiftErrorVReg = SwiftError.getOrCreateVRegUseAt( in translateRet()
376 &RI, &MIRBuilder.getMBB(), SwiftError.getFunctionArg()); in translateRet()
879 Register VReg = SwiftError.getOrCreateVRegUseAt(&LI, &MIRBuilder.getMBB(), in translateLoad()
924 Register VReg = SwiftError.getOrCreateVRegDefAt(&SI, &MIRBuilder.getMBB(), in translateStore()
1572 MIRBuilder.buildCopy(SwiftInVReg, SwiftError.getOrCreateVRegUseAt( in translateCallSite()
1576 SwiftError.getOrCreateVRegDefAt(&I, &MIRBuilder.getMBB(), Arg); in translateCallSite()
2297 SwiftError.setFunction(CurMF); in runOnMachineFunction()
2298 SwiftError.createEntriesInEntryBlock(DbgLoc); in runOnMachineFunction()
2332 SwiftError.setCurrentVReg(EntryBB, SwiftError.getFunctionArg(), VRegs[0]); in runOnMachineFunction()
[all …]
DCallLowering.cpp93 if (Attrs.hasAttribute(OpIdx, Attribute::SwiftError)) in setArgFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
DAttributes.inc61 SwiftError,
130 .Case("swifterror", Attribute::SwiftError)
463 return llvm::Attribute::SwiftError;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/IR/
DAttributesCompatFunc.inc61 SwiftError,
130 .Case("swifterror", Attribute::SwiftError)
463 return llvm::Attribute::SwiftError;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp67 Attribute::SwiftError)) in getCalleeSavedRegs()
136 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGISel.h52 SwiftErrorValueTracking *SwiftError; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86RegisterInfo.cpp384 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError); in getCalleeSavedRegs()
501 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError); in getCallPreservedMask()
DX86CallLowering.cpp350 Arg.hasAttribute(Attribute::SwiftError) || in lowerFormalArguments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h426 SwiftErrorValueTracking &SwiftError; variable
444 SwiftError(swifterror) {} in SelectionDAGBuilder()
DSelectionDAGISel.cpp312 SwiftError(new SwiftErrorValueTracking()), in SelectionDAGISel()
314 SDB(std::make_unique<SelectionDAGBuilder>(*CurDAG, *FuncInfo, *SwiftError, in SelectionDAGISel()
326 delete SwiftError; in ~SelectionDAGISel()
455 SwiftError->setFunction(*MF); in runOnMachineFunction()
1410 bool Inserted = SwiftError->createEntriesInEntryBlock(SDB->getCurDebugLoc()); in SelectAllBasicBlocks()
1468 SwiftError->preassignVRegs(FuncInfo->MBB, Begin, End); in SelectAllBasicBlocks()
1624 SwiftError->propagateVRegs(); in SelectAllBasicBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSwiftErrorValueTracking.cpp307 if (!F->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in preassignVRegs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp880 case Attribute::SwiftError: in constructFunction()
1143 call->addParamAttr(SwiftErrArgNo, Attribute::SwiftError); in emitCallAndSwitchStatement()
1144 newFunction->addParamAttr(SwiftErrArgNo, Attribute::SwiftError); in emitCallAndSwitchStatement()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DIRTranslator.h169 SwiftErrorValueTracking SwiftError; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.td200 def SwiftError : EnumAttr<"swifterror">;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp1672 Assert(!Attrs.hasAttribute(Attribute::SwiftError), in verifyParameterAttrs()
1680 Assert(!Attrs.hasAttribute(Attribute::SwiftError), in verifyParameterAttrs()
1710 !RetAttrs.hasAttribute(Attribute::SwiftError)), in verifyFunctionAttrs()
1761 if (ArgAttrs.hasAttribute(Attribute::SwiftError)) { in verifyFunctionAttrs()
2249 if (Attrs.hasParamAttribute(i, Attribute::SwiftError)) { in visitFunction()
2910 if (Call.paramHasAttr(i, Attribute::SwiftError)) { in visitCallBase()
3068 Attribute::SwiftError}; in getParameterABIAttributes()
3465 Assert(Call.paramHasAttr(Idx, Attribute::SwiftError), in verifySwiftErrorCall()

12