Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2370 SDNode *NodeToMatch, SDValue InputChain, in UpdateChains() argument
2377 assert(InputChain.getNode() && in UpdateChains()
2406 ReplaceUses(ChainVal, InputChain); in UpdateChains()
2796 SDValue InputChain, InputGlue; member
2938 SDValue InputChain, InputGlue; in SelectCodeCommon() local
3046 NewEntry.InputChain = InputChain; in SelectCodeCommon()
3380 assert(!InputChain.getNode() && in SelectCodeCommon()
3401 InputChain = HandleMergeInputChains(ChainNodesMatched, CurDAG); in SelectCodeCommon()
3403 if (!InputChain.getNode()) in SelectCodeCommon()
3409 assert(!InputChain.getNode() && in SelectCodeCommon()
[all …]
H A DSelectionDAG.cpp9871 SDValue InputChain = Node->getOperand(0); in mutateStrictFPToFP() local
9873 ReplaceAllUsesOfValueWith(OutputChain, InputChain); in mutateStrictFPToFP()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1256 SDValue &InputChain) { in isFusableLoadOpStorePattern() argument
1293 InputChain = LoadNode->getChain(); in isFusableLoadOpStorePattern()
1324 InputChain = CurDAG->getNode(ISD::TokenFactor, SDLoc(Chain), in isFusableLoadOpStorePattern()
1382 SDValue InputChain; in tryFoldLoadStoreIntoMemOperand() local
1384 InputChain)) in tryFoldLoadStoreIntoMemOperand()
1402 SDValue Ops[] = { Base, Disp, Operand, InputChain }; in tryFoldLoadStoreIntoMemOperand()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h369 void UpdateChains(SDNode *NodeToMatch, SDValue InputChain,
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3109 SDValue &InputChain) { in isFusableLoadOpStorePattern() argument
3212 InputChain = in isFusableLoadOpStorePattern()
3271 SDValue InputChain; in foldLoadStoreIntoMemOperand() local
3273 LoadNode, InputChain)) { in foldLoadStoreIntoMemOperand()
3280 LoadNode, InputChain)) in foldLoadStoreIntoMemOperand()
3312 const SDValue Ops[] = {Base, Scale, Index, Disp, Segment, InputChain}; in foldLoadStoreIntoMemOperand()
3329 const SDValue Ops[] = {Base, Scale, Index, Disp, Segment, InputChain}; in foldLoadStoreIntoMemOperand()
3448 CurDAG->getCopyToReg(InputChain, SDLoc(Node), X86::EFLAGS, in foldLoadStoreIntoMemOperand()
3457 Segment, Operand, InputChain}; in foldLoadStoreIntoMemOperand()