Searched refs:InputChain (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 2323 assert(InputChain.getNode() && in UpdateChains() 2742 SDValue InputChain, InputGlue; member 2881 SDValue InputChain, InputGlue; in SelectCodeCommon() local 2989 NewEntry.InputChain = InputChain; in SelectCodeCommon() 3323 assert(!InputChain.getNode() && in SelectCodeCommon() 3346 if (!InputChain.getNode()) in SelectCodeCommon() 3390 if (!InputChain.getNode()) in SelectCodeCommon() 3404 if (!InputChain.getNode()) in SelectCodeCommon() 3407 InputChain = CurDAG->getCopyToReg(InputChain, SDLoc(NodeToMatch), in SelectCodeCommon() 3504 Ops.push_back(InputChain); in SelectCodeCommon() [all …]
|
| H A D | SelectionDAG.cpp | 9620 SDValue InputChain = Node->getOperand(0); in mutateStrictFPToFP() local 9622 ReplaceAllUsesOfValueWith(OutputChain, InputChain); in mutateStrictFPToFP()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelDAGToDAG.cpp | 1249 SDValue &InputChain) { in isFusableLoadOpStorePattern() argument 1286 InputChain = LoadNode->getChain(); in isFusableLoadOpStorePattern() 1317 InputChain = CurDAG->getNode(ISD::TokenFactor, SDLoc(Chain), in isFusableLoadOpStorePattern() 1375 SDValue InputChain; in tryFoldLoadStoreIntoMemOperand() local 1377 InputChain)) in tryFoldLoadStoreIntoMemOperand() 1395 SDValue Ops[] = { Base, Disp, Operand, InputChain }; in tryFoldLoadStoreIntoMemOperand()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGISel.h | 369 void UpdateChains(SDNode *NodeToMatch, SDValue InputChain,
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 3103 SDValue &InputChain) { in isFusableLoadOpStorePattern() argument 3206 InputChain = in isFusableLoadOpStorePattern() 3265 SDValue InputChain; in foldLoadStoreIntoMemOperand() local 3267 LoadNode, InputChain)) { in foldLoadStoreIntoMemOperand() 3274 LoadNode, InputChain)) in foldLoadStoreIntoMemOperand() 3306 const SDValue Ops[] = {Base, Scale, Index, Disp, Segment, InputChain}; in foldLoadStoreIntoMemOperand() 3323 const SDValue Ops[] = {Base, Scale, Index, Disp, Segment, InputChain}; in foldLoadStoreIntoMemOperand() 3442 CurDAG->getCopyToReg(InputChain, SDLoc(Node), X86::EFLAGS, in foldLoadStoreIntoMemOperand() 3451 Segment, Operand, InputChain}; in foldLoadStoreIntoMemOperand()
|