Searched defs:ArgChains (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3660 SmallVector<SDValue, 8> ArgChains; local
3665 ArgChains.push_back(Chain);
3673 ArgChains.push_back(SDValue(L, 1));
3676 return getNode(ISD::TokenFactor, SDLoc(Chain), MVT::Other, ArgChains);
H A DDAGCombiner.cpp8589 SmallVector<SDValue, 8> ArgChains; local
8600 ArgChains.push_back(SliceInst.getValue(1));
8604 ArgChains);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2070 SmallVector<SDValue, 8> ArgChains; local
2077 ArgChains.push_back(Chain);
2092 ArgChains.push_back(SDValue(L, 1));
2096 return DAG.getNode(ISD::TokenFactor, SDLoc(Chain), MVT::Other, ArgChains);

Completed in 195 milliseconds