Home
last modified time | relevance | path

Searched refs:isSwiftError (Results 1 – 25 of 34) sorted by relevance

12

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DSwiftErrorValueTracking.cpp110 if (Alloca->isSwiftError()) in setFunction()
270 if (!Arg->isSwiftError()) in preassignVRegs()
275 assert(SwiftErrorAddr->isSwiftError() && in preassignVRegs()
288 if (!V->isSwiftError()) in preassignVRegs()
296 if (!SwiftErrorAddr->isSwiftError()) in preassignVRegs()
H A DSjLjEHPrepare.cpp250 if (AI.isSwiftError()) in lowerIncomingArguments()
/openbsd/gnu/llvm/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h130 return V->getType()->isPointerTy() && !V->isSwiftError(); in anyPtrType()
144 if (V->isSwiftError()) in sizedPtrType()
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceInstructions.cpp26 return I.isEHPad() || I.getType()->isTokenTy() || I.isSwiftError(); in shouldAlwaysKeep()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp170 !AI.isSwiftError()) && in isInterestingAlloca()
204 NewAI->setSwiftError(Info.AI->isSwiftError()); in alignAndPadAlloca()
H A DCodeExtractor.cpp1165 if (input->isSwiftError()) in emitCallAndSwitchStatement()
H A DInlineFunction.cpp2484 if (AI->isSwiftError()) in InlineFunction()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h103 bool isSwiftError() const { return IsSwiftError; } in isSwiftError() function
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp681 if (Load.getPointerOperand()->isSwiftError()) in combineLoadToOperationType()
1208 if (SI.getPointerOperand()->isSwiftError()) in combineStoreToValueType()
1407 !SI->getPointerOperand()->isSwiftError(); in removeBitcastsFromLoadStoreOnMinMax()
H A DInstCombinePHI.cpp669 if (FirstLI->getOperand(0)->isSwiftError()) in foldPHIArgLoadIntoPHI()
709 if (LI->getOperand(0)->isSwiftError()) in foldPHIArgLoadIntoPHI()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DValue.cpp1015 bool Value::isSwiftError() const { in isSwiftError() function in Value
1022 return Alloca->isSwiftError(); in isSwiftError()
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp340 if (Access.Addr->isSwiftError()) in isInterestingMemoryAccess()
H A DThreadSanitizer.cpp600 if (Addr->isSwiftError()) in instrumentLoadOrStore()
H A DAddressSanitizer.cpp1265 !AI.isSwiftError() && in isInterestingAlloca()
1284 if (Ptr->isSwiftError()) in ignoreAccess()
H A DHWAddressSanitizer.cpp723 if (Ptr->isSwiftError()) in ignoreAccess()
/openbsd/gnu/llvm/llvm/include/llvm/Target/
H A DTargetCallingConv.td61 class CCIfSwiftError<CCAction A> : CCIf<"ArgFlags.isSwiftError()", A> {
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DValue.h625 bool isSwiftError() const;
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1276 static bool isSwiftError(const Value *V) { in isSwiftError() function
1280 return AI->isSwiftError(); in isSwiftError()
1300 if (CLI->supportSwiftError() && isSwiftError(Ptr)) { in translateLoad()
1348 if (CLI->supportSwiftError() && isSwiftError(SI.getPointerOperand())) { in translateStore()
2359 if (CLI->supportSwiftError() && isSwiftError(Arg)) { in translateCallBase()
2715 if (AI.isSwiftError()) in translateAlloca()
/openbsd/gnu/llvm/llvm/tools/bugpoint/
H A DCrashDebugger.cpp792 !Inst.isSwiftError()) { in TestInsts()
1143 I->isSwiftError()) in ReduceInsts()
/openbsd/gnu/llvm/llvm/lib/FuzzMutate/
H A DIRMutator.cpp170 if (Inst.isTerminator() || Inst.isEHPad() || Inst.isSwiftError() || in mutate()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastISel.cpp1135 if (Alloca->isSwiftError()) in X86SelectStore()
1327 if (Alloca->isSwiftError()) in X86SelectLoad()
3229 if (Flag.isSwiftError() || Flag.isPreallocated()) in fastLowerCall()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1019 if (Alloca->isSwiftError()) in SelectLoad()
1153 if (Alloca->isSwiftError()) in SelectStore()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1057 HasSwiftErrorArg |= Out.Flags.isSwiftError(); in LowerCall()
1304 HasSwiftErrorArg |= In.Flags.isSwiftError(); in LowerFormalArguments()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1968 if (Alloca->isSwiftError()) in selectLoad()
2169 if (Alloca->isSwiftError()) in selectStore()
3197 Flag.isSwiftSelf() || Flag.isSwiftAsync() || Flag.isSwiftError()) in fastLowerCall()
/openbsd/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp635 if (Arg.isSwiftError()) { in replaceSwiftErrorOps()

12