Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDSelectionDAG.h1495 SDValue GetDemandedBits(SDValue V, const APInt &DemandedBits);
1504 SDValue GetDemandedBits(SDValue V, const APInt &DemandedBits,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp2165 SDValue SelectionDAG::GetDemandedBits(SDValue V, const APInt &DemandedBits) { in GetDemandedBits() function in SelectionDAG
2170 return GetDemandedBits(V, DemandedBits, DemandedElts); in GetDemandedBits()
2178 SDValue SelectionDAG::GetDemandedBits(SDValue V, const APInt &DemandedBits, in GetDemandedBits() function in SelectionDAG
2210 GetDemandedBits(V.getOperand(0), SrcDemandedBits)) in GetDemandedBits()
2236 if (SDValue DemandedSrc = GetDemandedBits(Src, SrcDemandedBits)) in GetDemandedBits()
HDDAGCombiner.cpp10891 if (SDValue Shorter = DAG.GetDemandedBits(N0, Mask)) in visitTRUNCATE()
16462 if (SDValue Shorter = DAG.GetDemandedBits(Value, TruncDemandedBits)) in visitSTORE()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUISelLowering.cpp2812 SDValue DemandedLHS = DAG.GetDemandedBits(LHS, Demanded); in simplifyI24()
2813 SDValue DemandedRHS = DAG.GetDemandedBits(RHS, Demanded); in simplifyI24()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp43141 if (SDValue DemandedN1 = DAG.GetDemandedBits(N1, DemandedMask)) in combineBT()