Lines Matching refs:OutOps
971 std::vector<SDValue> &OutOps) { in SelectInlineAsmMemoryOperand() argument
979 OutOps.push_back(Op); in SelectInlineAsmMemoryOperand()
980 OutOps.push_back(CurDAG->getTargetConstant(0, SDLoc(Op), MVT::i32)); in SelectInlineAsmMemoryOperand()
984 OutOps.push_back(Base); in SelectInlineAsmMemoryOperand()
985 OutOps.push_back(Offset); in SelectInlineAsmMemoryOperand()
988 OutOps.push_back(Op); in SelectInlineAsmMemoryOperand()
989 OutOps.push_back(CurDAG->getTargetConstant(0, SDLoc(Op), MVT::i32)); in SelectInlineAsmMemoryOperand()
998 OutOps.push_back(Base); in SelectInlineAsmMemoryOperand()
999 OutOps.push_back(Offset); in SelectInlineAsmMemoryOperand()
1002 OutOps.push_back(Op); in SelectInlineAsmMemoryOperand()
1003 OutOps.push_back(CurDAG->getTargetConstant(0, SDLoc(Op), MVT::i32)); in SelectInlineAsmMemoryOperand()
1011 OutOps.push_back(Base); in SelectInlineAsmMemoryOperand()
1012 OutOps.push_back(Offset); in SelectInlineAsmMemoryOperand()
1018 OutOps.push_back(Base); in SelectInlineAsmMemoryOperand()
1019 OutOps.push_back(Offset); in SelectInlineAsmMemoryOperand()
1024 OutOps.push_back(Base); in SelectInlineAsmMemoryOperand()
1025 OutOps.push_back(Offset); in SelectInlineAsmMemoryOperand()
1029 OutOps.push_back(Op); in SelectInlineAsmMemoryOperand()
1030 OutOps.push_back(CurDAG->getTargetConstant(0, SDLoc(Op), MVT::i32)); in SelectInlineAsmMemoryOperand()