| /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()) in preassignVRegs()
|
| H A D | SjLjEHPrepare.cpp | 264 if (AI.isSwiftError()) in lowerIncomingArguments()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
| H A D | OpDescriptor.h | 153 return V->getType()->isPointerTy() && !V->isSwiftError(); in anyPtrType() 168 if (V->isSwiftError()) in sizedPtrType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | MemoryTaggingSupport.cpp | 209 !AI.isSwiftError()) { in getAllocaInterestingness() 248 NewAI->setSwiftError(Info.AI->isSwiftError()); in alignAndPadAlloca()
|
| H A D | CodeExtractor.cpp | 1041 if (input->isSwiftError()) in constructFunctionDeclaration() 1912 if (input->isSwiftError()) in emitReplacerCall()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetCallingConv.h | 107 bool isSwiftError() const { return IsSwiftError; } in isSwiftError() function
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Value.cpp | 1124 bool Value::isSwiftError() const { in isSwiftError() function in Value 1131 return Alloca->isSwiftError(); in isSwiftError()
|
| /freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | CrashDebugger.cpp | 784 !Inst.isSwiftError()) { in TestInsts() 1119 I->isSwiftError()) in ReduceInsts()
|
| /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 | 1368 static bool isSwiftError(const Value *V) { in isSwiftError() function 1372 return AI->isSwiftError(); in isSwiftError() 1391 if (CLI->supportSwiftError() && isSwiftError(Ptr)) { in translateLoad() 1438 if (CLI->supportSwiftError() && isSwiftError(SI.getPointerOperand())) { in translateStore() 2689 if (CLI->supportSwiftError() && isSwiftError(Arg)) { in translateCallBase() 3082 if (AI.isSwiftError()) in translateAlloca()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 674 if (Load.getPointerOperand()->isSwiftError()) in combineLoadToOperationType() 1230 if (SI.getPointerOperand()->isSwiftError()) in combineStoreToValueType()
|
| H A D | InstCombinePHI.cpp | 701 if (FirstLI->getOperand(0)->isSwiftError()) in foldPHIArgLoadIntoPHI() 741 if (LI->getOperand(0)->isSwiftError()) in foldPHIArgLoadIntoPHI()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfInstrumentation.cpp | 359 if (Access.Addr->isSwiftError()) in isInterestingMemoryAccess()
|
| H A D | ThreadSanitizer.cpp | 600 if (Addr->isSwiftError()) in instrumentLoadOrStore()
|
| H A D | TypeSanitizer.cpp | 481 if (MLoc.Ptr->isSwiftError()) in collectMemAccessInfo()
|
| H A D | AddressSanitizer.cpp | 1435 !AI.isSwiftError() && in isInterestingAlloca() 1454 if (Ptr->isSwiftError()) in ignoreAccess()
|
| H A D | HWAddressSanitizer.cpp | 822 if (Ptr->isSwiftError()) in ignoreAccessWithoutRemark()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Value.h | 650 LLVM_ABI bool isSwiftError() const;
|
| /freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | IRMutator.cpp | 211 if (Inst.isTerminator() || Inst.isEHPad() || Inst.isSwiftError() || in mutate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 1142 if (Alloca->isSwiftError()) in X86SelectStore() 1333 if (Alloca->isSwiftError()) in X86SelectLoad() 3317 if (Flag.isSwiftError() || Flag.isPreallocated()) in fastLowerCall()
|
| H A D | X86ISelLoweringCall.cpp | 1944 In.Flags.isSwiftError()) { in LowerFormalArguments() 2628 Out.Flags.isSwiftError()) { in LowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 1057 if (Alloca->isSwiftError()) in SelectLoad() 1194 if (Alloca->isSwiftError()) in SelectStore()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 1959 if (Alloca->isSwiftError()) in selectLoad() 2160 if (Alloca->isSwiftError()) in selectStore() 3192 Flag.isSwiftSelf() || Flag.isSwiftAsync() || Flag.isSwiftError()) in fastLowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 1737 if (!Alloca || !Alloca->isSwiftError()) continue; in eliminateSwiftError()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 1282 HasSwiftErrorArg |= Out.Flags.isSwiftError(); in LowerCall() 1531 HasSwiftErrorArg |= In.Flags.isSwiftError(); in LowerFormalArguments()
|