Searched refs:ScaleAmt (Results 1 – 3 of 3) sorted by relevance
652 const MCOperand &ScaleAmt = Inst.getOperand(MemOpStart + X86::AddrScaleAmt); in evaluateMemoryOperandAddress() local654 if (SegReg.getReg() != 0 || IndexReg.getReg() != 0 || ScaleAmt.getImm() != 1 || in evaluateMemoryOperandAddress()678 const MCOperand &ScaleAmt = Inst.getOperand(MemOpStart + X86::AddrScaleAmt); in getMemoryOperandRelocationOffset() local682 IndexReg.getReg() != 0 || ScaleAmt.getImm() != 1 || !Disp.isImm()) in getMemoryOperandRelocationOffset()
168 void Scale(const FAddendCoef& ScaleAmt) { Coeff *= ScaleAmt; } in Scale() argument
53659 uint64_t ScaleAmt = cast<ConstantSDNode>(Scale)->getZExtValue(); in combineX86GatherScatter() local53660 uint64_t NewScaleAmt = ScaleAmt * (1ULL << ShiftAmt); in combineX86GatherScatter()53765 uint64_t ScaleAmt = cast<ConstantSDNode>(Scale)->getZExtValue(); in combineGatherScatter() local53772 APInt Adder = C->getAPIntValue() * ScaleAmt; in combineGatherScatter()