Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h220 bool useNewValueStores() const { return UseNewValueStores; } in useNewValueStores() function
H A DHexagonInstrInfo.cpp3184 if (MI.mayStore() && !Subtarget.useNewValueStores()) in mayBeNewStore()