Searched defs:SignBits (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 709 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 D | AMDGPUISelLowering.cpp | 1882 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 D | AMDGPUCodeGenPrepare.cpp | 1203 unsigned SignBits = std::min(LHSSignBits, RHSSignBits); getDivNumBits() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 348 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 D | SelectionDAG.cpp | 3968 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 D | RISCVISelLowering.cpp | 3733 unsigned SignBits = DAG.ComputeNumSignBits(Op); lowerBuildVectorOfConstants() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 32319 SDValue SignBits = DAG.getSetCC(dl, MVT::v4i32, Zero, In, ISD::SETGT); ReplaceNodeResults() local 46379 unsigned SignBits[2] = {1, 1}; canReduceVMulWidth() local [all...] |