Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp1995 SDNode *NVPTXST = nullptr; in SelectStore() local
2074 NVPTXST = CurDAG->getMachineNode(Opcode, dl, MVT::Other, Ops); in SelectStore()
2102 NVPTXST = CurDAG->getMachineNode(Opcode, dl, MVT::Other, Ops); in SelectStore()
2155 NVPTXST = CurDAG->getMachineNode(Opcode, dl, MVT::Other, Ops); in SelectStore()
2207 NVPTXST = CurDAG->getMachineNode(Opcode, dl, MVT::Other, Ops); in SelectStore()
2210 if (NVPTXST) { in SelectStore()
2213 cast<MachineSDNode>(NVPTXST)->setMemRefs(MemRefs0, MemRefs0 + 1); in SelectStore()
2216 return NVPTXST; in SelectStore()