Home
last modified time | relevance | path

Searched refs:StOps (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp2257 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()
[all …]