Searched refs:LowerATOMIC_CMP_SWAP (Results 1 – 2 of 2) sorted by relevance
46 SDValue LowerATOMIC_CMP_SWAP(SDValue Op, SelectionDAG &DAG) const;
1246 case ISD::ATOMIC_CMP_SWAP: return LowerATOMIC_CMP_SWAP(Op, DAG); in LowerOperation()2382 SDValue SITargetLowering::LowerATOMIC_CMP_SWAP(SDValue Op, SelectionDAG &DAG) const { in LowerATOMIC_CMP_SWAP() function in SITargetLowering