Lines Matching refs:OutOps
943 std::vector<SDValue> &OutOps) { in SelectInlineAsmMemoryOperand() argument
951 OutOps.push_back(Op); in SelectInlineAsmMemoryOperand()
952 OutOps.push_back(CurDAG->getTargetConstant(0, MVT::i32)); in SelectInlineAsmMemoryOperand()
956 OutOps.push_back(Base); in SelectInlineAsmMemoryOperand()
957 OutOps.push_back(Offset); in SelectInlineAsmMemoryOperand()
960 OutOps.push_back(Op); in SelectInlineAsmMemoryOperand()
961 OutOps.push_back(CurDAG->getTargetConstant(0, MVT::i32)); in SelectInlineAsmMemoryOperand()
970 OutOps.push_back(Base); in SelectInlineAsmMemoryOperand()
971 OutOps.push_back(Offset); in SelectInlineAsmMemoryOperand()
974 OutOps.push_back(Op); in SelectInlineAsmMemoryOperand()
975 OutOps.push_back(CurDAG->getTargetConstant(0, MVT::i32)); in SelectInlineAsmMemoryOperand()
983 OutOps.push_back(Base); in SelectInlineAsmMemoryOperand()
984 OutOps.push_back(Offset); in SelectInlineAsmMemoryOperand()
990 OutOps.push_back(Base); in SelectInlineAsmMemoryOperand()
991 OutOps.push_back(Offset); in SelectInlineAsmMemoryOperand()
996 OutOps.push_back(Base); in SelectInlineAsmMemoryOperand()
997 OutOps.push_back(Offset); in SelectInlineAsmMemoryOperand()
1001 OutOps.push_back(Op); in SelectInlineAsmMemoryOperand()
1002 OutOps.push_back(CurDAG->getTargetConstant(0, MVT::i32)); in SelectInlineAsmMemoryOperand()