Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1692 SDNode *NVPTXST = nullptr; in tryStore() local
1765 NVPTXST = CurDAG->getMachineNode(*Opcode, dl, MVT::Other, Ops); in tryStore()
1783 NVPTXST = CurDAG->getMachineNode(*Opcode, dl, MVT::Other, Ops); in tryStore()
1808 NVPTXST = CurDAG->getMachineNode(*Opcode, dl, MVT::Other, Ops); in tryStore()
1829 NVPTXST = CurDAG->getMachineNode(*Opcode, dl, MVT::Other, Ops); in tryStore()
1832 if (!NVPTXST) in tryStore()
1836 CurDAG->setNodeMemRefs(cast<MachineSDNode>(NVPTXST), {MemRef}); in tryStore()
1837 ReplaceNode(N, NVPTXST); in tryStore()