HomeSort by relevance Sort by last modified time
    Searched refs:NumMEMCPYs (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 170 unsigned NumMEMCPYs = (NumMemOps + MaxLoadsInLDM - 1) / MaxLoadsInLDM;
174 if (NumMEMCPYs > 1 && DAG.getMachineFunction().getFunction()->optForMinSize()) {
180 for (unsigned I = 0; I != NumMEMCPYs; ++I) {
183 unsigned NextEmittedNumMemOps = NumMemOps * (I + 1) / NumMEMCPYs;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 170 unsigned NumMEMCPYs = (NumMemOps + MaxLoadsInLDM - 1) / MaxLoadsInLDM;
174 if (NumMEMCPYs > 1 && DAG.getMachineFunction().getFunction().optForMinSize()) {
180 for (unsigned I = 0; I != NumMEMCPYs; ++I) {
183 unsigned NextEmittedNumMemOps = NumMemOps * (I + 1) / NumMEMCPYs;

Completed in 1458 milliseconds