Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2369 assert(InputChain.getNode() && in UpdateChains()
2788 SDValue InputChain, InputGlue; member
2921 SDValue InputChain, InputGlue; in SelectCodeCommon() local
3029 NewEntry.InputChain = InputChain; in SelectCodeCommon()
3363 assert(!InputChain.getNode() && in SelectCodeCommon()
3384 if (!InputChain.getNode()) in SelectCodeCommon()
3426 if (!InputChain.getNode()) in SelectCodeCommon()
3440 if (!InputChain.getNode()) in SelectCodeCommon()
3443 InputChain = CurDAG->getCopyToReg(InputChain, SDLoc(NodeToMatch), in SelectCodeCommon()
3540 Ops.push_back(InputChain); in SelectCodeCommon()
[all …]
H A DSelectionDAG.cpp8553 SDValue InputChain = Node->getOperand(0); in mutateStrictFPToFP() local
8555 ReplaceAllUsesOfValueWith(OutputChain, InputChain); in mutateStrictFPToFP()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1250 SDValue &InputChain) { in isFusableLoadOpStorePattern() argument
1287 InputChain = LoadNode->getChain(); in isFusableLoadOpStorePattern()
1318 InputChain = CurDAG->getNode(ISD::TokenFactor, SDLoc(Chain), in isFusableLoadOpStorePattern()
1376 SDValue InputChain; in tryFoldLoadStoreIntoMemOperand() local
1378 InputChain)) in tryFoldLoadStoreIntoMemOperand()
1396 SDValue Ops[] = { Base, Disp, Operand, InputChain }; in tryFoldLoadStoreIntoMemOperand()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h362 void UpdateChains(SDNode *NodeToMatch, SDValue InputChain,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2998 SDValue &InputChain) { in isFusableLoadOpStorePattern() argument
3101 InputChain = in isFusableLoadOpStorePattern()
3160 SDValue InputChain; in foldLoadStoreIntoMemOperand() local
3162 LoadNode, InputChain)) { in foldLoadStoreIntoMemOperand()
3169 LoadNode, InputChain)) in foldLoadStoreIntoMemOperand()
3201 const SDValue Ops[] = {Base, Scale, Index, Disp, Segment, InputChain}; in foldLoadStoreIntoMemOperand()
3218 const SDValue Ops[] = {Base, Scale, Index, Disp, Segment, InputChain}; in foldLoadStoreIntoMemOperand()
3337 CurDAG->getCopyToReg(InputChain, SDLoc(Node), X86::EFLAGS, in foldLoadStoreIntoMemOperand()
3346 Segment, Operand, InputChain}; in foldLoadStoreIntoMemOperand()