reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
 3386       if (EmitNodeInfo & OPFL_Chain)
 3388       if (EmitNodeInfo & OPFL_GlueOutput)
 3414       if (EmitNodeInfo & OPFL_VariadicInfo) {
 3416         unsigned FirstOpToCopy = getNumFixedFromVariadicInfo(EmitNodeInfo);
 3417         FirstOpToCopy += (EmitNodeInfo & OPFL_Chain) ? 1 : 0;
 3431       if (EmitNodeInfo & OPFL_Chain)
 3433       if ((EmitNodeInfo & OPFL_GlueInput) && InputGlue.getNode() != nullptr)
 3464                                             Ops, EmitNodeInfo));
 3469       if (EmitNodeInfo & OPFL_GlueOutput) {
 3471         if (EmitNodeInfo & OPFL_Chain)
 3473       } else if (EmitNodeInfo & OPFL_Chain)
 3482       if (EmitNodeInfo & OPFL_MemRefs) {