Home
last modified time | relevance | path

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

12

/freebsd-14.2/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()) in preassignVRegs()
H A DSjLjEHPrepare.cpp267 if (AI.isSwiftError()) in lowerIncomingArguments()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp170 !AI.isSwiftError()) && in isInterestingAlloca()
204 NewAI->setSwiftError(Info.AI->isSwiftError()); in alignAndPadAlloca()
H A DCodeExtractor.cpp1161 if (input->isSwiftError()) in emitCallAndSwitchStatement()
H A DInlineFunction.cpp2544 if (AI->isSwiftError()) in InlineFunction()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h103 bool isSwiftError() const { return IsSwiftError; } in isSwiftError() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp1095 bool Value::isSwiftError() const { in isSwiftError() function in Value
1102 return Alloca->isSwiftError(); in isSwiftError()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetCallingConv.td61 class CCIfSwiftError<CCAction A> : CCIf<"ArgFlags.isSwiftError()", A> {
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1356 static bool isSwiftError(const Value *V) { in isSwiftError() function
1360 return AI->isSwiftError(); in isSwiftError()
1380 if (CLI->supportSwiftError() && isSwiftError(Ptr)) { in translateLoad()
1428 if (CLI->supportSwiftError() && isSwiftError(SI.getPointerOperand())) { in translateStore()
2507 if (CLI->supportSwiftError() && isSwiftError(Arg)) { in translateCallBase()
2870 if (AI.isSwiftError()) in translateAlloca()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp660 if (Load.getPointerOperand()->isSwiftError()) in combineLoadToOperationType()
1187 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-14.2/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp787 !Inst.isSwiftError()) { in TestInsts()
1130 I->isSwiftError()) in ReduceInsts()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h637 bool isSwiftError() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp355 if (Access.Addr->isSwiftError()) in isInterestingMemoryAccess()
H A DThreadSanitizer.cpp598 if (Addr->isSwiftError()) in instrumentLoadOrStore()
H A DAddressSanitizer.cpp1288 !AI.isSwiftError() && in isInterestingAlloca()
1307 if (Ptr->isSwiftError()) in ignoreAccess()
H A DHWAddressSanitizer.cpp772 if (Ptr->isSwiftError()) in ignoreAccess()
/freebsd-14.2/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp177 if (Inst.isTerminator() || Inst.isEHPad() || Inst.isSwiftError() || in mutate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1141 if (Alloca->isSwiftError()) in X86SelectStore()
1333 if (Alloca->isSwiftError()) in X86SelectLoad()
3279 if (Flag.isSwiftError() || Flag.isPreallocated()) in fastLowerCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1019 if (Alloca->isSwiftError()) in SelectLoad()
1153 if (Alloca->isSwiftError()) in SelectStore()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1095 HasSwiftErrorArg |= Out.Flags.isSwiftError(); in LowerCall()
1342 HasSwiftErrorArg |= In.Flags.isSwiftError(); in LowerFormalArguments()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1962 if (Alloca->isSwiftError()) in selectLoad()
2163 if (Alloca->isSwiftError()) in selectStore()
3184 Flag.isSwiftSelf() || Flag.isSwiftAsync() || Flag.isSwiftError()) in fastLowerCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp683 if (Arg.isSwiftError()) { in replaceSwiftErrorOps()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp971 if (Input->isSwiftError()) { in findExtractedInputToOverallInputMapping()

12