Home
last modified time | relevance | path

Searched defs:ScaleAmt (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp667 const MCOperand &ScaleAmt = Inst.getOperand(MemOpStart + X86::AddrScaleAmt); evaluateMemoryOperandAddress() local
693 const MCOperand &ScaleAmt = Inst.getOperand(MemOpStart + X86::AddrScaleAmt); getMemoryOperandRelocationOffset() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2367 uint64_t ScaleAmt = 1ULL << ShiftAmt; matchIndexRecursively() local
2422 uint64_t ScaleAmt = 1ULL << ShAmt; matchIndexRecursively() local
H A DX86ISelLowering.cpp54580 uint64_t ScaleAmt = Scale->getAsZExtVal(); combineGatherScatter() local
[all...]
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp168 void Scale(const FAddendCoef& ScaleAmt) { Coeff *= ScaleAmt; } in Scale() argument