Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.cpp2174 bool isSStore = false; in getVSTMUseCycle() local
2181 isSStore = true; in getVSTMUseCycle()
2187 if ((isSStore && (RegNo % 2)) || UseAlign < 8) in getVSTMUseCycle()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp3276 bool isSStore = false; in getVSTMUseCycle() local
3283 isSStore = true; in getVSTMUseCycle()
3289 if ((isSStore && (RegNo % 2)) || UseAlign < 8) in getVSTMUseCycle()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp3622 bool isSStore = false; in getVSTMUseCycle() local
3629 isSStore = true; in getVSTMUseCycle()
3635 if ((isSStore && (RegNo % 2)) || UseAlign < 8) in getVSTMUseCycle()