Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonSubtarget.h165 bool useNewValueStores() const { return UseNewValueStores; } in useNewValueStores() function
HDHexagonInstrInfo.cpp3051 if (MI.mayStore() && !Subtarget.useNewValueStores()) in mayBeNewStore()