| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SwiftErrorValueTracking.cpp | 110 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 D | SjLjEHPrepare.cpp | 265 if (AI.isSwiftError()) in lowerIncomingArguments()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
| H A D | OpDescriptor.h | 152 return V->getType()->isPointerTy() && !V->isSwiftError(); in anyPtrType() 166 if (V->isSwiftError()) in sizedPtrType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | MemoryTaggingSupport.cpp | 196 !AI.isSwiftError()) && in isInterestingAlloca() 230 NewAI->setSwiftError(Info.AI->isSwiftError()); in alignAndPadAlloca()
|
| H A D | CodeExtractor.cpp | 1177 if (input->isSwiftError()) in emitCallAndSwitchStatement()
|
| H A D | InlineFunction.cpp | 2647 if (AI->isSwiftError()) in InlineFunction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetCallingConv.h | 103 bool isSwiftError() const { return IsSwiftError; } in isSwiftError() function
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Value.cpp | 1096 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 D | TargetCallingConv.td | 61 class CCIfSwiftError<CCAction A> : CCIf<"ArgFlags.isSwiftError()", A> {
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 1354 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 D | InstCombineLoadStoreAlloca.cpp | 659 if (Load.getPointerOperand()->isSwiftError()) in combineLoadToOperationType() 1186 if (SI.getPointerOperand()->isSwiftError()) in combineStoreToValueType()
|
| H A D | InstCombinePHI.cpp | 669 if (FirstLI->getOperand(0)->isSwiftError()) in foldPHIArgLoadIntoPHI() 709 if (LI->getOperand(0)->isSwiftError()) in foldPHIArgLoadIntoPHI()
|
| /freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | CrashDebugger.cpp | 787 !Inst.isSwiftError()) { in TestInsts() 1130 I->isSwiftError()) in ReduceInsts()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Value.h | 637 bool isSwiftError() const;
|
| /freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | IRMutator.cpp | 178 if (Inst.isTerminator() || Inst.isEHPad() || Inst.isSwiftError() || in mutate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | ThreadSanitizer.cpp | 597 if (Addr->isSwiftError()) in instrumentLoadOrStore()
|
| H A D | MemProfiler.cpp | 397 if (Access.Addr->isSwiftError()) in isInterestingMemoryAccess()
|
| H A D | AddressSanitizer.cpp | 1368 !AI.isSwiftError() && in isInterestingAlloca() 1387 if (Ptr->isSwiftError()) in ignoreAccess()
|
| H A D | HWAddressSanitizer.cpp | 784 if (Ptr->isSwiftError()) in ignoreAccessWithoutRemark()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 1143 if (Alloca->isSwiftError()) in X86SelectStore() 1334 if (Alloca->isSwiftError()) in X86SelectLoad() 3281 if (Flag.isSwiftError() || Flag.isPreallocated()) in fastLowerCall()
|
| H A D | X86ISelLoweringCall.cpp | 1913 Ins[I].Flags.isSwiftError()) { in LowerFormalArguments() 2573 Outs[I].Flags.isSwiftError()) { in LowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 1019 if (Alloca->isSwiftError()) in SelectLoad() 1153 if (Alloca->isSwiftError()) in SelectStore()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 1109 HasSwiftErrorArg |= Out.Flags.isSwiftError(); in LowerCall() 1357 HasSwiftErrorArg |= In.Flags.isSwiftError(); in LowerFormalArguments()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 1963 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 D | CoroSplit.cpp | 667 if (Arg.isSwiftError()) { in replaceSwiftErrorOps()
|