Searched defs:AtomicOp (Results 1 – 3 of 3) sorted by relevance
92 static int AtomicOp(int* i) { return AtomicOps::Increment(i); } in AtomicOp() function96 static int AtomicOp(int* i) { return AtomicOps::Decrement(i); } in AtomicOp() function
2270 SDValue AtomicOp = DAG.getMemIntrinsicNode(Opcode, DL, VTList, Ops, in lowerATOMIC_LOAD_OP() local2361 SDValue AtomicOp = DAG.getMemIntrinsicNode(SystemZISD::ATOMIC_CMP_SWAPW, DL, in lowerATOMIC_CMP_SWAP() local
4737 enum AtomicOp { enum