Home
last modified time | relevance | path

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

/external/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 __anon013ef65f0111::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 …]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAGNodes.h1673 SDUse LocalOperands[4];
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4957 if (NumOps > array_lengthof(MN->LocalOperands)) in MorphNodeTo()
4964 MN->InitOperands(MN->LocalOperands, Ops, NumOps); in MorphNodeTo()
5139 if (NumOps > array_lengthof(N->LocalOperands)) in getMachineNode()
5146 N->InitOperands(N->LocalOperands, Ops, NumOps); in getMachineNode()