Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2348 SDNode *NodeToMatch, SDValue InputChain, in UpdateChains() argument
2355 assert(InputChain.getNode() && in UpdateChains()
2384 ReplaceUses(ChainVal, InputChain); in UpdateChains()
2774 SDValue InputChain, InputGlue; member
2904 SDValue InputChain, InputGlue; in SelectCodeCommon() local
3012 NewEntry.InputChain = InputChain; in SelectCodeCommon()
3346 assert(!InputChain.getNode() && in SelectCodeCommon()
3365 InputChain = HandleMergeInputChains(ChainNodesMatched, CurDAG); in SelectCodeCommon()
3367 if (!InputChain.getNode()) in SelectCodeCommon()
3373 assert(!InputChain.getNode() && in SelectCodeCommon()
[all …]
H A DSelectionDAG.cpp8468 SDValue InputChain = Node->getOperand(0); in mutateStrictFPToFP() local
8470 ReplaceAllUsesOfValueWith(OutputChain, InputChain); in mutateStrictFPToFP()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h361 void UpdateChains(SDNode *NodeToMatch, SDValue InputChain,
/netbsd-src/external/apache2/llvm/dist/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()