Home
last modified time | relevance | path

Searched refs:VariableOperand (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp3832 int VariableOperand = -1; in matchOperationAddr() local
3849 if (VariableOperand != -1) in matchOperationAddr()
3853 VariableOperand = i; in matchOperationAddr()
3861 if (VariableOperand == -1) { in matchOperationAddr()
3917 if (!matchScaledValue(AddrInst->getOperand(VariableOperand), VariableScale, in matchOperationAddr()
3928 if (!matchScaledValue(AddrInst->getOperand(VariableOperand), in matchOperationAddr()