Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp363 Value *Poison = PoisonValue::get(OldValue->getType()); in setKillLocation() local
H A DIRBuilder.cpp1204 Value *Poison = PoisonValue::get(VectorType::get(V->getType(), EC)); in CreateVectorSplat() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp738 void Preprocessor::PoisonSEHIdentifiers(bool Poison) { in PoisonSEHIdentifiers()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1221 Value *Poison = PoisonValue::get(LPI->getType()); in runEHOnFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1427 Constant *Poison = PoisonValue::get(EltTy); in SimplifyDemandedVectorElts() local
H A DInstCombinePHI.cpp1277 Value *Poison = PoisonValue::get(FirstPhi.getType()); in SliceUpIllegalIntegerPHI() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h352 Value *Poison = PoisonValue::get(OldValue->getType()); in setKillLocation() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp1003 Value *Poison = PoisonValue::get(I->getType()); in killAndReplaceSplitInstructions() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp71 enum PtrauthCheckMode { Default, Unchecked, Poison, Trap }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp700 Constant *Poison = PoisonValue::get(I->getType()); in RewriteExprTree() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp621 auto *Poison = PoisonValue::get(I.getType()); in deleteDeadLoop() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3186 Value *Poison = IRB.getIntN(StoreSizeInBytes * 8, Val); in copyToShadowInline() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9149 Value *Poison = PoisonValue::get( in execute() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1577 Value *Poison = PoisonValue::get(Type::getInt1Ty(*Context)); in handleKillDebugValue() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp7377 const Instruction *Poison = Worklist.pop_back_val(); in isAddRecNeverPoison() local