Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2380 SDNode *VStA = CurDAG->getMachineNode(QOpcodes0[OpcodeIndex], dl, in SelectVST() local
2383 CurDAG->setNodeMemRefs(cast<MachineSDNode>(VStA), {MemOp}); in SelectVST()
2384 Chain = SDValue(VStA, 1); in SelectVST()
2387 Ops.push_back(SDValue(VStA, 0)); in SelectVST()