Lines Matching defs:AsmNodeOperands
170 std::vector<SDValue> AsmNodeOperands;
190 AsmNodeOperands.push_back(op);
206 AsmNodeOperands.push_back(op);
267 SDValue Chain = AsmNodeOperands[InlineAsm::Op_InputChain];
293 AsmNodeOperands[InlineAsm::Op_InputChain] = Chain;
307 AsmNodeOperands[AsmNodeOperands.size() -1] = CurDAG->getTargetConstant(
310 AsmNodeOperands.push_back(PairedReg);
317 AsmNodeOperands.push_back(Glue);
321 SelectInlineAsmMemoryOperands(AsmNodeOperands, SDLoc(N));
324 CurDAG->getVTList(MVT::Other, MVT::Glue), AsmNodeOperands);