Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp3213 bool isSStore = false; in getVSTMUseCycle() local
3220 isSStore = true; in getVSTMUseCycle()
3226 if ((isSStore && (RegNo % 2)) || UseAlign < 8) in getVSTMUseCycle()