Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp1146 unsigned BitOpc = 0; in SelectBitOp() local
1152 BitOpc = Hexagon::S2_clrbit_i; in SelectBitOp()
1155 BitOpc = Hexagon::S2_setbit_i; in SelectBitOp()
1159 BitOpc = Hexagon::S2_togglebit_i; in SelectBitOp()
1168 Result = CurDAG->getMachineNode(BitOpc, dl, ValueVT, in SelectBitOp()
1195 SDNode *Result0 = CurDAG->getMachineNode(BitOpc, dl, SubValueVT, in SelectBitOp()
1204 SDNode *Result0 = CurDAG->getMachineNode(BitOpc, dl, SubValueVT, in SelectBitOp()