| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | SwiftErrorValueTracking.cpp | 110 if (Alloca->isSwiftError()) in setFunction() 272 if (!Arg->isSwiftError()) in preassignVRegs() 277 assert(SwiftErrorAddr->isSwiftError() && in preassignVRegs() 290 if (!V->isSwiftError()) in preassignVRegs() 298 if (!SwiftErrorAddr->isSwiftError()) in preassignVRegs()
|
| HD | SjLjEHPrepare.cpp | 241 if (AI.isSwiftError()) in lowerIncomingArguments()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
| HD | OpDescriptor.h | 131 return V->getType()->isPointerTy() && !V->isSwiftError(); in anyPtrType() 145 if (V->isSwiftError()) in sizedPtrType()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | TargetCallingConv.h | 89 bool isSwiftError() const { return IsSwiftError; } in isSwiftError() function
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| HD | IRMutator.cpp | 158 Inst.isSwiftError() || isa<PHINode>(Inst)) in mutate()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombineLoadStoreAlloca.cpp | 584 if (LI.getPointerOperand()->isSwiftError()) in combineLoadToOperationType() 608 !SI->getPointerOperand()->isSwiftError(); in combineLoadToOperationType() 1154 if (SI.getPointerOperand()->isSwiftError()) in combineStoreToValueType() 1354 !SI->getPointerOperand()->isSwiftError(); in removeBitcastsFromLoadStoreOnMinMax()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | Value.cpp | 765 bool Value::isSwiftError() const { in isSwiftError() function in Value 772 return Alloca->isSwiftError(); in isSwiftError()
|
| HD | Verifier.cpp | 2913 Assert(AI->isSwiftError(), in visitCallBase() 3506 if (AI.isSwiftError()) { in visitAllocaInst()
|
| HD | Instructions.cpp | 4142 Result->setSwiftError(isSwiftError()); in cloneImpl()
|
| HD | AsmWriter.cpp | 3985 if (AI->isSwiftError()) in printInstruction()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64StackTagging.cpp | 403 !AI.isSwiftError(); in isInterestingAlloca() 487 NewAI->setSwiftError(Info.AI->isSwiftError()); in alignAndPadAlloca()
|
| HD | AArch64FastISel.cpp | 1996 if (Alloca->isSwiftError()) in selectLoad() 2198 if (Alloca->isSwiftError()) in selectStore() 3232 Flag.isSwiftSelf() || Flag.isSwiftError()) in fastLowerCall()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| HD | IRTranslator.cpp | 852 static bool isSwiftError(const Value *V) { in isSwiftError() function 856 return AI->isSwiftError(); in isSwiftError() 877 if (CLI->supportSwiftError() && isSwiftError(LI.getPointerOperand())) { in translateLoad() 921 if (CLI->supportSwiftError() && isSwiftError(SI.getPointerOperand())) { in translateStore() 1568 if (CLI->supportSwiftError() && isSwiftError(Arg)) { in translateCallSite() 1805 if (AI.isSwiftError()) in translateAlloca()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| HD | HWAddressSanitizer.cpp | 554 if (PtrOperand->isSwiftError()) in isInterestingMemoryAccess() 1080 !AI.isSwiftError()); in isInterestingAlloca() 1183 NewAI->setSwiftError(AI->isSwiftError()); in sanitizeFunction()
|
| HD | ThreadSanitizer.cpp | 530 if (Addr->isSwiftError()) in instrumentLoadOrStore()
|
| HD | AddressSanitizer.cpp | 1338 !AI.isSwiftError()); in isInterestingAlloca() 1424 if (PtrOperand->isSwiftError()) in isInterestingMemoryAccess()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/ |
| HD | TargetCallingConv.td | 51 class CCIfSwiftError<CCAction A> : CCIf<"ArgFlags.isSwiftError()", A> {
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | Value.h | 515 bool isSwiftError() const;
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/ |
| HD | CrashDebugger.cpp | 791 !Inst->isSwiftError()) { in TestInsts() 1142 I->isSwiftError()) in ReduceInsts()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| HD | CoroFrame.cpp | 1308 if (!Alloca || !Alloca->isSwiftError()) continue; in eliminateSwiftError()
|
| HD | CoroSplit.cpp | 511 if (Arg.isSwiftError()) { in replaceSwiftErrorOps()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86FastISel.cpp | 1119 if (Alloca->isSwiftError()) in X86SelectStore() 1310 if (Alloca->isSwiftError()) in X86SelectLoad() 3246 if (Flag.isSwiftError()) in fastLowerCall()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | CodeExtractor.cpp | 1081 if (input->isSwiftError()) in emitCallAndSwitchStatement()
|
| HD | InlineFunction.cpp | 1984 if (AI->isSwiftError()) in InlineFunction()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMFastISel.cpp | 1034 if (Alloca->isSwiftError()) in SelectLoad() 1166 if (Alloca->isSwiftError()) in SelectStore()
|