HomeSort by: relevance | last modified time | path
    Searched refs:OPFL_GlueOutput (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 178 OPFL_GlueOutput = 4, // Node has a glue output.
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 2500 if ((EmitNodeInfo & OPFL_GlueOutput) && OldGlueResultNo != -1 &&
2505 if ((EmitNodeInfo & OPFL_GlueOutput) != 0)
3479 if (EmitNodeInfo & OPFL_GlueOutput)
3579 if (EmitNodeInfo & OPFL_GlueOutput) {

Completed in 18 milliseconds