| H A D | SelectionDAG.cpp | 7512 SDValue SelectionDAG::getAtomic(unsigned Opcode, const SDLoc &dl, EVT MemVT, in getAtomic() function in SelectionDAG 7544 return getAtomic(Opcode, dl, MemVT, VTs, Ops, MMO); in getAtomicCmpSwap() 7547 SDValue SelectionDAG::getAtomic(unsigned Opcode, const SDLoc &dl, EVT MemVT, in getAtomic() function in SelectionDAG 7574 return getAtomic(Opcode, dl, MemVT, VTs, Ops, MMO); in getAtomic() 7577 SDValue SelectionDAG::getAtomic(unsigned Opcode, const SDLoc &dl, EVT MemVT, in getAtomic() function in SelectionDAG 7584 return getAtomic(Opcode, dl, MemVT, VTs, Ops, MMO); in getAtomic()
|