H A D | SelectionDAG.cpp | 7034 SDValue SelectionDAG::getAtomic(unsigned Opcode, const SDLoc &dl, EVT MemVT, in getAtomic() function in SelectionDAG 7065 return getAtomic(Opcode, dl, MemVT, VTs, Ops, MMO); in getAtomicCmpSwap() 7068 SDValue SelectionDAG::getAtomic(unsigned Opcode, const SDLoc &dl, EVT MemVT, in getAtomic() function in SelectionDAG 7093 return getAtomic(Opcode, dl, MemVT, VTs, Ops, MMO); in getAtomic() 7096 SDValue SelectionDAG::getAtomic(unsigned Opcode, const SDLoc &dl, EVT MemVT, in getAtomic() function in SelectionDAG 7103 return getAtomic(Opcode, dl, MemVT, VTs, Ops, MMO); in getAtomic()
|