Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/msan/
H A Dpoison_in_signal.cpp22 __attribute__((noinline, optnone)) void Poison() { in Poison() function
/llvm-project/llvm/unittests/IR/
H A DAsmWriterTest.cpp29 auto Poison = PoisonValue::get(Ty); in TEST() local
H A DConstantsTest.cpp31 Constant *Poison = PoisonValue::get(Int1); in TEST() local
/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)); CreateVectorSplat() local
/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp738 Ident__exception_code->setIsPoisoned(Poison); in PoisonSEHIdentifiers() argument
[all...]
/llvm-project/llvm/unittests/Analysis/
H A DValueTrackingTest.cpp1210 bool Poison = Data[Index].first.first; in TEST() local
2048 KnownFPClass Poison = in TEST_F() local
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1221 Value *Poison = PoisonValue::get(LPI->getType()); runEHOnFunction() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1431 Constant *Poison = PoisonValue::get(EltTy); SimplifyDemandedVectorElts() local
H A DInstCombinePHI.cpp1276 return replaceInstUsesWith(FirstPhi, Poison); in SliceUpIllegalIntegerPHI() local
/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h352 Value *Poison = PoisonValue::get(OldValue->getType()); setKillLocation() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp1003 Value *Poison = PoisonValue::get(I->getType()); killAndReplaceSplitInstructions() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp700 Constant *Poison = PoisonValue::get(I->getType()); in RewriteExprTree() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp621 auto *Poison = PoisonValue::get(I.getType()); deleteDeadLoop() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3184 Value *Poison = IRB.getIntN(StoreSizeInBytes * 8, Val); copyToShadowInline() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9258 Value *Poison = PoisonValue::get( execute() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1577 Value *Poison = PoisonValue::get(Type::getInt1Ty(*Context)); handleKillDebugValue() local
/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp7375 const Instruction *Poison = Worklist.pop_back_val(); isAddRecNeverPoison() local