Searched refs:ScaleAmt (Results 1 – 4 of 4) sorted by relevance
666 const MCOperand &ScaleAmt = Inst.getOperand(MemOpStart + X86::AddrScaleAmt); in evaluateMemoryOperandAddress() local668 if (SegReg.getReg() || IndexReg.getReg() || ScaleAmt.getImm() != 1 || in evaluateMemoryOperandAddress()692 const MCOperand &ScaleAmt = Inst.getOperand(MemOpStart + X86::AddrScaleAmt); in getMemoryOperandRelocationOffset() local696 ScaleAmt.getImm() != 1 || !Disp.isImm()) in getMemoryOperandRelocationOffset()
2426 uint64_t ScaleAmt = 1ULL << ShiftAmt; in matchIndexRecursively() local2427 if ((AM.Scale * ScaleAmt) <= 8) { in matchIndexRecursively()2428 AM.Scale *= ScaleAmt; in matchIndexRecursively()2481 uint64_t ScaleAmt = 1ULL << ShAmt; in matchIndexRecursively() local2482 if ((AM.Scale * ScaleAmt) <= 8 && in matchIndexRecursively()2485 AM.Scale *= ScaleAmt; in matchIndexRecursively()
56729 unsigned ScaleAmt = Scale->getAsZExtVal(); in combineGatherScatter() local56730 assert(isPowerOf2_32(ScaleAmt) && "Scale must be a power of 2"); in combineGatherScatter()56731 unsigned Log2ScaleAmt = Log2_32(ScaleAmt); in combineGatherScatter()56749 DAG.getConstant(ScaleAmt * 2, DL, Scale.getValueType()); in combineGatherScatter()56794 uint64_t ScaleAmt = Scale->getAsZExtVal(); in combineGatherScatter() local56804 APInt Adder = C->getAPIntValue() * ScaleAmt; in combineGatherScatter()56811 if (ScaleAmt == 1) { in combineGatherScatter()56820 if (ScaleAmt == 1 && BV->isConstant() && isa<ConstantSDNode>(Base)) { in combineGatherScatter()
168 void Scale(const FAddendCoef& ScaleAmt) { Coeff *= ScaleAmt; } in Scale() argument