Home
last modified time | relevance | path

Searched refs:setSwiftError (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h104 void setSwiftError() { IsSwiftError = 1; } in setSwiftError() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp230 NewAI->setSwiftError(Info.AI->isSwiftError()); in alignAndPadAlloca()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp65 Flags.setSwiftError(); in addFlagsUsingAttrFn()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp676 Alloca->setSwiftError(true); in replaceSwiftErrorOps()
H A DCoroFrame.cpp2697 Alloca->setSwiftError(false); in eliminateSwiftError()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1055 Flags.setSwiftError(); in lowerCallTo()
H A DSelectionDAGBuilder.cpp2309 Flags.setSwiftError(); in visitRet()
10916 MyFlags.Flags.setSwiftError(); in LowerCallTo()
10977 Flags.setSwiftError(); in LowerCallTo()
11522 Flags.setSwiftError(); in LowerArguments()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1156 Arg.Flags.setSwiftError(); in LowerCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h149 void setSwiftError(bool V) { setSubclassData<SwiftErrorField>(V); } in setSwiftError() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4223 Result->setSwiftError(isSwiftError()); in cloneImpl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5308 cast<llvm::AllocaInst>(V)->setSwiftError(true); in EmitCall()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6157 AI->setSwiftError(SwiftError); in parseFunctionBody()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8160 AI->setSwiftError(IsSwiftError); in parseAlloc()