Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwiftErrorValueTracking.cpp110 if (Alloca->isSwiftError()) in setFunction()
271 if (!Arg->isSwiftError()) in preassignVRegs()
276 assert(SwiftErrorAddr->isSwiftError() && in preassignVRegs()
289 if (!V->isSwiftError()) in preassignVRegs()
297 if (!SwiftErrorAddr->isSwiftError()) in preassignVRegs()
H A DSjLjEHPrepare.cpp250 if (AI.isSwiftError()) in lowerIncomingArguments()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h131 return V->getType()->isPointerTy() && !V->isSwiftError(); in anyPtrType()
145 if (V->isSwiftError()) in sizedPtrType()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h103 bool isSwiftError() const { return IsSwiftError; } in isSwiftError() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp161 Inst.isSwiftError() || isa<PHINode>(Inst)) in mutate()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp428 !AI.isSwiftError() && in isInterestingAlloca()
515 NewAI->setSwiftError(Info.AI->isSwiftError()); in alignAndPadAlloca()
H A DAArch64FastISel.cpp1944 if (Alloca->isSwiftError()) in selectLoad()
2145 if (Alloca->isSwiftError()) in selectStore()
3161 Flag.isSwiftSelf() || Flag.isSwiftAsync() || Flag.isSwiftError()) in fastLowerCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp599 if (LI.getPointerOperand()->isSwiftError()) in combineLoadToOperationType()
1132 if (SI.getPointerOperand()->isSwiftError()) in combineStoreToValueType()
1335 !SI->getPointerOperand()->isSwiftError(); in removeBitcastsFromLoadStoreOnMinMax()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp1000 bool Value::isSwiftError() const { in isSwiftError() function in Value
1007 return Alloca->isSwiftError(); in isSwiftError()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1261 static bool isSwiftError(const Value *V) { in isSwiftError() function
1265 return AI->isSwiftError(); in isSwiftError()
1281 if (CLI->supportSwiftError() && isSwiftError(LI.getPointerOperand())) { in translateLoad()
1324 if (CLI->supportSwiftError() && isSwiftError(SI.getPointerOperand())) { in translateStore()
2264 if (CLI->supportSwiftError() && isSwiftError(Arg)) { in translateCallBase()
2610 if (AI.isSwiftError()) in translateAlloca()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp726 if (Ptr->isSwiftError()) in ignoreAccess()
1298 !AI.isSwiftError()) && in isInterestingAlloca()
1405 NewAI->setSwiftError(AI->isSwiftError()); in sanitizeFunction()
H A DMemProfiler.cpp407 if (Access.Addr->isSwiftError()) in isInterestingMemoryAccess()
H A DThreadSanitizer.cpp652 if (Addr->isSwiftError()) in instrumentLoadOrStore()
H A DAddressSanitizer.cpp1401 !AI.isSwiftError()); in isInterestingAlloca()
1418 if (Ptr->isSwiftError()) in ignoreAccess()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetCallingConv.td61 class CCIfSwiftError<CCAction A> : CCIf<"ArgFlags.isSwiftError()", A> {
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h625 bool isSwiftError() const;
/freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp794 !Inst->isSwiftError()) { in TestInsts()
1145 I->isSwiftError()) in ReduceInsts()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1142 if (Alloca->isSwiftError()) in X86SelectStore()
1334 if (Alloca->isSwiftError()) in X86SelectLoad()
3232 if (Flag.isSwiftError() || Flag.isPreallocated()) in fastLowerCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp676 if (Input->isSwiftError()) { in findExtractedInputToOverallInputMapping()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp944 HasSwiftErrorArg |= Out.Flags.isSwiftError(); in LowerCall()
1189 HasSwiftErrorArg |= In.Flags.isSwiftError(); in LowerFormalArguments()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1018 if (Alloca->isSwiftError()) in SelectLoad()
1150 if (Alloca->isSwiftError()) in SelectStore()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1143 if (input->isSwiftError()) in emitCallAndSwitchStatement()
H A DInlineFunction.cpp2202 if (AI->isSwiftError()) in InlineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp602 if (Arg.isSwiftError()) { in replaceSwiftErrorOps()
H A DCoroFrame.cpp2327 if (!Alloca || !Alloca->isSwiftError()) continue; in eliminateSwiftError()

12