Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h178 OPFL_GlueOutput = 4, // Node has a glue output. enumerator
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2500 if ((EmitNodeInfo & OPFL_GlueOutput) && OldGlueResultNo != -1 && in MorphNode()
2505 if ((EmitNodeInfo & OPFL_GlueOutput) != 0) in MorphNode()
3479 if (EmitNodeInfo & OPFL_GlueOutput) in SelectCodeCommon()
3579 if (EmitNodeInfo & OPFL_GlueOutput) { in SelectCodeCommon()