Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp156 const unsigned MaxLoadsInLDM = Subtarget.isThumb1Only() ? 4 : 6; in EmitTargetCodeForMemcpy() local
170 unsigned NumMEMCPYs = (NumMemOps + MaxLoadsInLDM - 1) / MaxLoadsInLDM; in EmitTargetCodeForMemcpy()