Lines Matching refs:OutOps
1384 std::vector<SDValue> &OutOps) { in SelectInlineAsmMemoryOperand() argument
1394 OutOps.push_back(Base); in SelectInlineAsmMemoryOperand()
1395 OutOps.push_back(Offset); in SelectInlineAsmMemoryOperand()
1398 OutOps.push_back(Op); in SelectInlineAsmMemoryOperand()
1399 OutOps.push_back(CurDAG->getTargetConstant(0, SDLoc(Op), MVT::i32)); in SelectInlineAsmMemoryOperand()
1408 OutOps.push_back(Base); in SelectInlineAsmMemoryOperand()
1409 OutOps.push_back(Offset); in SelectInlineAsmMemoryOperand()
1412 OutOps.push_back(Op); in SelectInlineAsmMemoryOperand()
1413 OutOps.push_back(CurDAG->getTargetConstant(0, SDLoc(Op), MVT::i32)); in SelectInlineAsmMemoryOperand()
1421 OutOps.push_back(Base); in SelectInlineAsmMemoryOperand()
1422 OutOps.push_back(Offset); in SelectInlineAsmMemoryOperand()
1428 OutOps.push_back(Base); in SelectInlineAsmMemoryOperand()
1429 OutOps.push_back(Offset); in SelectInlineAsmMemoryOperand()
1434 OutOps.push_back(Base); in SelectInlineAsmMemoryOperand()
1435 OutOps.push_back(Offset); in SelectInlineAsmMemoryOperand()
1439 OutOps.push_back(Op); in SelectInlineAsmMemoryOperand()
1440 OutOps.push_back(CurDAG->getTargetConstant(0, SDLoc(Op), MVT::i32)); in SelectInlineAsmMemoryOperand()