Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14464 uint64_t MemoryWidth = LN->getMemoryVT().getScalarSizeInBits(); in reduceLoadWidth() local
14465 if (MemoryWidth <= ShAmt) in reduceLoadWidth()
14469 ExtVT = EVT::getIntegerVT(*DAG.getContext(), MemoryWidth - ShAmt); in reduceLoadWidth()
14524 uint64_t MemoryWidth = LN->getMemoryVT().getSizeInBits(); in reduceLoadWidth() local
14525 if (ShAmt >= MemoryWidth) in reduceLoadWidth()
14539 if (ExtVT.getScalarSizeInBits() > MemoryWidth - ShAmt) { in reduceLoadWidth()
14545 ExtVT = EVT::getIntegerVT(*DAG.getContext(), MemoryWidth - ShAmt); in reduceLoadWidth()