Searched refs:GetDemandedBits (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | SelectionDAG.h | 1495 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/ |
| HD | SelectionDAG.cpp | 2165 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()
|
| HD | DAGCombiner.cpp | 10891 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/ |
| HD | AMDGPUISelLowering.cpp | 2812 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/ |
| HD | X86ISelLowering.cpp | 43141 if (SDValue DemandedN1 = DAG.GetDemandedBits(N1, DemandedMask)) in combineBT()
|