| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Preprocessor.cpp | 754 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 D | StructurizeCFG.cpp | 680 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 D | Reassociate.cpp | 700 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 D | asan_flags.inc | 111 "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 D | Coroutines.cpp | 348 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 D | DebugProgramInstruction.cpp | 364 Value *Poison = PoisonValue::get(OldValue->getType()); in setKillLocation() local 365 replaceVariableLocationOp(OldValue, Poison); in setKillLocation()
|
| H A D | DebugInfo.cpp | 2205 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 D | IRBuilder.cpp | 1138 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 D | InstCombinePHI.cpp | 1280 Value *Poison = PoisonValue::get(FirstPhi.getType()); in SliceUpIllegalIntegerPHI() local 1282 replaceInstUsesWith(*PHI, Poison); in SliceUpIllegalIntegerPHI() 1283 return replaceInstUsesWith(FirstPhi, Poison); in SliceUpIllegalIntegerPHI()
|
| H A D | InstCombineSimplifyDemanded.cpp | 1431 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 D | IntrinsicInst.h | 362 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 D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1226 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 D | HexagonVectorCombine.cpp | 2321 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 D | LoopUtils.cpp | 622 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 D | DiagnosticCommonKinds.td | 443 // Poison system directories.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64AsmPrinter.cpp | 74 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 D | AddressSanitizer.cpp | 3241 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 D | AMDGPULowerBufferFatPointers.cpp | 1621 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 D | CodeGenFunction.cpp | 1136 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 D | Preprocessor.h | 2364 void PoisonSEHIdentifiers(bool Poison = true); // Borland
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 1388 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 D | LegalizeFloatTypes.cpp | 888 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 D | LegalizeVectorTypes.cpp | 6727 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 D | objects.txt | 1774 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 D | ScalarEvolution.cpp | 7397 const Instruction *Poison = Worklist.pop_back_val(); in isAddRecNeverPoison() local 7399 for (const Use &U : Poison->uses()) { in isAddRecNeverPoison()
|