Home
last modified time | relevance | path

Searched refs:SmallVTBits (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp625 for (unsigned SmallVTBits = llvm::bit_ceil(DemandedSize); in ShrinkDemandedOp() local
626 SmallVTBits < BitWidth; SmallVTBits = NextPowerOf2(SmallVTBits)) { in ShrinkDemandedOp()
627 EVT SmallVT = EVT::getIntegerVT(*DAG.getContext(), SmallVTBits); in ShrinkDemandedOp()
639 assert(DemandedSize <= SmallVTBits && "Narrowed below demanded bits?"); in ShrinkDemandedOp()
1885 for (unsigned SmallVTBits = llvm::bit_ceil(DemandedSize); in SimplifyDemandedBits() local
1886 SmallVTBits < BitWidth; SmallVTBits = NextPowerOf2(SmallVTBits)) { in SimplifyDemandedBits()
1887 EVT SmallVT = EVT::getIntegerVT(*TLO.DAG.getContext(), SmallVTBits); in SimplifyDemandedBits()
1892 assert(DemandedSize <= SmallVTBits && in SimplifyDemandedBits()