Searched refs:Chain2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp106 SDValue Chain2 = memsetStore( local
109 return DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chain1, Chain2);
120 SDValue Chain2 = local
123 return DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chain1, Chain2);
H A DSystemZISelLowering.cpp6168 SDValue Chain2 = N2->getOperand(0); local
6171 if (Chain1 == Chain2)

Completed in 176 milliseconds