Home
last modified time | relevance | path

Searched defs:Poison (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp680 Value *Poison = PoisonValue::get(Phi.getType()); in addPhiValues() local
850 Value *Poison = PoisonValue::get(Phi->getType()); in setPhiValues() local
1171 Value *Poison = PoisonValue::get(I.getType()); in rebuildSSA() local
H A DReassociate.cpp700 Constant *Poison = PoisonValue::get(I->getType()); in RewriteExprTree() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp348 auto *Poison = PoisonValue::get(PointerType::get(F.getContext(), 0)); in invalidateCoroutine() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp364 Value *Poison = PoisonValue::get(OldValue->getType()); in setKillLocation() local
H A DIRBuilder.cpp1138 Value *Poison = PoisonValue::get(VectorType::get(V->getType(), EC)); in CreateVectorSplat() local
H A DDebugInfo.cpp2205 auto *Poison = PoisonValue::get(Type::getInt1Ty(Ctx)); in trackAssignments() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp754 void Preprocessor::PoisonSEHIdentifiers(bool Poison) { in PoisonSEHIdentifiers()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1431 Constant *Poison = PoisonValue::get(EltTy); in SimplifyDemandedVectorElts() local
H A DInstCombinePHI.cpp1280 Value *Poison = PoisonValue::get(FirstPhi.getType()); in SliceUpIllegalIntegerPHI() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1226 Value *Poison = PoisonValue::get(LPI->getType()); in runEHOnFunction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h362 Value *Poison = PoisonValue::get(OldValue->getType()); in setKillLocation() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp622 auto *Poison = PoisonValue::get(I.getType()); in deleteDeadLoop() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp74 enum PtrauthCheckMode { Default, Unchecked, Poison, Trap }; enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1136 llvm::Value *Poison = llvm::PoisonValue::get(Int32Ty); in StartFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp1621 Value *Poison = PoisonValue::get(I->getType()); in killAndReplaceSplitInstructions() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1388 auto *Poison = PoisonValue::get(V->getType()); in handleDanglingVariadicDebugInfo() local
1488 auto Poison = PoisonValue::get(V->getType()); in resolveDanglingDebugInfo() local
1556 auto *Poison = PoisonValue::get(OrigV->getType()); in salvageUnresolvedDbgValue() local
1567 Value *Poison = PoisonValue::get(Type::getInt1Ty(*Context)); in handleKillDebugValue() local
H A DLegalizeFloatTypes.cpp888 SDValue Poison = DAG.getPOISON(NVT); in SoftenFloatRes_FMODF() local
H A DLegalizeVectorTypes.cpp6727 SDValue Poison = DAG.getPOISON(WidenInVT); in WidenVecRes_SETCC() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3241 Value *Poison = IRB.getIntN(StoreSizeInBytes * 8, Val); in copyToShadowInline() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2321 auto *Poison = PoisonValue::get(getByteTy()); in insertb() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp7397 const Instruction *Poison = Worklist.pop_back_val(); in isAddRecNeverPoison() local