Searched defs:VariableScale (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DAddrModeMatcher.cpp219 unsigned VariableScale = 0; local
241 VariableScale = TypeSize;
279 if (!MatchScaledValue(AddrInst->getOperand(VariableOperand), VariableScale,
291 VariableScale, Depth)) {
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp506 uint64_t VariableScale = TD.getTypeAllocSize(GTI.getIndexedType()); local
545 VariableScale &= PtrSizeMask;
551 int64_t NewOffs = Offset / (int64_t)VariableScale;
552 if (Offset != NewOffs*(int64_t)VariableScale)
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp548 uint64_t VariableScale = DL.getTypeAllocSize(GTI.getIndexedType()); local
587 VariableScale &= PtrSizeMask;
593 int64_t NewOffs = Offset / (int64_t)VariableScale;
594 if (Offset != NewOffs*(int64_t)VariableScale)
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3235 unsigned VariableScale = 0; local
3256 VariableScale = TypeSize;
3295 if (!matchScaledValue(AddrInst->getOperand(VariableOperand), VariableScale,
3307 VariableScale, Depth)) {

Completed in 441 milliseconds