Searched refs:ScaleAmt (Results 1 – 4 of 4) sorted by relevance
667 const MCOperand &ScaleAmt = Inst.getOperand(MemOpStart + X86::AddrScaleAmt); in evaluateMemoryOperandAddress() local669 if (SegReg.getReg() != 0 || IndexReg.getReg() != 0 || ScaleAmt.getImm() != 1 || in evaluateMemoryOperandAddress()693 const MCOperand &ScaleAmt = Inst.getOperand(MemOpStart + X86::AddrScaleAmt); in getMemoryOperandRelocationOffset() local697 IndexReg.getReg() != 0 || ScaleAmt.getImm() != 1 || !Disp.isImm()) in getMemoryOperandRelocationOffset()
2368 uint64_t ScaleAmt = 1ULL << ShiftAmt; in matchIndexRecursively() local2369 if ((AM.Scale * ScaleAmt) <= 8) { in matchIndexRecursively()2370 AM.Scale *= ScaleAmt; in matchIndexRecursively()2423 uint64_t ScaleAmt = 1ULL << ShAmt; in matchIndexRecursively() local2424 if ((AM.Scale * ScaleAmt) <= 8 && in matchIndexRecursively()2427 AM.Scale *= ScaleAmt; in matchIndexRecursively()
54718 uint64_t ScaleAmt = Scale->getAsZExtVal(); in combineGatherScatter() local54725 APInt Adder = C->getAPIntValue() * ScaleAmt; in combineGatherScatter()
168 void Scale(const FAddendCoef& ScaleAmt) { Coeff *= ScaleAmt; } in Scale() argument