Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3536 bool matchScaledValue(Value *ScaleReg, int64_t Scale, unsigned Depth);
4200 bool AddressingModeMatcher::matchScaledValue(Value *ScaleReg, int64_t Scale, in matchScaledValue() function in AddressingModeMatcher
4906 return matchScaledValue(AddrInst->getOperand(0), Scale, Depth); in matchOperationAddr()
5006 if (!matchScaledValue(AddrInst->getOperand(VariableOperand), VariableScale, in matchOperationAddr()
5017 if (!matchScaledValue(AddrInst->getOperand(VariableOperand), in matchOperationAddr()