/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 662 unsigned SignBits = SimplifyDemandedUseBits() local 744 unsigned SignBits = SimplifyDemandedUseBits() local 784 unsigned SignBits = ComputeNumSignBits(I->getOperand(0), Depth + 1, Q.CxtI); SimplifyDemandedUseBits() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 1929 unsigned SignBits = std::min(LHSSignBits, RHSSignBits); LowerDIVREM24() local 5180 unsigned SignBits = Signed ? (32 - WidthVal + 1) : (32 - WidthVal); PerformDAGCombine() local 5687 unsigned SignBits = 32 - MaxValBits + 1; computeKnownBitsForTargetNode() local 5803 unsigned SignBits = 32 - Width->getZExtValue() + 1; ComputeNumSignBitsForTargetNode() local [all...] |
H A D | AMDGPUCodeGenPrepare.cpp | 1205 unsigned SignBits = std::min(LHSSignBits, RHSSignBits); getDivNumBits() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 4129 unsigned SignBits = ComputeNumSignBits(Op.getOperand(0), Depth + 1); computeKnownBits() local 4325 unsigned SignBits = ComputeNumSignBits(N0) + ComputeNumSignBits(N1); computeOverflowForSignedMul() local 5115 unsigned SignBits = ComputeNumSignBits(Op, Depth); ComputeMaxSignificantBits() local 5122 unsigned SignBits = ComputeNumSignBits(Op, DemandedElts, Depth); ComputeMaxSignificantBits() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 348 unsigned SignBits = ComputeNumSignBits(V, DL, Depth, AC, CxtI, DT); ComputeMaxSignificantBits() local 6829 unsigned SignBits = computeOverflowForSignedMul() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 15361 unsigned SignBits = OrigBitWidth - BitWidth; collectValuesToDemote() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 3888 unsigned SignBits = DAG.ComputeNumSignBits(Op); lowerBuildVectorOfConstants() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 32852 SDValue SignBits = DAG.getSetCC(dl, MVT::v4i32, Zero, In, ISD::SETGT); ReplaceNodeResults() local 47405 unsigned SignBits[2] = {1, 1}; canReduceVMulWidth() local [all...] |