HomeSort by: relevance | last modified time | path
    Searched refs:ChainOps (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 1289 SmallVector<SDValue, 4> ChainOps;
1298 ChainOps.push_back(Load.getOperand(0));
1302 ChainOps.push_back(Op);
1319 MVT::Other, ChainOps);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 3026 SmallVector<SDValue, 4> ChainOps;
3070 // Gather X elements in ChainOps.
3073 ChainOps.push_back(Load.getOperand(0));
3080 ChainOps.push_back(Load.getOperand(0));
3084 ChainOps.push_back(Op);
3102 CurDAG->getNode(ISD::TokenFactor, SDLoc(Chain), MVT::Other, ChainOps);

Completed in 53 milliseconds