Searched refs:GetDemandedBits (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1418 SDValue GetDemandedBits(SDValue V, const APInt &Mask);
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 2731 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 D | SelectionDAG.cpp | 2066 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 D | DAGCombiner.cpp | 9812 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 D | X86ISelLowering.cpp | 39048 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()
|