Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp709 unsigned SignBits = SimplifyDemandedUseBits() local
750 unsigned SignBits = ComputeNumSignBits(I->getOperand(0), Depth + 1, CxtI); SimplifyDemandedUseBits() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1882 unsigned SignBits = std::min(LHSSignBits, RHSSignBits); LowerDIVREM24() local
5126 unsigned SignBits = Signed ? (32 - WidthVal + 1) : (32 - WidthVal); PerformDAGCombine() local
5630 unsigned SignBits = 32 - MaxValBits + 1; computeKnownBitsForTargetNode() local
5746 unsigned SignBits = 32 - Width->getZExtValue() + 1; ComputeNumSignBitsForTargetNode() local
[all...]
H A DAMDGPUCodeGenPrepare.cpp1203 unsigned SignBits = std::min(LHSSignBits, RHSSignBits); getDivNumBits() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp348 unsigned SignBits = ComputeNumSignBits(V, DL, Depth, AC, CxtI, DT); ComputeMaxSignificantBits() local
6321 unsigned SignBits = computeOverflowForSignedMul() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3968 unsigned SignBits = ComputeNumSignBits(Op.getOperand(0), Depth + 1); computeKnownBits() local
4150 unsigned SignBits = ComputeNumSignBits(N0) + ComputeNumSignBits(N1); computeOverflowForSignedMul() local
4901 unsigned SignBits = ComputeNumSignBits(Op, Depth); ComputeMaxSignificantBits() local
4908 unsigned SignBits = ComputeNumSignBits(Op, DemandedElts, Depth); ComputeMaxSignificantBits() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3733 unsigned SignBits = DAG.ComputeNumSignBits(Op); lowerBuildVectorOfConstants() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp32319 SDValue SignBits = DAG.getSetCC(dl, MVT::v4i32, Zero, In, ISD::SETGT); ReplaceNodeResults() local
46379 unsigned SignBits[2] = {1, 1}; canReduceVMulWidth() local
[all...]