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

/external/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp56 const unsigned MAX_LOADS_IN_LDM = Subtarget.isThumb1Only() ? 4 : 6; local
61 // Emit up to MAX_LOADS_IN_LDM loads, then a TokenFactor barrier, then the
66 i < MAX_LOADS_IN_LDM && EmittedNumMemOps + i < NumMemOps; ++i) {
79 i < MAX_LOADS_IN_LDM && EmittedNumMemOps + i < NumMemOps; ++i) {

Completed in 60 milliseconds