Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonSubtarget.h158 bool useNewValueStores() const { return UseNewValueStores; } in useNewValueStores() function
DHexagonInstrInfo.cpp2996 if (MI.mayStore() && !Subtarget.useNewValueStores()) in mayBeNewStore()