Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2435 ArrayRef<SDValue> Ops, unsigned EmitNodeInfo) { in MorphNode() argument
2473 if ((EmitNodeInfo & OPFL_GlueOutput) != 0) in MorphNode()
3438 unsigned EmitNodeInfo = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local
3458 if (EmitNodeInfo & OPFL_Chain) in SelectCodeCommon()
3460 if (EmitNodeInfo & OPFL_GlueOutput) in SelectCodeCommon()
3486 if (EmitNodeInfo & OPFL_VariadicInfo) { in SelectCodeCommon()
3503 if (EmitNodeInfo & OPFL_Chain) in SelectCodeCommon()
3558 if (EmitNodeInfo & OPFL_GlueOutput) { in SelectCodeCommon()
3560 if (EmitNodeInfo & OPFL_Chain) in SelectCodeCommon()
3562 } else if (EmitNodeInfo & OPFL_Chain) in SelectCodeCommon()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h333 ArrayRef<SDValue> Ops, unsigned EmitNodeInfo);