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

References

lib/Target/X86/X86InstructionSelector.cpp
  781   assert(!(SrcTy == LLT::scalar(8) && DstTy == LLT::scalar(32)) &&
  783   assert(!(SrcTy == LLT::scalar(16) && DstTy == LLT::scalar(32)) &&
  800                    [SrcTy, DstTy](const ZextEntry &El) {
  801                      return El.DstTy == DstTy && El.SrcTy == SrcTy;
  808     const TargetRegisterClass *DstRC = getRegClass(DstTy, DstRB);
  849   if (DstTy == LLT::scalar(8))
  851   else if (DstTy == LLT::scalar(16))
  853   else if (DstTy == LLT::scalar(32))
  855   else if (DstTy == LLT::scalar(64))
  861   if (DstTy != LLT::scalar(8)) {
  862     DefReg = MRI.createVirtualRegister(getRegClass(DstTy, DstReg, MRI));