H A D | SelectionDAG.cpp | 8635 SDValue SelectionDAG::getAtomic(unsigned Opcode, const SDLoc &dl, EVT MemVT, in getAtomic() function in SelectionDAG 8667 return getAtomic(Opcode, dl, MemVT, VTs, Ops, MMO); in getAtomicCmpSwap() 8670 SDValue SelectionDAG::getAtomic(unsigned Opcode, const SDLoc &dl, EVT MemVT, in getAtomic() function in SelectionDAG 8699 return getAtomic(Opcode, dl, MemVT, VTs, Ops, MMO); in getAtomic() 8702 SDValue SelectionDAG::getAtomic(unsigned Opcode, const SDLoc &dl, EVT MemVT, in getAtomic() function in SelectionDAG 8709 return getAtomic(Opcode, dl, MemVT, VTs, Ops, MMO); in getAtomic()
|