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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp99 SDValue Chain1 = memsetStore(DAG, DL, Chain, Dst, ByteVal, Size1, local
102 return Chain1;
108 return DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chain1, Chain2);
113 SDValue Chain1 = DAG.getStore(Chain, DL, Byte, Dst, DstPtrInfo, Align); local
115 return Chain1;
121 return DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chain1, Chain2);
H A DSystemZISelLowering.cpp5915 SDValue Chain1 = N1->getOperand(0); local
5919 if (Chain1 == Chain2)
5920 return Chain1;

Completed in 172 milliseconds