Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfoV4.td2796 // Call the transformation function XformM5ToU5Imm to get the negative
2799 return XformM5ToU5Imm(imm, SDLoc(N));
2805 // Call the transformation function XformM5ToU5Imm to get the negative
2808 return XformM5ToU5Imm(imm, SDLoc(N));
2814 // Call the transformation function XformM5ToU5Imm to get the negative
2817 return XformM5ToU5Imm(imm, SDLoc(N));
DHexagonISelDAGToDAG.cpp145 inline SDValue XformM5ToU5Imm(signed Imm, SDLoc DL) { in XformM5ToU5Imm() function in __anon06b755f30111::HexagonDAGToDAGISel