OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:matchscaledvalue
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
AddrModeMatcher.cpp
64
///
MatchScaledValue
- Try adding ScaleReg*Scale to the current addressing mode.
67
bool AddressingModeMatcher::
MatchScaledValue
(Value *ScaleReg, int64_t Scale,
213
return
MatchScaledValue
(AddrInst->getOperand(0), Scale, Depth);
279
if (!
MatchScaledValue
(AddrInst->getOperand(VariableOperand), VariableScale,
290
if (!
MatchScaledValue
(AddrInst->getOperand(VariableOperand),
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
AddrModeMatcher.h
97
bool
MatchScaledValue
(Value *ScaleReg, int64_t Scale, unsigned Depth);
/external/llvm/lib/CodeGen/
CodeGenPrepare.cpp
[
all
...]
Completed in 593 milliseconds