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.cpp204 NewAI->setSwiftError(Info.AI->isSwiftError()); in alignAndPadAlloca()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp61 Flags.setSwiftError(); in addFlagsUsingAttrFn()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp692 Alloca->setSwiftError(true); in replaceSwiftErrorOps()
H A DCoroFrame.cpp2667 Alloca->setSwiftError(false); in eliminateSwiftError()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1042 Flags.setSwiftError(); in lowerCallTo()
H A DSelectionDAGBuilder.cpp2268 Flags.setSwiftError(); in visitRet()
10396 MyFlags.Flags.setSwiftError(); in LowerCallTo()
10457 Flags.setSwiftError(); in LowerCallTo()
11002 Flags.setSwiftError(); in LowerArguments()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1141 Arg.Flags.setSwiftError(); in LowerCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h152 void setSwiftError(bool V) { setSubclassData<SwiftErrorField>(V); } in setSwiftError() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4809 Result->setSwiftError(isSwiftError()); in cloneImpl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5272 cast<llvm::AllocaInst>(V)->setSwiftError(true); in EmitCall()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5980 AI->setSwiftError(SwiftError); in parseFunctionBody()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7713 AI->setSwiftError(IsSwiftError); in parseAlloc()