Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfoV4.td2790 // Call the transformation function XformM5ToU5Imm to get the negative
2793 return XformM5ToU5Imm(imm, SDLoc(N));
2799 // Call the transformation function XformM5ToU5Imm to get the negative
2802 return XformM5ToU5Imm(imm, SDLoc(N));
2808 // Call the transformation function XformM5ToU5Imm to get the negative
2811 return XformM5ToU5Imm(imm, SDLoc(N));
DHexagonISelDAGToDAG.cpp142 inline SDValue XformM5ToU5Imm(signed Imm, const SDLoc &DL) { in XformM5ToU5Imm() function in __anon9e88eef20111::HexagonDAGToDAGISel