Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2045 SDValue InputGlue, in UpdateChainsAndGlue() argument
2084 if (InputGlue.getNode()) { in UpdateChainsAndGlue()
2096 InputGlue); in UpdateChainsAndGlue()
2565 SDValue InputChain, InputGlue; member
2673 SDValue InputChain, InputGlue; in SelectCodeCommon() local
2784 NewEntry.InputGlue = InputGlue; in SelectCodeCommon()
2819 InputGlue = N->getOperand(N->getNumOperands()-1); in SelectCodeCommon()
3131 InputGlue); in SelectCodeCommon()
3133 InputGlue = InputChain.getValue(1); in SelectCodeCommon()
3209 if ((EmitNodeInfo & OPFL_GlueInput) && InputGlue.getNode() != nullptr) in SelectCodeCommon()
[all …]
/external/llvm/include/llvm/CodeGen/
DSelectionDAGISel.h296 SDValue InputGlue, const SmallVectorImpl<SDNode*> &F,