Searched refs:ArgChains (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1047 SmallVector<SDValue, 8> ArgChains; local
1054 ArgChains.push_back(Chain);
1069 ArgChains.push_back(SDValue(L, 1));
1076 return DAG.getNode(ISD::TokenFactor, SDLoc(Chain), MVT::Other, ArgChains);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3875 SmallVector<SDValue, 8> ArgChains; local
3882 ArgChains.push_back(Chain);
3897 ArgChains.push_back(SDValue(L, 1));
3901 return DAG.getNode(ISD::TokenFactor, SDLoc(Chain), MVT::Other, ArgChains);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5695 SmallVector<SDValue, 8> ArgChains;
5700 ArgChains.push_back(Chain);
5708 ArgChains.push_back(SDValue(L, 1));
5711 return getNode(ISD::TokenFactor, SDLoc(Chain), MVT::Other, ArgChains);
H A DDAGCombiner.cpp14942 SmallVector<SDValue, 8> ArgChains; local
14953 ArgChains.push_back(SliceInst.getValue(1));
14957 ArgChains);

Completed in 234 milliseconds