Searched refs:SrcOpKnown (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | GISelValueTracking.cpp | 152 static KnownBits extractBits(unsigned BitWidth, const KnownBits &SrcOpKnown, in extractBits() argument 160 return KnownBits::lshr(SrcOpKnown, OffsetKnown) & Mask; in extractBits() 531 KnownBits SrcOpKnown; in computeKnownBitsImpl() local 532 computeKnownBitsImpl(MI.getOperand(I + 1).getReg(), SrcOpKnown, in computeKnownBitsImpl() 534 Known.insertBits(SrcOpKnown, I * OpSize); in computeKnownBitsImpl() 559 KnownBits SrcOpKnown; in computeKnownBitsImpl() local 560 computeKnownBitsImpl(SrcReg, SrcOpKnown, SubDemandedElts, Depth + 1); in computeKnownBitsImpl() 563 Known = std::move(SrcOpKnown); in computeKnownBitsImpl() 565 Known = SrcOpKnown.extractBits(BitWidth, BitWidth * DstIdx); in computeKnownBitsImpl() 593 KnownBits SrcOpKnown, OffsetKnown, WidthKnown; in computeKnownBitsImpl() local [all …]
|