Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp3530 int NVOpcode = Hexagon::getNewValueOpcode(MI->getOpcode()); in getDotNewOp() local
3531 if (NVOpcode >= 0) // Valid new-value store instruction. in getDotNewOp()
3532 return NVOpcode; in getDotNewOp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp3476 int NVOpcode = Hexagon::getNewValueOpcode(MI.getOpcode()); in getDotNewOp() local
3477 if (NVOpcode >= 0) // Valid new-value store instruction. in getDotNewOp()
3478 return NVOpcode; in getDotNewOp()