Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp754 void Preprocessor::PoisonSEHIdentifiers(bool Poison) { in PoisonSEHIdentifiers() argument
757 Ident__exception_code->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
758 Ident___exception_code->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
759 Ident_GetExceptionCode->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
760 Ident__exception_info->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
761 Ident___exception_info->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
762 Ident_GetExceptionInfo->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
763 Ident__abnormal_termination->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
764 Ident___abnormal_termination->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
765 Ident_AbnormalTermination->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp680 Value *Poison = PoisonValue::get(Phi.getType()); in addPhiValues() local
681 Phi.addIncoming(Poison, From); in addPhiValues()
850 Value *Poison = PoisonValue::get(Phi->getType()); in setPhiValues() local
852 Updater.AddAvailableValue(&Func->getEntryBlock(), Poison); in setPhiValues()
853 Updater.AddAvailableValue(To, Poison); in setPhiValues()
882 Updater.AddAvailableValue(UB, Poison); in setPhiValues()
1171 Value *Poison = PoisonValue::get(I.getType()); in rebuildSSA() local
1173 Updater.AddAvailableValue(&Func->getEntryBlock(), Poison); in rebuildSSA()
H A DReassociate.cpp700 Constant *Poison = PoisonValue::get(I->getType()); in RewriteExprTree() local
701 NewOp = BinaryOperator::Create(Instruction::BinaryOps(Opcode), Poison, in RewriteExprTree()
702 Poison, "", I->getIterator()); in RewriteExprTree()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_flags.inc111 "Poison (or not) the heap memory on [de]allocation. Zero value is useful "
118 "Poison (or not) the array cookie after operator new[].")
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp348 auto *Poison = PoisonValue::get(PointerType::get(F.getContext(), 0)); in invalidateCoroutine() local
350 CF->replaceAllUsesWith(Poison); in invalidateCoroutine()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp364 Value *Poison = PoisonValue::get(OldValue->getType()); in setKillLocation() local
365 replaceVariableLocationOp(OldValue, Poison); in setKillLocation()
H A DDebugInfo.cpp2205 auto *Poison = PoisonValue::get(Type::getInt1Ty(Ctx)); in trackAssignments() local
2221 ValueComponent = Poison; in trackAssignments()
2230 ValueComponent = Poison; in trackAssignments()
2240 ValueComponent = Poison; in trackAssignments()
H A DIRBuilder.cpp1138 Value *Poison = PoisonValue::get(VectorType::get(V->getType(), EC)); in CreateVectorSplat() local
1139 V = CreateInsertElement(Poison, V, getInt64(0), Name + ".splatinsert"); in CreateVectorSplat()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp1280 Value *Poison = PoisonValue::get(FirstPhi.getType()); in SliceUpIllegalIntegerPHI() local
1282 replaceInstUsesWith(*PHI, Poison); in SliceUpIllegalIntegerPHI()
1283 return replaceInstUsesWith(FirstPhi, Poison); in SliceUpIllegalIntegerPHI()
H A DInstCombineSimplifyDemanded.cpp1431 Constant *Poison = PoisonValue::get(EltTy); in SimplifyDemandedVectorElts() local
1435 Elts.push_back(Poison); in SimplifyDemandedVectorElts()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h362 Value *Poison = PoisonValue::get(OldValue->getType()); in setKillLocation() local
363 replaceVariableLocationOp(OldValue, Poison); in setKillLocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1226 Value *Poison = PoisonValue::get(LPI->getType()); in runEHOnFunction() local
1227 Value *Pair0 = IRB.CreateInsertValue(Poison, FMCI, 0, "pair0"); in runEHOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2321 auto *Poison = PoisonValue::get(getByteTy()); in insertb() local
2322 Value *P2Src = vresize(Builder, Src, P2Len, Poison); in insertb()
2323 Value *P2Dst = vresize(Builder, Dst, P2Len, Poison); in insertb()
2334 return vresize(Builder, P2Insert, DstLen, Poison); in insertb()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp622 auto *Poison = PoisonValue::get(I.getType()); in deleteDeadLoop() local
632 U.set(Poison); in deleteDeadLoop()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticCommonKinds.td443 // Poison system directories.
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp74 enum PtrauthCheckMode { Default, Unchecked, Poison, Trap }; enumerator
78 clEnumValN(Poison, "poison", "poison on failure"),
2109 case PtrauthCheckMode::Poison: in emitPtrauthAuthResign()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3241 Value *Poison = IRB.getIntN(StoreSizeInBytes * 8, Val); in copyToShadowInline() local
3243 Poison, IRB.CreateIntToPtr(Ptr, PointerType::getUnqual(Poison->getContext())), in copyToShadowInline()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp1621 Value *Poison = PoisonValue::get(I->getType()); in killAndReplaceSplitInstructions() local
1622 I->replaceUsesWithIf(Poison, [&](const Use &U) -> bool { in killAndReplaceSplitInstructions()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1136 llvm::Value *Poison = llvm::PoisonValue::get(Int32Ty); in StartFunction() local
1137 AllocaInsertPt = new llvm::BitCastInst(Poison, Int32Ty, "allocapt", EntryBB); in StartFunction()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2364 void PoisonSEHIdentifiers(bool Poison = true); // Borland
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1388 auto *Poison = PoisonValue::get(V->getType()); in handleDanglingVariadicDebugInfo() local
1389 Locs.push_back(SDDbgOperand::fromConst(Poison)); in handleDanglingVariadicDebugInfo()
1488 auto Poison = PoisonValue::get(V->getType()); in resolveDanglingDebugInfo() local
1490 DAG.getConstantDbgValue(Variable, Expr, Poison, DL, DbgSDNodeOrder); in resolveDanglingDebugInfo()
1556 auto *Poison = PoisonValue::get(OrigV->getType()); in salvageUnresolvedDbgValue() local
1557 auto *SDV = DAG.getConstantDbgValue(Var, Expr, Poison, DL, SDNodeOrder); in salvageUnresolvedDbgValue()
1567 Value *Poison = PoisonValue::get(Type::getInt1Ty(*Context)); in handleKillDebugValue() local
1570 handleDebugValue(Poison, Var, NewExpr, DbgLoc, Order, in handleKillDebugValue()
H A DLegalizeFloatTypes.cpp888 SDValue Poison = DAG.getPOISON(NVT); in SoftenFloatRes_FMODF() local
889 SetSoftenedFloat(SDValue(N, 0), Poison); in SoftenFloatRes_FMODF()
890 SetSoftenedFloat(SDValue(N, 1), Poison); in SoftenFloatRes_FMODF()
H A DLegalizeVectorTypes.cpp6727 SDValue Poison = DAG.getPOISON(WidenInVT); in WidenVecRes_SETCC() local
6729 InOp1 = DAG.getNode(ISD::INSERT_SUBVECTOR, SDLoc(N), WidenInVT, Poison, in WidenVecRes_SETCC()
6731 InOp2 = DAG.getNode(ISD::INSERT_SUBVECTOR, SDLoc(N), WidenInVT, Poison, in WidenVecRes_SETCC()
/freebsd/crypto/openssl/crypto/objects/
H A Dobjects.txt1774 1 3 6 1 4 1 11129 2 4 3 : ct_precert_poison : CT Precertificate Poison
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp7397 const Instruction *Poison = Worklist.pop_back_val(); in isAddRecNeverPoison() local
7399 for (const Use &U : Poison->uses()) { in isAddRecNeverPoison()