Searched refs:InputChain (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1643 UpdateChainsAndGlue(SDNode *NodeToMatch, SDValue InputChain, argument
1653 assert(InputChain.getNode() != 0 &&
1673 CurDAG->ReplaceAllUsesOfValueWith(ChainVal, InputChain);
2131 /// InputChain/InputGlue - The current chain/glue
2132 SDValue InputChain, InputGlue; member in struct:__anon2227::MatchScope
2204 SDValue InputChain, InputGlue; local
2314 NewEntry.InputChain = InputChain;
2559 assert(InputChain.getNode() == 0 &&
2578 InputChain
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h282 void UpdateChainsAndGlue(SDNode *NodeToMatch, SDValue InputChain,
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1851 LoadSDNode* &LoadNode, SDValue &InputChain) {
1888 // the load output chain as an operand. Return InputChain by reference.
1894 InputChain = LoadNode->getChain();
1923 InputChain = CurDAG->getNode(ISD::TokenFactor, Chain.getDebugLoc(),
2653 SDValue InputChain; local
2655 LoadNode, InputChain))
2666 const SDValue Ops[] = { Base, Scale, Index, Disp, Segment, InputChain };
1849 isLoadIncOrDecStore(StoreSDNode *StoreNode, unsigned Opc, SDValue StoredVal, SelectionDAG *CurDAG, LoadSDNode* &LoadNode, SDValue &InputChain) argument

Completed in 75 milliseconds