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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2308 SDNode *NodeToMatch, SDValue InputChain,
2315 assert(InputChain.getNode() &&
2344 ReplaceUses(ChainVal, InputChain);
2722 /// InputChain/InputGlue - The current chain/glue
2723 SDValue InputChain, InputGlue; member in struct:__anon1823::MatchScope
2849 SDValue InputChain, InputGlue; local
2957 NewEntry.InputChain = InputChain;
3286 assert(!InputChain.getNode() &&
3305 InputChain
2307 UpdateChains( SDNode *NodeToMatch, SDValue InputChain, SmallVectorImpl<SDNode *> &ChainNodesMatched, bool isMorphNodeTo) argument
[all...]
H A DSelectionDAG.cpp7932 SDValue InputChain = Node->getOperand(0);
7934 ReplaceAllUsesOfValueWith(OutputChain, InputChain);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h368 void UpdateChains(SDNode *NodeToMatch, SDValue InputChain,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1246 SDValue &InputChain) {
1277 // the load output chain as an operand. Return InputChain by reference.
1283 InputChain = LoadNode->getChain();
1314 InputChain = CurDAG->getNode(ISD::TokenFactor, SDLoc(Chain),
1372 SDValue InputChain; local
1374 InputChain))
1392 SDValue Ops[] = { Base, Disp, Operand, InputChain };
1243 isFusableLoadOpStorePattern(StoreSDNode *StoreNode, SDValue StoredVal, SelectionDAG *CurDAG, LoadSDNode *&LoadNode, SDValue &InputChain) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2875 SDValue &InputChain) {
2978 InputChain =
3037 SDValue InputChain; local
3039 LoadNode, InputChain)) {
3046 LoadNode, InputChain))
3078 const SDValue Ops[] = {Base, Scale, Index, Disp, Segment, InputChain};
3095 const SDValue Ops[] = {Base, Scale, Index, Disp, Segment, InputChain};
3214 CurDAG->getCopyToReg(InputChain, SDLoc(Node), X86::EFLAGS,
3223 Segment, Operand, InputChain};
2871 isFusableLoadOpStorePattern(StoreSDNode *StoreNode, SDValue StoredVal, SelectionDAG *CurDAG, unsigned LoadOpNo, LoadSDNode *&LoadNode, SDValue &InputChain) argument

Completed in 289 milliseconds