Searched refs:Pd (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1177 // Convert the zero_extend to Rs = Pd followed by COMBINE_rr(0,Rs).
1193 // Convert the zero_extend to Rs = Pd
1294 // Pd = IntReg
1295 SDNode* Pd = CurDAG->getMachineNode(Hexagon::TFR_PdRs, dl, MVT::i1, local
1298 // not(Pd)
1300 SDValue(Pd, 0));
1302 // xor(not(Pd))
1304 SDValue(Pd, 0), SDValue(NotPd, 0));
1307 // Rs = Pd
1308 // Pd
[all...]

Completed in 97 milliseconds