Home
last modified time | relevance | path

Searched refs:PoisonVal (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInterleavedAccess.cpp469 Value *PoisonVal = PoisonValue::get(VecTupTy); in lowerInterleavedVPLoad() local
476 PoisonVal, in lowerInterleavedVPLoad()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp1025 Value *PoisonVal = PoisonValue::get(SomePHI->getType()); in run() local
1027 SomePHI->addIncoming(PoisonVal, Pred); in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp444 const int PoisonVal = -1; in runOnMachineFunction() local
447 .addImm(PoisonVal); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp8110 PoisonValue *PoisonVal = PoisonValue::get(Val->getType()); in getConstantVector() local
8115 ConstVec.push_back(PoisonVal); in getConstantVector()