Home
last modified time | relevance | path

Searched refs:matchScaledValue (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3210 bool matchScaledValue(Value *ScaleReg, int64_t Scale, unsigned Depth);
3869 bool AddressingModeMatcher::matchScaledValue(Value *ScaleReg, int64_t Scale, in matchScaledValue() function in AddressingModeMatcher
4581 return matchScaledValue(AddrInst->getOperand(0), Scale, Depth); in matchOperationAddr()
4682 if (!matchScaledValue(AddrInst->getOperand(VariableOperand), VariableScale, in matchOperationAddr()
4693 if (!matchScaledValue(AddrInst->getOperand(VariableOperand), in matchOperationAddr()