Searched refs:MatchScaledValue (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2109 bool MatchScaledValue(Value *ScaleReg, int64_t Scale, unsigned Depth);
2121 /// MatchScaledValue - Try adding ScaleReg*Scale to the current addressing mode.
2124 bool AddressingModeMatcher::MatchScaledValue(Value *ScaleReg, int64_t Scale, function in class:__anon10409::AddressingModeMatcher
2685 return MatchScaledValue(AddrInst->getOperand(0), Scale, Depth);
2751 if (!MatchScaledValue(AddrInst->getOperand(VariableOperand), VariableScale,
2762 if (!MatchScaledValue(AddrInst->getOperand(VariableOperand),

Completed in 50 milliseconds