Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DAddrModeMatcher.cpp218 int VariableOperand = -1; in MatchOperationAddr() local
236 if (VariableOperand != -1) in MatchOperationAddr()
240 VariableOperand = i; in MatchOperationAddr()
248 if (VariableOperand == -1) { in MatchOperationAddr()
279 if (!MatchScaledValue(AddrInst->getOperand(VariableOperand), VariableScale, in MatchOperationAddr()
290 if (!MatchScaledValue(AddrInst->getOperand(VariableOperand), in MatchOperationAddr()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp3234 int VariableOperand = -1; in matchOperationAddr() local
3251 if (VariableOperand != -1) in matchOperationAddr()
3255 VariableOperand = i; in matchOperationAddr()
3263 if (VariableOperand == -1) { in matchOperationAddr()
3295 if (!matchScaledValue(AddrInst->getOperand(VariableOperand), VariableScale, in matchOperationAddr()
3306 if (!matchScaledValue(AddrInst->getOperand(VariableOperand), in matchOperationAddr()