Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10389 uint64_t MemoryWidth = LN0->getMemoryVT().getSizeInBits(); in ReduceLoadWidth() local
10390 if (LN0->getExtensionType() != ISD::SEXTLOAD && MemoryWidth > ShiftAmt) in ReduceLoadWidth()
10391 ExtVT = EVT::getIntegerVT(*DAG.getContext(), MemoryWidth - ShiftAmt); in ReduceLoadWidth()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp11339 uint64_t MemoryWidth = LN0->getMemoryVT().getScalarSizeInBits(); in ReduceLoadWidth() local
11340 if (LN0->getExtensionType() != ISD::SEXTLOAD && MemoryWidth > ShiftAmt) in ReduceLoadWidth()
11341 ExtVT = EVT::getIntegerVT(*DAG.getContext(), MemoryWidth - ShiftAmt); in ReduceLoadWidth()