Home
last modified time | relevance | path

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

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