Searched refs:CmpSwap (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 3525 SDNode *CmpSwap = CurDAG->getMachineNode( in SelectCMP_SWAP() local 3530 CurDAG->setNodeMemRefs(cast<MachineSDNode>(CmpSwap), {MemOp}); in SelectCMP_SWAP() 3532 ReplaceUses(SDValue(N, 0), SDValue(CmpSwap, 0)); in SelectCMP_SWAP() 3533 ReplaceUses(SDValue(N, 1), SDValue(CmpSwap, 2)); in SelectCMP_SWAP()
|
H A D | ARMISelLowering.cpp | 10494 SDNode *CmpSwap = DAG.getMachineNode( in ReplaceCMP_SWAP_64Results() local 10499 DAG.setNodeMemRefs(cast<MachineSDNode>(CmpSwap), {MemOp}); in ReplaceCMP_SWAP_64Results() 10505 SDLoc(N), MVT::i32, SDValue(CmpSwap, 0)); in ReplaceCMP_SWAP_64Results() 10508 SDLoc(N), MVT::i32, SDValue(CmpSwap, 0)); in ReplaceCMP_SWAP_64Results() 10510 Results.push_back(SDValue(CmpSwap, 2)); in ReplaceCMP_SWAP_64Results()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 4113 SDNode *CmpSwap = CurDAG->getMachineNode( in SelectCMP_SWAP() local 4118 CurDAG->setNodeMemRefs(cast<MachineSDNode>(CmpSwap), {MemOp}); in SelectCMP_SWAP() 4120 ReplaceUses(SDValue(N, 0), SDValue(CmpSwap, 0)); in SelectCMP_SWAP() 4121 ReplaceUses(SDValue(N, 1), SDValue(CmpSwap, 2)); in SelectCMP_SWAP()
|
H A D | AArch64ISelLowering.cpp | 25999 MachineSDNode *CmpSwap = DAG.getMachineNode( in ReplaceCMP_SWAP_128Results() local 26001 DAG.setNodeMemRefs(CmpSwap, {MemOp}); in ReplaceCMP_SWAP_128Results() 26007 SDValue(CmpSwap, 0)); in ReplaceCMP_SWAP_128Results() 26009 SDValue(CmpSwap, 0)); in ReplaceCMP_SWAP_128Results() 26012 Results.push_back(SDValue(CmpSwap, 1)); // Chain out in ReplaceCMP_SWAP_128Results() 26040 SDNode *CmpSwap = DAG.getMachineNode( in ReplaceCMP_SWAP_128Results() local 26043 DAG.setNodeMemRefs(cast<MachineSDNode>(CmpSwap), {MemOp}); in ReplaceCMP_SWAP_128Results() 26046 SDValue(CmpSwap, 0), SDValue(CmpSwap, 1))); in ReplaceCMP_SWAP_128Results() 26047 Results.push_back(SDValue(CmpSwap, 3)); in ReplaceCMP_SWAP_128Results()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrFormats.td | 2233 // CmpSwap:
|