HomeSort by relevance Sort by last modified time
    Searched refs:NewChain (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 250 SDValue NewChain = replaceInChain(CurDAG, Chain, CheckEventChainOut,
252 if (!NewChain.getNode())
254 Chain = NewChain;
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 635 SDValue NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, LoadChains);
640 AddLegalizedOperand(Op.getValue(1), NewChain);
642 return (Op.getResNo() ? NewChain : Value);
    [all...]
LegalizeVectorTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 479 SDValue NewChain =
482 Ops.push_back(NewChain);
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 90 milliseconds