Home
last modified time | relevance | path

Searched defs:SignBits (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp662 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 DAMDGPUISelLowering.cpp1923 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 DAMDGPUCodeGenPrepare.cpp1205 unsigned SignBits = std::min(LHSSignBits, RHSSignBits); in getDivNumBits() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4130 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 DValueTracking.cpp354 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 DSLPVectorizer.cpp15426 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 DRISCVISelLowering.cpp3900 unsigned SignBits = DAG.ComputeNumSignBits(Op); lowerBuildVectorOfConstants() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp32835 SDValue SignBits = DAG.getSetCC(dl, MVT::v4i32, Zero, In, ISD::SETGT); in ReplaceNodeResults() local
47497 unsigned SignBits[2] = {1, 1}; in canReduceVMulWidth() local