Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp3624 int NVOpcode = Hexagon::getNewValueOpcode(MI.getOpcode()); in getDotNewOp() local
3625 if (NVOpcode >= 0) // Valid new-value store instruction. in getDotNewOp()
3626 return NVOpcode; in getDotNewOp()