Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2308 SDNode *NodeToMatch, SDValue InputChain, in UpdateChains() argument
2315 assert(InputChain.getNode() && in UpdateChains()
2344 ReplaceUses(ChainVal, InputChain); in UpdateChains()
2723 SDValue InputChain, InputGlue; member
2849 SDValue InputChain, InputGlue; in SelectCodeCommon() local
2957 NewEntry.InputChain = InputChain; in SelectCodeCommon()
3286 assert(!InputChain.getNode() && in SelectCodeCommon()
3305 InputChain = HandleMergeInputChains(ChainNodesMatched, CurDAG); in SelectCodeCommon()
3307 if (!InputChain.getNode()) in SelectCodeCommon()
3313 assert(!InputChain.getNode() && in SelectCodeCommon()
[all …]
DSelectionDAG.cpp7935 SDValue InputChain = Node->getOperand(0); in mutateStrictFPToFP() local
7937 ReplaceAllUsesOfValueWith(OutputChain, InputChain); in mutateStrictFPToFP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1246 SDValue &InputChain) { in isFusableLoadOpStorePattern() argument
1283 InputChain = LoadNode->getChain(); in isFusableLoadOpStorePattern()
1314 InputChain = CurDAG->getNode(ISD::TokenFactor, SDLoc(Chain), in isFusableLoadOpStorePattern()
1372 SDValue InputChain; in tryFoldLoadStoreIntoMemOperand() local
1374 InputChain)) in tryFoldLoadStoreIntoMemOperand()
1392 SDValue Ops[] = { Base, Disp, Operand, InputChain }; in tryFoldLoadStoreIntoMemOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGISel.h368 void UpdateChains(SDNode *NodeToMatch, SDValue InputChain,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp2875 SDValue &InputChain) { in isFusableLoadOpStorePattern() argument
2978 InputChain = in isFusableLoadOpStorePattern()
3037 SDValue InputChain; in foldLoadStoreIntoMemOperand() local
3039 LoadNode, InputChain)) { in foldLoadStoreIntoMemOperand()
3046 LoadNode, InputChain)) in foldLoadStoreIntoMemOperand()
3078 const SDValue Ops[] = {Base, Scale, Index, Disp, Segment, InputChain}; in foldLoadStoreIntoMemOperand()
3095 const SDValue Ops[] = {Base, Scale, Index, Disp, Segment, InputChain}; in foldLoadStoreIntoMemOperand()
3214 CurDAG->getCopyToReg(InputChain, SDLoc(Node), X86::EFLAGS, in foldLoadStoreIntoMemOperand()
3223 Segment, Operand, InputChain}; in foldLoadStoreIntoMemOperand()