Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2600 ArrayRef<SDValue> Ops, unsigned EmitNodeInfo) { in MorphNode() argument
2638 if ((EmitNodeInfo & OPFL_GlueOutput) != 0) in MorphNode()
3539 unsigned EmitNodeInfo = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local
3559 if (EmitNodeInfo & OPFL_Chain) in SelectCodeCommon()
3561 if (EmitNodeInfo & OPFL_GlueOutput) in SelectCodeCommon()
3587 if (EmitNodeInfo & OPFL_VariadicInfo) { in SelectCodeCommon()
3604 if (EmitNodeInfo & OPFL_Chain) in SelectCodeCommon()
3642 if (EmitNodeInfo & OPFL_GlueOutput) { in SelectCodeCommon()
3644 if (EmitNodeInfo & OPFL_Chain) in SelectCodeCommon()
3646 } else if (EmitNodeInfo & OPFL_Chain) in SelectCodeCommon()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h315 ArrayRef<SDValue> Ops, unsigned EmitNodeInfo);