Searched refs:NVPTXST (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 2122 SDNode *NVPTXST = nullptr; in tryStore() local 2202 NVPTXST = CurDAG->getMachineNode(Opcode, dl, MVT::Other, Ops); in tryStore() 2231 NVPTXST = CurDAG->getMachineNode(Opcode, dl, MVT::Other, Ops); in tryStore() 2285 NVPTXST = CurDAG->getMachineNode(Opcode, dl, MVT::Other, Ops); in tryStore() 2338 NVPTXST = CurDAG->getMachineNode(Opcode, dl, MVT::Other, Ops); in tryStore() 2341 if (!NVPTXST) in tryStore() 2346 cast<MachineSDNode>(NVPTXST)->setMemRefs(MemRefs0, MemRefs0 + 1); in tryStore() 2347 ReplaceNode(N, NVPTXST); in tryStore()
|