• Home
  • Raw
  • Download

Lines Matching refs:getDest

235       if (this->getDest())  in validateVectorAddrMode()
236 this->validateVectorAddrModeOpnd(this->getDest()); in validateVectorAddrMode()
579 const Variable *Var = this->getDest(); in emitIAS()
588 Str << " = " << Opcode << "." << this->getDest()->getType() << " "; in dump()
622 Type DestTy = this->getDest()->getType(); in emit()
632 this->getDest()->emit(Func); in emit()
636 const Variable *Var = this->getDest(); in emitIAS()
673 MemOp->getBase()->getRegNum() == this->getDest()->getRegNum() && in deoptLeaToAddOrNull()
676 const_cast<Cfg *>(Func), this->getDest(), MemOp->getOffset()); in deoptLeaToAddOrNull()
706 this->getDest()->emit(Func); in emit()
709 Type Ty = this->getDest()->getType(); in emitIAS()
711 emitIASRegOpTyXMM(Func, Ty, this->getDest(), this->getSrc(0), Emitter); in emitIAS()
718 Str << " = " << Opcode << "." << this->getDest()->getType() << " "; in dump()
751 Type Ty = this->getDest()->getType(); in emitIAS()
753 emitIASGPRShift(Func, Ty, this->getDest(), this->getSrc(1), Emitter); in emitIAS()
760 Str << " = " << Opcode << "." << this->getDest()->getType() << " "; in dump()
793 Type Ty = this->getDest()->getType(); in emitIAS()
797 emitIASRegOpTyGPR(Func, !ThisIsLEA, Ty, this->getDest(), this->getSrc(1), in emitIAS()
805 Str << " = " << Opcode << "." << this->getDest()->getType() << " "; in dump()
879 ? this->getDest()->getType() in emit()
905 Type Ty = this->getDest()->getType(); in emitIAS()
909 emitIASRegOpTyXMM(Func, Ty, this->getDest(), this->getSrc(1), Emitter); in emitIAS()
916 Str << " = " << Opcode << "." << this->getDest()->getType() << " "; in dump()
952 const Type DestTy = this->getDest()->getType(); in emit()
958 Type Ty = this->getDest()->getType(); in emitIAS()
962 emitIASXmmShift(Func, ElementTy, this->getDest(), this->getSrc(1), in emitIAS()
970 Str << " = " << Opcode << "." << this->getDest()->getType() << " "; in dump()
1007 this->getDest()->emit(Func); in emit()
1014 Str << " = " << Opcode << "." << this->getDest()->getType() << " "; in dump()
1054 this->getDest()->emit(Func); in emit()
1061 Str << " = " << Opcode << "." << this->getDest()->getType() << " "; in dump()
1107 return checkForRedundantAssign(this->getDest(), this->getSrc(0)); in isRedundantAssign()
1116 Str << Opcode << "." << this->getDest()->getType() << " "; in dump()