Home
last modified time | relevance | path

Searched refs:InputGlue (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2025 SDValue InputGlue, in UpdateChainsAndGlue() argument
2064 if (InputGlue.getNode()) { in UpdateChainsAndGlue()
2076 InputGlue); in UpdateChainsAndGlue()
2549 SDValue InputChain, InputGlue; member
2658 SDValue InputChain, InputGlue; in SelectCodeCommon() local
2769 NewEntry.InputGlue = InputGlue; in SelectCodeCommon()
2804 InputGlue = N->getOperand(N->getNumOperands()-1); in SelectCodeCommon()
3122 InputGlue); in SelectCodeCommon()
3124 InputGlue = InputChain.getValue(1); in SelectCodeCommon()
3200 if ((EmitNodeInfo & OPFL_GlueInput) && InputGlue.getNode() != nullptr) in SelectCodeCommon()
[all …]
/external/llvm/include/llvm/CodeGen/
DSelectionDAGISel.h299 SDValue InputGlue, const SmallVectorImpl<SDNode*> &F,