Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2692 SDNode *NodeToMatch, SDValue InputChain, in UpdateChains() argument
2699 assert(InputChain.getNode() && in UpdateChains()
2727 ReplaceUses(ChainVal, InputChain); in UpdateChains()
3190 SDValue InputChain, InputGlue; member
3349 SDValue InputChain, InputGlue; in SelectCodeCommon() local
3458 NewEntry.InputChain = InputChain; in SelectCodeCommon()
3932 assert(!InputChain.getNode() && in SelectCodeCommon()
3953 InputChain = HandleMergeInputChains(ChainNodesMatched, CurDAG); in SelectCodeCommon()
3955 if (!InputChain.getNode()) in SelectCodeCommon()
3961 assert(!InputChain.getNode() && in SelectCodeCommon()
[all …]
H A DLegalizeDAG.cpp4652 SDValue InputChain = Node->getOperand(0); in ConvertNodeToLibcall() local
4657 SDLoc(Node), InputChain); in ConvertNodeToLibcall()
H A DSelectionDAGBuilder.cpp7646 SDValue InputChain = DAG.getRoot(); in visitIntrinsicCall() local
7650 {InputChain, StartVal, EndVal}); in visitIntrinsicCall()
H A DSelectionDAG.cpp11346 SDValue InputChain = Node->getOperand(0); in mutateStrictFPToFP() local
11348 ReplaceAllUsesOfValueWith(OutputChain, InputChain); in mutateStrictFPToFP()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1317 SDValue &InputChain) { in isFusableLoadOpStorePattern() argument
1354 InputChain = LoadNode->getChain(); in isFusableLoadOpStorePattern()
1385 InputChain = CurDAG->getNode(ISD::TokenFactor, SDLoc(Chain), in isFusableLoadOpStorePattern()
1443 SDValue InputChain; in tryFoldLoadStoreIntoMemOperand() local
1445 InputChain)) in tryFoldLoadStoreIntoMemOperand()
1463 SDValue Ops[] = { Base, Disp, Operand, InputChain }; in tryFoldLoadStoreIntoMemOperand()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h533 void UpdateChains(SDNode *NodeToMatch, SDValue InputChain,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3496 SDValue &InputChain) { in isFusableLoadOpStorePattern() argument
3599 InputChain = in isFusableLoadOpStorePattern()
3657 SDValue InputChain; in foldLoadStoreIntoMemOperand() local
3659 LoadNode, InputChain)) { in foldLoadStoreIntoMemOperand()
3666 LoadNode, InputChain)) in foldLoadStoreIntoMemOperand()
3698 const SDValue Ops[] = {Base, Scale, Index, Disp, Segment, InputChain}; in foldLoadStoreIntoMemOperand()
3715 const SDValue Ops[] = {Base, Scale, Index, Disp, Segment, InputChain}; in foldLoadStoreIntoMemOperand()
3809 CurDAG->getCopyToReg(InputChain, SDLoc(Node), X86::EFLAGS, in foldLoadStoreIntoMemOperand()
3818 Segment, Operand, InputChain}; in foldLoadStoreIntoMemOperand()