Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DAddrModeMatcher.cpp67 bool AddressingModeMatcher::MatchScaledValue(Value *ScaleReg, int64_t Scale, in MatchScaledValue() function in AddressingModeMatcher
213 return MatchScaledValue(AddrInst->getOperand(0), Scale, Depth); in MatchOperationAddr()
279 if (!MatchScaledValue(AddrInst->getOperand(VariableOperand), VariableScale, in MatchOperationAddr()
290 if (!MatchScaledValue(AddrInst->getOperand(VariableOperand), in MatchOperationAddr()
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DAddrModeMatcher.h97 bool MatchScaledValue(Value *ScaleReg, int64_t Scale, unsigned Depth);