Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwiftErrorValueTracking.cpp110 if (Alloca->isSwiftError()) in setFunction()
289 if (!Arg->isSwiftError()) in preassignVRegs()
294 assert(SwiftErrorAddr->isSwiftError() && in preassignVRegs()
307 if (!V->isSwiftError()) in preassignVRegs()
315 if (!SwiftErrorAddr->isSwiftError())
H A DSjLjEHPrepare.cpp265 if (AI.isSwiftError()) in lowerIncomingArguments()
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h152 return V->getType()->isPointerTy() && !V->isSwiftError(); in anyPtrType()
166 if (V->isSwiftError()) in sizedPtrType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp196 !AI.isSwiftError()) && in isInterestingAlloca()
230 NewAI->setSwiftError(Info.AI->isSwiftError()); in alignAndPadAlloca()
H A DCodeExtractor.cpp1177 if (input->isSwiftError()) in emitCallAndSwitchStatement()
H A DInlineFunction.cpp2647 if (AI->isSwiftError()) in InlineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h103 bool isSwiftError() const { return IsSwiftError; } in isSwiftError() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp1096 bool Value::isSwiftError() const { in isSwiftError() function in Value
1103 return Alloca->isSwiftError(); in isSwiftError()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetCallingConv.td61 class CCIfSwiftError<CCAction A> : CCIf<"ArgFlags.isSwiftError()", A> {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1354 static bool isSwiftError(const Value *V) { in isSwiftError() function
1358 return AI->isSwiftError(); in isSwiftError()
1377 if (CLI->supportSwiftError() && isSwiftError(Ptr)) { in translateLoad()
1424 if (CLI->supportSwiftError() && isSwiftError(SI.getPointerOperand())) { in translateStore()
2639 if (CLI->supportSwiftError() && isSwiftError(Arg)) { in translateCallBase()
3035 if (AI.isSwiftError()) in translateAlloca()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp659 if (Load.getPointerOperand()->isSwiftError()) in combineLoadToOperationType()
1186 if (SI.getPointerOperand()->isSwiftError()) in combineStoreToValueType()
H A DInstCombinePHI.cpp669 if (FirstLI->getOperand(0)->isSwiftError()) in foldPHIArgLoadIntoPHI()
709 if (LI->getOperand(0)->isSwiftError()) in foldPHIArgLoadIntoPHI()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp787 !Inst.isSwiftError()) { in TestInsts()
1130 I->isSwiftError()) in ReduceInsts()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h637 bool isSwiftError() const;
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp178 if (Inst.isTerminator() || Inst.isEHPad() || Inst.isSwiftError() || in mutate()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp597 if (Addr->isSwiftError()) in instrumentLoadOrStore()
H A DMemProfiler.cpp397 if (Access.Addr->isSwiftError()) in isInterestingMemoryAccess()
H A DAddressSanitizer.cpp1368 !AI.isSwiftError() && in isInterestingAlloca()
1387 if (Ptr->isSwiftError()) in ignoreAccess()
H A DHWAddressSanitizer.cpp784 if (Ptr->isSwiftError()) in ignoreAccessWithoutRemark()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1143 if (Alloca->isSwiftError()) in X86SelectStore()
1334 if (Alloca->isSwiftError()) in X86SelectLoad()
3281 if (Flag.isSwiftError() || Flag.isPreallocated()) in fastLowerCall()
H A DX86ISelLoweringCall.cpp1913 Ins[I].Flags.isSwiftError()) { in LowerFormalArguments()
2573 Outs[I].Flags.isSwiftError()) { in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1019 if (Alloca->isSwiftError()) in SelectLoad()
1153 if (Alloca->isSwiftError()) in SelectStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1109 HasSwiftErrorArg |= Out.Flags.isSwiftError(); in LowerCall()
1357 HasSwiftErrorArg |= In.Flags.isSwiftError(); in LowerFormalArguments()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1963 if (Alloca->isSwiftError()) in selectLoad()
2164 if (Alloca->isSwiftError()) in selectStore()
3194 Flag.isSwiftSelf() || Flag.isSwiftAsync() || Flag.isSwiftError()) in fastLowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp667 if (Arg.isSwiftError()) { in replaceSwiftErrorOps()

12