Lines Matching refs:StOps
2257 SmallVector<SDValue, 12> StOps; in SelectStoreVector() local
2264 StOps.push_back(N->getOperand(1)); in SelectStoreVector()
2265 StOps.push_back(N->getOperand(2)); in SelectStoreVector()
2270 StOps.push_back(N->getOperand(1)); in SelectStoreVector()
2271 StOps.push_back(N->getOperand(2)); in SelectStoreVector()
2272 StOps.push_back(N->getOperand(3)); in SelectStoreVector()
2273 StOps.push_back(N->getOperand(4)); in SelectStoreVector()
2280 StOps.push_back(getI32Imm(IsVolatile)); in SelectStoreVector()
2281 StOps.push_back(getI32Imm(CodeAddrSpace)); in SelectStoreVector()
2282 StOps.push_back(getI32Imm(VecType)); in SelectStoreVector()
2283 StOps.push_back(getI32Imm(ToType)); in SelectStoreVector()
2284 StOps.push_back(getI32Imm(ToTypeWidth)); in SelectStoreVector()
2333 StOps.push_back(Addr); in SelectStoreVector()
2382 StOps.push_back(Base); in SelectStoreVector()
2383 StOps.push_back(Offset); in SelectStoreVector()
2481 StOps.push_back(Base); in SelectStoreVector()
2482 StOps.push_back(Offset); in SelectStoreVector()
2579 StOps.push_back(N2); in SelectStoreVector()
2582 StOps.push_back(Chain); in SelectStoreVector()
2584 ST = CurDAG->getMachineNode(Opcode, DL, MVT::Other, StOps); in SelectStoreVector()