Home
last modified time | relevance | path

Searched refs:ConsiderFlags (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h613 bool PoisonOnly, bool ConsiderFlags,
H A DRISCVISelLowering.cpp18039 bool PoisonOnly, bool ConsiderFlags, unsigned Depth) const { in canCreateUndefOrPoisonForTargetNode()
18051 Op, DemandedElts, DAG, PoisonOnly, ConsiderFlags, Depth);
18036 canCreateUndefOrPoisonForTargetNode(SDValue Op,const APInt & DemandedElts,const SelectionDAG & DAG,bool PoisonOnly,bool ConsiderFlags,unsigned Depth) const canCreateUndefOrPoisonForTargetNode() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1251 bool PoisonOnly, bool ConsiderFlags, unsigned Depth) const override;
H A DX86ISelLowering.cpp43321 bool PoisonOnly, bool ConsiderFlags, unsigned Depth) const { in canCreateUndefOrPoisonForTargetNode() argument
43339 Op, DemandedElts, DAG, PoisonOnly, ConsiderFlags, Depth); in canCreateUndefOrPoisonForTargetNode()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2099 bool ConsiderFlags = true,
2111 bool ConsiderFlags = true,
H A DTargetLowering.h4176 bool ConsiderFlags, unsigned Depth) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5227 bool ConsiderFlags, in canCreateUndefOrPoison() argument
5237 return canCreateUndefOrPoison(Op, DemandedElts, PoisonOnly, ConsiderFlags, in canCreateUndefOrPoison()
5242 bool PoisonOnly, bool ConsiderFlags, in canCreateUndefOrPoison() argument
5249 if (ConsiderFlags && Op->hasPoisonGeneratingFlags()) in canCreateUndefOrPoison()
5354 Op, DemandedElts, *this, PoisonOnly, ConsiderFlags, Depth); in canCreateUndefOrPoison()
H A DTargetLowering.cpp3861 bool PoisonOnly, bool ConsiderFlags, unsigned Depth) const { in canCreateUndefOrPoisonForTargetNode() argument