Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp662 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 DAMDGPUISelLowering.cpp1929 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 DAMDGPUCodeGenPrepare.cpp1205 unsigned SignBits = std::min(LHSSignBits, RHSSignBits); getDivNumBits() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4129 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 DValueTracking.cpp348 unsigned SignBits = ComputeNumSignBits(V, DL, Depth, AC, CxtI, DT); ComputeMaxSignificantBits() local
6829 unsigned SignBits = computeOverflowForSignedMul() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp15361 unsigned SignBits = OrigBitWidth - BitWidth; collectValuesToDemote() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3888 unsigned SignBits = DAG.ComputeNumSignBits(Op); lowerBuildVectorOfConstants() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp32852 SDValue SignBits = DAG.getSetCC(dl, MVT::v4i32, Zero, In, ISD::SETGT); ReplaceNodeResults() local
47405 unsigned SignBits[2] = {1, 1}; canReduceVMulWidth() local
[all...]