Home
last modified time | relevance | path

Searched refs:GetDemandedBits (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1418 SDValue GetDemandedBits(SDValue V, const APInt &Mask);
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2731 SDValue DemandedLHS = DAG.GetDemandedBits(LHS, Demanded); in simplifyI24()
2732 SDValue DemandedRHS = DAG.GetDemandedBits(RHS, Demanded); in simplifyI24()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2066 SDValue SelectionDAG::GetDemandedBits(SDValue V, const APInt &Mask) { in GetDemandedBits() function in SelectionDAG
2099 if (SDValue SimplifyLHS = GetDemandedBits(V.getOperand(0), NewMask)) in GetDemandedBits()
2119 if (SDValue DemandedSrc = GetDemandedBits(Src, SrcMask)) in GetDemandedBits()
H A DDAGCombiner.cpp9812 if (SDValue Shorter = DAG.GetDemandedBits(N0, Mask)) in visitTRUNCATE()
15227 SDValue Shorter = DAG.GetDemandedBits( in visitSTORE()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39048 if (SDValue DemandedN1 = DAG.GetDemandedBits(N1, DemandedMask)) in combineBT()
41485 SDValue DemandedLHS = DAG.GetDemandedBits(LHS, DemandedMask); in combinePMULDQ()
41486 SDValue DemandedRHS = DAG.GetDemandedBits(RHS, DemandedMask); in combinePMULDQ()