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

References

lib/CodeGen/MachineVerifier.cpp
 1578           MI->getOperand(Offset).getImm() != StackMaps::ConstantOp ||
lib/CodeGen/SelectionDAG/FastISel.cpp
  766       Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp));
  769       Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp));
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 8673         Builder.DAG.getTargetConstant(StackMaps::ConstantOp, DL, MVT::i64));
lib/CodeGen/SelectionDAG/StatepointLowering.cpp
   67   Ops.push_back(Builder.DAG.getTargetConstant(StackMaps::ConstantOp, L,
lib/CodeGen/StackMaps.cpp
  131     case StackMaps::ConstantOp: {