Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSwiftErrorValueTracking.cpp110 if (Alloca->isSwiftError()) in setFunction()
271 if (!Arg->isSwiftError()) in preassignVRegs()
276 assert(SwiftErrorAddr->isSwiftError() && in preassignVRegs()
289 if (!V->isSwiftError()) in preassignVRegs()
297 if (!SwiftErrorAddr->isSwiftError()) in preassignVRegs()
H A DSjLjEHPrepare.cpp250 if (AI.isSwiftError()) in lowerIncomingArguments()
/llvm-project-15.0.7/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h130 return V->getType()->isPointerTy() && !V->isSwiftError(); in anyPtrType()
144 if (V->isSwiftError()) in sizedPtrType()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h103 bool isSwiftError() const { return IsSwiftError; } in isSwiftError() function
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp185 NewAI->setSwiftError(Info.AI->isSwiftError()); in alignAndPadAlloca()
H A DCodeExtractor.cpp1165 if (input->isSwiftError()) in emitCallAndSwitchStatement()
H A DInlineFunction.cpp2247 if (AI->isSwiftError()) in InlineFunction()
/llvm-project-15.0.7/llvm/lib/FuzzMutate/
H A DIRMutator.cpp166 Inst.isSwiftError() || isa<PHINode>(Inst)) in mutate()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp588 if (LI.getPointerOperand()->isSwiftError()) in combineLoadToOperationType()
1112 if (SI.getPointerOperand()->isSwiftError()) in combineStoreToValueType()
1311 !SI->getPointerOperand()->isSwiftError(); in removeBitcastsFromLoadStoreOnMinMax()
H A DInstCombinePHI.cpp662 if (FirstLI->getOperand(0)->isSwiftError()) in foldPHIArgLoadIntoPHI()
702 if (LI->getOperand(0)->isSwiftError()) in foldPHIArgLoadIntoPHI()
/llvm-project-15.0.7/llvm/lib/IR/
H A DValue.cpp1012 bool Value::isSwiftError() const { in isSwiftError() function in Value
1019 return Alloca->isSwiftError(); in isSwiftError()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetCallingConv.td61 class CCIfSwiftError<CCAction A> : CCIf<"ArgFlags.isSwiftError()", A> {
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DValue.h628 bool isSwiftError() const;
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1271 static bool isSwiftError(const Value *V) { in isSwiftError() function
1275 return AI->isSwiftError(); in isSwiftError()
1295 if (CLI->supportSwiftError() && isSwiftError(Ptr)) { in translateLoad()
1347 if (CLI->supportSwiftError() && isSwiftError(SI.getPointerOperand())) { in translateStore()
2349 if (CLI->supportSwiftError() && isSwiftError(Arg)) { in translateCallBase()
2697 if (AI.isSwiftError()) in translateAlloca()
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DCrashDebugger.cpp792 !Inst.isSwiftError()) { in TestInsts()
1143 I->isSwiftError()) in ReduceInsts()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp398 if (Access.Addr->isSwiftError()) in isInterestingMemoryAccess()
H A DHWAddressSanitizer.cpp721 if (Ptr->isSwiftError()) in ignoreAccess()
1406 !AI.isSwiftError()) && in isInterestingAlloca()
H A DThreadSanitizer.cpp608 if (Addr->isSwiftError()) in instrumentLoadOrStore()
H A DAddressSanitizer.cpp1235 !AI.isSwiftError() && in isInterestingAlloca()
1254 if (Ptr->isSwiftError()) in ignoreAccess()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp426 !AI.isSwiftError() && in isInterestingAlloca()
H A DAArch64FastISel.cpp1944 if (Alloca->isSwiftError()) in selectLoad()
2145 if (Alloca->isSwiftError()) in selectStore()
3168 Flag.isSwiftSelf() || Flag.isSwiftAsync() || Flag.isSwiftError()) in fastLowerCall()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FastISel.cpp1137 if (Alloca->isSwiftError()) in X86SelectStore()
1329 if (Alloca->isSwiftError()) in X86SelectLoad()
3227 if (Flag.isSwiftError() || Flag.isPreallocated()) in fastLowerCall()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1052 HasSwiftErrorArg |= Out.Flags.isSwiftError(); in LowerCall()
1299 HasSwiftErrorArg |= In.Flags.isSwiftError(); in LowerFormalArguments()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1019 if (Alloca->isSwiftError()) in SelectLoad()
1153 if (Alloca->isSwiftError()) in SelectStore()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp628 if (Arg.isSwiftError()) { in replaceSwiftErrorOps()

12