Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp55 const unsigned MAX_LOADS_IN_LDM = 6; in EmitTargetCodeForMemcpy() local
56 SDValue TFOps[MAX_LOADS_IN_LDM]; in EmitTargetCodeForMemcpy()
57 SDValue Loads[MAX_LOADS_IN_LDM]; in EmitTargetCodeForMemcpy()
65 i < MAX_LOADS_IN_LDM && EmittedNumMemOps + i < NumMemOps; ++i) { in EmitTargetCodeForMemcpy()
77 i < MAX_LOADS_IN_LDM && EmittedNumMemOps + i < NumMemOps; ++i) { in EmitTargetCodeForMemcpy()