| HD | SelectionDAG.cpp | 6579 SDValue SelectionDAG::getAtomic(unsigned Opcode, const SDLoc &dl, EVT MemVT, in getAtomic() function in SelectionDAG 6610 return getAtomic(Opcode, dl, MemVT, VTs, Ops, MMO); in getAtomicCmpSwap() 6613 SDValue SelectionDAG::getAtomic(unsigned Opcode, const SDLoc &dl, EVT MemVT, in getAtomic() function in SelectionDAG 6638 return getAtomic(Opcode, dl, MemVT, VTs, Ops, MMO); in getAtomic() 6641 SDValue SelectionDAG::getAtomic(unsigned Opcode, const SDLoc &dl, EVT MemVT, in getAtomic() function in SelectionDAG 6648 return getAtomic(Opcode, dl, MemVT, VTs, Ops, MMO); in getAtomic()
|