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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp106 SDValue Chain2 = memsetStore(DAG, DL, Chain, Dst, ByteVal, Size2, local
108 return DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chain1, Chain2);
118 SDValue Chain2 = local
121 return DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chain1, Chain2);
H A DSystemZISelLowering.cpp5916 SDValue Chain2 = N2->getOperand(0); local
5919 if (Chain1 == Chain2)

Completed in 125 milliseconds