Searched defs:SignBits (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 662 unsigned SignBits = in SimplifyDemandedUseBits() local 744 unsigned SignBits = in SimplifyDemandedUseBits() local 784 unsigned SignBits = ComputeNumSignBits(I->getOperand(0), Depth + 1, Q.CxtI); in SimplifyDemandedUseBits() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 1923 unsigned SignBits = std::min(LHSSignBits, RHSSignBits); in LowerDIVREM24() local 5180 unsigned SignBits = Signed ? (32 - WidthVal + 1) : (32 - WidthVal); in PerformDAGCombine() local 5687 unsigned SignBits = 32 - MaxValBits + 1; in computeKnownBitsForTargetNode() local 5803 unsigned SignBits = 32 - Width->getZExtValue() + 1; in ComputeNumSignBitsForTargetNode() local
|
H A D | AMDGPUCodeGenPrepare.cpp | 1205 unsigned SignBits = std::min(LHSSignBits, RHSSignBits); in getDivNumBits() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 4130 unsigned SignBits = ComputeNumSignBits(Op.getOperand(0), Depth + 1); in computeKnownBits() local 4326 unsigned SignBits = ComputeNumSignBits(N0) + ComputeNumSignBits(N1); in computeOverflowForSignedMul() local 5116 unsigned SignBits = ComputeNumSignBits(Op, Depth); in ComputeMaxSignificantBits() local 5123 unsigned SignBits = ComputeNumSignBits(Op, DemandedElts, Depth); in ComputeMaxSignificantBits() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 354 unsigned SignBits = ComputeNumSignBits(V, DL, Depth, AC, CxtI, DT); in ComputeMaxSignificantBits() local 6998 unsigned SignBits = in computeOverflowForSignedMul() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 15426 unsigned SignBits = OrigBitWidth - BitWidth; in collectValuesToDemote() local 15447 unsigned SignBits = OrigBitWidth - BitWidth; in collectValuesToDemote() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 3900 unsigned SignBits = DAG.ComputeNumSignBits(Op); lowerBuildVectorOfConstants() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 32835 SDValue SignBits = DAG.getSetCC(dl, MVT::v4i32, Zero, In, ISD::SETGT); in ReplaceNodeResults() local 47497 unsigned SignBits[2] = {1, 1}; in canReduceVMulWidth() local
|