search for: targetconstantsdnod

Displaying 1 result from an estimated 1 matches for "targetconstantsdnod".

Did you mean: targetconstantsdnode
2016 Oct 29
1
Problems with Inline ASM expressions generated in the back end
...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(); opsRes.push_back(SDValue(targetConstantSDNode, 0)); SDValue inlineAsm = CurDAG->getNode(ISD::INLINEASM, DL, CurDAG->getVTList(MVT::Other, MVT::Glue), opsRes); SDNode *i...