Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2385 SDNode *VStA = CurDAG->getMachineNode(QOpcodes0[OpcodeIndex], dl, in SelectVST() local
2388 CurDAG->setNodeMemRefs(cast<MachineSDNode>(VStA), {MemOp}); in SelectVST()
2389 Chain = SDValue(VStA, 1); in SelectVST()
2392 Ops.push_back(SDValue(VStA, 0)); in SelectVST()