/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | SwiftErrorValueTracking.cpp | 110 if (Alloca->isSwiftError()) in setFunction() 270 if (!Arg->isSwiftError()) in preassignVRegs() 275 assert(SwiftErrorAddr->isSwiftError() && in preassignVRegs() 288 if (!V->isSwiftError()) in preassignVRegs() 296 if (!SwiftErrorAddr->isSwiftError()) in preassignVRegs()
|
H A D | SjLjEHPrepare.cpp | 250 if (AI.isSwiftError()) in lowerIncomingArguments()
|
/openbsd/gnu/llvm/llvm/include/llvm/FuzzMutate/ |
H A D | OpDescriptor.h | 130 return V->getType()->isPointerTy() && !V->isSwiftError(); in anyPtrType() 144 if (V->isSwiftError()) in sizedPtrType()
|
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceInstructions.cpp | 26 return I.isEHPad() || I.getType()->isTokenTy() || I.isSwiftError(); in shouldAlwaysKeep()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | MemoryTaggingSupport.cpp | 170 !AI.isSwiftError()) && in isInterestingAlloca() 204 NewAI->setSwiftError(Info.AI->isSwiftError()); in alignAndPadAlloca()
|
H A D | CodeExtractor.cpp | 1165 if (input->isSwiftError()) in emitCallAndSwitchStatement()
|
H A D | InlineFunction.cpp | 2484 if (AI->isSwiftError()) in InlineFunction()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | TargetCallingConv.h | 103 bool isSwiftError() const { return IsSwiftError; } in isSwiftError() function
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 681 if (Load.getPointerOperand()->isSwiftError()) in combineLoadToOperationType() 1208 if (SI.getPointerOperand()->isSwiftError()) in combineStoreToValueType() 1407 !SI->getPointerOperand()->isSwiftError(); in removeBitcastsFromLoadStoreOnMinMax()
|
H A D | InstCombinePHI.cpp | 669 if (FirstLI->getOperand(0)->isSwiftError()) in foldPHIArgLoadIntoPHI() 709 if (LI->getOperand(0)->isSwiftError()) in foldPHIArgLoadIntoPHI()
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | Value.cpp | 1015 bool Value::isSwiftError() const { in isSwiftError() function in Value 1022 return Alloca->isSwiftError(); in isSwiftError()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | MemProfiler.cpp | 340 if (Access.Addr->isSwiftError()) in isInterestingMemoryAccess()
|
H A D | ThreadSanitizer.cpp | 600 if (Addr->isSwiftError()) in instrumentLoadOrStore()
|
H A D | AddressSanitizer.cpp | 1265 !AI.isSwiftError() && in isInterestingAlloca() 1284 if (Ptr->isSwiftError()) in ignoreAccess()
|
H A D | HWAddressSanitizer.cpp | 723 if (Ptr->isSwiftError()) in ignoreAccess()
|
/openbsd/gnu/llvm/llvm/include/llvm/Target/ |
H A D | TargetCallingConv.td | 61 class CCIfSwiftError<CCAction A> : CCIf<"ArgFlags.isSwiftError()", A> {
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | Value.h | 625 bool isSwiftError() const;
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 1276 static bool isSwiftError(const Value *V) { in isSwiftError() function 1280 return AI->isSwiftError(); in isSwiftError() 1300 if (CLI->supportSwiftError() && isSwiftError(Ptr)) { in translateLoad() 1348 if (CLI->supportSwiftError() && isSwiftError(SI.getPointerOperand())) { in translateStore() 2359 if (CLI->supportSwiftError() && isSwiftError(Arg)) { in translateCallBase() 2715 if (AI.isSwiftError()) in translateAlloca()
|
/openbsd/gnu/llvm/llvm/tools/bugpoint/ |
H A D | CrashDebugger.cpp | 792 !Inst.isSwiftError()) { in TestInsts() 1143 I->isSwiftError()) in ReduceInsts()
|
/openbsd/gnu/llvm/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 170 if (Inst.isTerminator() || Inst.isEHPad() || Inst.isSwiftError() || in mutate()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 1135 if (Alloca->isSwiftError()) in X86SelectStore() 1327 if (Alloca->isSwiftError()) in X86SelectLoad() 3229 if (Flag.isSwiftError() || Flag.isPreallocated()) in fastLowerCall()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 1019 if (Alloca->isSwiftError()) in SelectLoad() 1153 if (Alloca->isSwiftError()) in SelectStore()
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 1057 HasSwiftErrorArg |= Out.Flags.isSwiftError(); in LowerCall() 1304 HasSwiftErrorArg |= In.Flags.isSwiftError(); in LowerFormalArguments()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 1968 if (Alloca->isSwiftError()) in selectLoad() 2169 if (Alloca->isSwiftError()) in selectStore() 3197 Flag.isSwiftSelf() || Flag.isSwiftAsync() || Flag.isSwiftError()) in fastLowerCall()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 635 if (Arg.isSwiftError()) { in replaceSwiftErrorOps()
|