Home | History | Annotate | Download | only in XCore

Lines Matching refs:OutChains

862   SDValue OutChains[] = {
867 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains);
900 SDValue OutChains[5];
905 OutChains[0] = DAG.getStore(Chain, dl, DAG.getConstant(0x0a3cd805, MVT::i32),
911 OutChains[1] = DAG.getStore(Chain, dl, DAG.getConstant(0xd80456c0, MVT::i32),
917 OutChains[2] = DAG.getStore(Chain, dl, DAG.getConstant(0x27fb0a3c, MVT::i32),
923 OutChains[3] = DAG.getStore(Chain, dl, Nest, Addr,
929 OutChains[4] = DAG.getStore(Chain, dl, FPtr, Addr,
933 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains);