Displaying 1 result from an estimated 1 matches for "mdnode_sdnode".
2016 Oct 29
1
Problems with Inline ASM expressions generated in the back end
...SymNode = extSym.getNode();
std::vector<SDValue> opsRes;
opsRes.push_back(SDValue(vloadSpecial, 0));
opsRes.push_back(extSym);
// Creating an SDNode MDNode<null> (MetaData) with a ch out port
SDNode *mdNodeSDNode = CurDAG->getNode(ISD::MDNODE_SDNODE, DL,
CurDAG->getVTList(MVT::Other)).getNode();
opsRes.push_back(SDValue(mdNodeSDNode, 0));
SDValue targetConstant = CurDAG->getTargetConstant(1, DL, MVT::i64);
SDNode *targetConstantSDNode = targetConstant.getNode();
opsRe...