Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwiftErrorValueTracking.cpp110 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 DSjLjEHPrepare.cpp264 if (AI.isSwiftError()) in lowerIncomingArguments()
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h153 return V->getType()->isPointerTy() && !V->isSwiftError(); in anyPtrType()
168 if (V->isSwiftError()) in sizedPtrType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp209 !AI.isSwiftError()) { in getAllocaInterestingness()
248 NewAI->setSwiftError(Info.AI->isSwiftError()); in alignAndPadAlloca()
H A DCodeExtractor.cpp1041 if (input->isSwiftError()) in constructFunctionDeclaration()
1912 if (input->isSwiftError()) in emitReplacerCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h107 bool isSwiftError() const { return IsSwiftError; } in isSwiftError() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp1124 bool Value::isSwiftError() const { in isSwiftError() function in Value
1131 return Alloca->isSwiftError(); in isSwiftError()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp784 !Inst.isSwiftError()) { in TestInsts()
1119 I->isSwiftError()) in ReduceInsts()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetCallingConv.td61 class CCIfSwiftError<CCAction A> : CCIf<"ArgFlags.isSwiftError()", A> {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1368 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 DInstCombineLoadStoreAlloca.cpp674 if (Load.getPointerOperand()->isSwiftError()) in combineLoadToOperationType()
1230 if (SI.getPointerOperand()->isSwiftError()) in combineStoreToValueType()
H A DInstCombinePHI.cpp701 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 DMemProfInstrumentation.cpp359 if (Access.Addr->isSwiftError()) in isInterestingMemoryAccess()
H A DThreadSanitizer.cpp600 if (Addr->isSwiftError()) in instrumentLoadOrStore()
H A DTypeSanitizer.cpp481 if (MLoc.Ptr->isSwiftError()) in collectMemAccessInfo()
H A DAddressSanitizer.cpp1435 !AI.isSwiftError() && in isInterestingAlloca()
1454 if (Ptr->isSwiftError()) in ignoreAccess()
H A DHWAddressSanitizer.cpp822 if (Ptr->isSwiftError()) in ignoreAccessWithoutRemark()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h650 LLVM_ABI bool isSwiftError() const;
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp211 if (Inst.isTerminator() || Inst.isEHPad() || Inst.isSwiftError() || in mutate()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1142 if (Alloca->isSwiftError()) in X86SelectStore()
1333 if (Alloca->isSwiftError()) in X86SelectLoad()
3317 if (Flag.isSwiftError() || Flag.isPreallocated()) in fastLowerCall()
H A DX86ISelLoweringCall.cpp1944 In.Flags.isSwiftError()) { in LowerFormalArguments()
2628 Out.Flags.isSwiftError()) { in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1057 if (Alloca->isSwiftError()) in SelectLoad()
1194 if (Alloca->isSwiftError()) in SelectStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1959 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 DCoroFrame.cpp1737 if (!Alloca || !Alloca->isSwiftError()) continue; in eliminateSwiftError()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1282 HasSwiftErrorArg |= Out.Flags.isSwiftError(); in LowerCall()
1531 HasSwiftErrorArg |= In.Flags.isSwiftError(); in LowerFormalArguments()

12