Searched refs:InputChain (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 2488 assert(InputChain.getNode() && in UpdateChains() 2885 SDValue InputChain, InputGlue; member 3009 SDValue InputChain, InputGlue; in SelectCodeCommon() local 3117 NewEntry.InputChain = InputChain; in SelectCodeCommon() 3431 assert(!InputChain.getNode() && in SelectCodeCommon() 3452 if (!InputChain.getNode()) in SelectCodeCommon() 3494 if (!InputChain.getNode()) in SelectCodeCommon() 3505 if (!InputChain.getNode()) in SelectCodeCommon() 3508 InputChain = CurDAG->getCopyToReg(InputChain, SDLoc(NodeToMatch), in SelectCodeCommon() 3605 Ops.push_back(InputChain); in SelectCodeCommon() [all …]
|
| H A D | SelectionDAG.cpp | 7667 SDValue InputChain = Node->getOperand(0); in mutateStrictFPToFP() local 7669 ReplaceAllUsesOfValueWith(OutputChain, InputChain); in mutateStrictFPToFP()
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelDAGToDAG.cpp | 1206 SDValue &InputChain) { in isFusableLoadOpStorePattern() argument 1243 InputChain = LoadNode->getChain(); in isFusableLoadOpStorePattern() 1274 InputChain = CurDAG->getNode(ISD::TokenFactor, SDLoc(Chain), in isFusableLoadOpStorePattern() 1331 SDValue InputChain; in tryFoldLoadStoreIntoMemOperand() local 1333 InputChain)) in tryFoldLoadStoreIntoMemOperand() 1351 SDValue Ops[] = { Base, Disp, Operand, InputChain }; in tryFoldLoadStoreIntoMemOperand()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGISel.h | 353 void UpdateChains(SDNode *NodeToMatch, SDValue InputChain,
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 2451 SDValue &InputChain) { in isFusableLoadOpStorePattern() argument 2554 InputChain = in isFusableLoadOpStorePattern() 2610 SDValue InputChain; in foldLoadStoreIntoMemOperand() local 2612 LoadNode, InputChain)) { in foldLoadStoreIntoMemOperand() 2619 LoadNode, InputChain)) in foldLoadStoreIntoMemOperand() 2659 const SDValue Ops[] = {Base, Scale, Index, Disp, Segment, InputChain}; in foldLoadStoreIntoMemOperand() 2780 CurDAG->getCopyToReg(InputChain, SDLoc(Node), X86::EFLAGS, in foldLoadStoreIntoMemOperand() 2789 Segment, Operand, InputChain}; in foldLoadStoreIntoMemOperand()
|