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.h108 void setSwiftError() { IsSwiftError = 1; } in setSwiftError() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp248 NewAI->setSwiftError(Info.AI->isSwiftError()); in alignAndPadAlloca()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp64 Flags.setSwiftError(); in addFlagsUsingAttrFn()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1740 Alloca->setSwiftError(false); in eliminateSwiftError()
H A DCoroSplit.cpp586 Alloca->setSwiftError(true); in replaceSwiftErrorOps()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1052 Flags.setSwiftError(); in lowerCallTo()
H A DSelectionDAGBuilder.cpp2275 Flags.setSwiftError(); in visitRet()
11077 MyFlags.Flags.setSwiftError(); in LowerCallTo()
11140 Flags.setSwiftError(); in LowerCallTo()
11670 Flags.setSwiftError(); in LowerArguments()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h155 void setSwiftError(bool V) { setSubclassData<SwiftErrorField>(V); } in setSwiftError() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4355 Result->setSwiftError(isSwiftError()); in cloneImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1329 Arg.Flags.setSwiftError(); in LowerCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5501 cast<llvm::AllocaInst>(V)->setSwiftError(true); in EmitCall()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6253 AI->setSwiftError(SwiftError); in parseFunctionBody()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8471 AI->setSwiftError(IsSwiftError); in parseAlloc()