/llvm-project/compiler-rt/test/msan/ |
H A D | poison_in_signal.cpp | 22 __attribute__((noinline, optnone)) void Poison() { in Poison() function
|
/llvm-project/llvm/unittests/IR/ |
H A D | AsmWriterTest.cpp | 29 auto Poison = PoisonValue::get(Ty); in TEST() local
|
H A D | ConstantsTest.cpp | 31 Constant *Poison = PoisonValue::get(Int1); in TEST() local
|
/llvm-project/llvm/lib/IR/ |
H A D | DebugProgramInstruction.cpp | 363 Value *Poison = PoisonValue::get(OldValue->getType()); in setKillLocation() local
|
H A D | IRBuilder.cpp | 1204 Value *Poison = PoisonValue::get(VectorType::get(V->getType(), EC)); CreateVectorSplat() local
|
/llvm-project/clang/lib/Lex/ |
H A D | Preprocessor.cpp | 738 Ident__exception_code->setIsPoisoned(Poison); in PoisonSEHIdentifiers() argument [all...] |
/llvm-project/llvm/unittests/Analysis/ |
H A D | ValueTrackingTest.cpp | 1210 bool Poison = Data[Index].first.first; in TEST() local 2048 KnownFPClass Poison = in TEST_F() local
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1221 Value *Poison = PoisonValue::get(LPI->getType()); runEHOnFunction() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 1431 Constant *Poison = PoisonValue::get(EltTy); SimplifyDemandedVectorElts() local
|
H A D | InstCombinePHI.cpp | 1276 return replaceInstUsesWith(FirstPhi, Poison); in SliceUpIllegalIntegerPHI() local
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicInst.h | 352 Value *Poison = PoisonValue::get(OldValue->getType()); setKillLocation() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerBufferFatPointers.cpp | 1003 Value *Poison = PoisonValue::get(I->getType()); killAndReplaceSplitInstructions() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Reassociate.cpp | 700 Constant *Poison = PoisonValue::get(I->getType()); in RewriteExprTree() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 621 auto *Poison = PoisonValue::get(I.getType()); deleteDeadLoop() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 3184 Value *Poison = IRB.getIntN(StoreSizeInBytes * 8, Val); copyToShadowInline() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 9258 Value *Poison = PoisonValue::get( execute() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 1577 Value *Poison = PoisonValue::get(Type::getInt1Ty(*Context)); handleKillDebugValue() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 7375 const Instruction *Poison = Worklist.pop_back_val(); isAddRecNeverPoison() local
|