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

References

lib/CodeGen/GlobalISel/CSEMIRBuilder.cpp
  159     assert(DstOps.size() == 1 && "Invalid dsts");
  162       return buildConstant(DstOps[0], Cst->getSExtValue());
  166     assert(DstOps.size() == 1 && "Invalid dst ops");
  168     const DstOp &Dst = DstOps[0];
  177   bool CanCopy = checkCopyToDefsPossible(DstOps);
  179     return MachineIRBuilder::buildInstr(Opc, DstOps, SrcOps, Flag);
  183     auto MIB = MachineIRBuilder::buildInstr(Opc, DstOps, SrcOps, Flag);
  192   profileEverything(Opc, DstOps, SrcOps, Flag, ProfBuilder);
  196     return generateCopiesIfRequired(DstOps, MIB);
  200       MachineIRBuilder::buildInstr(Opc, DstOps, SrcOps, Flag);