Home
last modified time | relevance | path

Searched defs:PoisonOnly (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1764 PoisonOnly = (1 << 0), global() enumerator
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5126 isGuaranteedNotToBeUndefOrPoison(SDValue Op,bool PoisonOnly,unsigned Depth) const isGuaranteedNotToBeUndefOrPoison() argument
5145 isGuaranteedNotToBeUndefOrPoison(SDValue Op,const APInt & DemandedElts,bool PoisonOnly,unsigned Depth) const isGuaranteedNotToBeUndefOrPoison() argument
5225 canCreateUndefOrPoison(SDValue Op,bool PoisonOnly,bool ConsiderFlags,unsigned Depth) const canCreateUndefOrPoison() argument
5241 canCreateUndefOrPoison(SDValue Op,const APInt & DemandedElts,bool PoisonOnly,bool ConsiderFlags,unsigned Depth) const canCreateUndefOrPoison() argument
[all...]
H A DTargetLowering.cpp3830 isGuaranteedNotToBeUndefOrPoisonForTargetNode(SDValue Op,const APInt & DemandedElts,const SelectionDAG & DAG,bool PoisonOnly,unsigned Depth) const isGuaranteedNotToBeUndefOrPoisonForTargetNode() argument
3851 canCreateUndefOrPoisonForTargetNode(SDValue Op,const APInt & DemandedElts,const SelectionDAG & DAG,bool PoisonOnly,bool ConsiderFlags,unsigned Depth) const canCreateUndefOrPoisonForTargetNode() argument
/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp7066 PoisonOnly = (1 << 0), global() enumerator
7761 programUndefinedIfUndefOrPoison(const Value * V,bool PoisonOnly) programUndefinedIfUndefOrPoison() argument
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8136 isGuaranteedNotToBeUndefOrPoisonForTargetNode(SDValue Op,const APInt & DemandedElts,const SelectionDAG & DAG,bool PoisonOnly,unsigned Depth) const isGuaranteedNotToBeUndefOrPoisonForTargetNode() argument
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp17978 canCreateUndefOrPoisonForTargetNode(SDValue Op,const APInt & DemandedElts,const SelectionDAG & DAG,bool PoisonOnly,bool ConsiderFlags,unsigned Depth) const canCreateUndefOrPoisonForTargetNode() argument
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43231 isGuaranteedNotToBeUndefOrPoisonForTargetNode(SDValue Op,const APInt & DemandedElts,const SelectionDAG & DAG,bool PoisonOnly,unsigned Depth) const isGuaranteedNotToBeUndefOrPoisonForTargetNode() argument
43267 canCreateUndefOrPoisonForTargetNode(SDValue Op,const APInt & DemandedElts,const SelectionDAG & DAG,bool PoisonOnly,bool ConsiderFlags,unsigned Depth) const canCreateUndefOrPoisonForTargetNode() argument
[all...]