Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2507 assert(InputChain.getNode() && in UpdateChains()
3001 SDValue InputChain, InputGlue; member
3146 SDValue InputChain, InputGlue; in SelectCodeCommon() local
3255 NewEntry.InputChain = InputChain; in SelectCodeCommon()
3731 assert(!InputChain.getNode() && in SelectCodeCommon()
3754 if (!InputChain.getNode()) in SelectCodeCommon()
3798 if (!InputChain.getNode()) in SelectCodeCommon()
3823 if (!InputChain.getNode()) in SelectCodeCommon()
3826 InputChain = CurDAG->getCopyToReg(InputChain, SDLoc(NodeToMatch), in SelectCodeCommon()
3980 Ops.push_back(InputChain); in SelectCodeCommon()
[all …]
H A DSelectionDAG.cpp10459 SDValue InputChain = Node->getOperand(0); in mutateStrictFPToFP() local
10461 ReplaceAllUsesOfValueWith(OutputChain, InputChain); in mutateStrictFPToFP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1291 SDValue &InputChain) { in isFusableLoadOpStorePattern() argument
1328 InputChain = LoadNode->getChain(); in isFusableLoadOpStorePattern()
1359 InputChain = CurDAG->getNode(ISD::TokenFactor, SDLoc(Chain), in isFusableLoadOpStorePattern()
1417 SDValue InputChain; in tryFoldLoadStoreIntoMemOperand() local
1419 InputChain)) in tryFoldLoadStoreIntoMemOperand()
1437 SDValue Ops[] = { Base, Disp, Operand, InputChain }; in tryFoldLoadStoreIntoMemOperand()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h511 void UpdateChains(SDNode *NodeToMatch, SDValue InputChain,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3367 SDValue &InputChain) { in isFusableLoadOpStorePattern() argument
3470 InputChain = in isFusableLoadOpStorePattern()
3529 SDValue InputChain; in foldLoadStoreIntoMemOperand() local
3531 LoadNode, InputChain)) { in foldLoadStoreIntoMemOperand()
3538 LoadNode, InputChain)) in foldLoadStoreIntoMemOperand()
3570 const SDValue Ops[] = {Base, Scale, Index, Disp, Segment, InputChain}; in foldLoadStoreIntoMemOperand()
3587 const SDValue Ops[] = {Base, Scale, Index, Disp, Segment, InputChain}; in foldLoadStoreIntoMemOperand()
3681 CurDAG->getCopyToReg(InputChain, SDLoc(Node), X86::EFLAGS, in foldLoadStoreIntoMemOperand()
3690 Segment, Operand, InputChain}; in foldLoadStoreIntoMemOperand()