Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1427 if (LocalIndex >= LocalOperands.size()) in getOperand()
1429 Ice::Operand *Op = LocalOperands[LocalIndex]; in getOperand()
1456 Ice::OperandList LocalOperands; member in __anona360ed9e0111::FunctionParser
1520 if (LocalIndex < LocalOperands.size()) { in getNextInstVar()
1521 Ice::Operand *Op = LocalOperands[LocalIndex]; in getNextInstVar()
1562 if (LocalIndex == LocalOperands.size()) { in setOperand()
1563 LocalOperands.push_back(Op); in setOperand()
1568 if (LocalIndex >= LocalOperands.size()) { in setOperand()
1579 Ice::Utils::reserveAndResize(LocalOperands, LocalIndex + 1); in setOperand()
1583 Ice::Operand *OldOp = LocalOperands[LocalIndex]; in setOperand()
[all …]