Lines Matching defs:AddrDispShift
268 /// \p AddrDispShift and \p Dist.
271 int64_t &AddrDispShift, int &Dist);
281 /// by these LEAs is returned in \p AddrDispShift. It'll be used for proper
284 int64_t &AddrDispShift) const;
296 /// address displacement AddrDispShift. Return new debug value instruction.
298 unsigned NewReg, int64_t AddrDispShift);
341 MachineInstr *&BestLEA, int64_t &AddrDispShift, int &Dist) {
378 isInt<8>(AddrDispShift))
382 AddrDispShift = AddrDispShiftTemp;
424 int64_t &AddrDispShift) const {
437 AddrDispShift = getAddrDispShift(Last, 1, First, 1);
471 AddrDispShift))
526 int64_t AddrDispShift;
528 if (!chooseBestLEA(Insns->second, MI, DefMI, AddrDispShift, Dist))
562 MI.getOperand(MemOpNo + X86::AddrDisp).ChangeToImmediate(AddrDispShift);
577 int64_t AddrDispShift) {
579 if (AddrDispShift != 0) {
582 DIExpression::prepend(Expr, DIExpression::StackValue, AddrDispShift);
584 // Update the Expression, appending an offset of `AddrDispShift` to the
587 DIExpression::appendOffset(Ops, AddrDispShift);
636 int64_t AddrDispShift;
644 if (!isReplaceable(First, Last, AddrDispShift)) {
666 replaceDebugValue(MI, LastVReg, FirstVReg, AddrDispShift);
682 Op.setImm(Op.getImm() + AddrDispShift);
684 Op.setOffset(Op.getOffset() + AddrDispShift);