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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1285 SmallVector<SDValue, 4> ChainOps; local
1294 ChainOps.push_back(Load.getOperand(0));
1298 ChainOps.push_back(Op);
1315 MVT::Other, ChainOps);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2932 SmallVector<SDValue, 4> ChainOps; local
2976 // Gather X elements in ChainOps.
2979 ChainOps.push_back(Load.getOperand(0));
2986 ChainOps.push_back(Load.getOperand(0));
2990 ChainOps.push_back(Op);
3008 CurDAG->getNode(ISD::TokenFactor, SDLoc(Chain), MVT::Other, ChainOps);

Completed in 192 milliseconds