Searched refs:getVariableIndex (Results 1 – 6 of 6) sorted by relevance
44 return getValueFor(Instr->Variables[Op.getVariableIndex()]); in getValueFor()48 return getValueFor(Instr->Variables[Op.getVariableIndex()]); in getValueFor()
66 unsigned Operand::getVariableIndex() const { return *VariableIndex; } in getVariableIndex() function in llvm::exegesis::Operand162 Op.VariableIndex = Operands[Op.getTiedToIndex()].getVariableIndex(); in create()166 Variables[Op.getVariableIndex()].TiedOperands.push_back(Op.getIndex()); in create()
79 unsigned getVariableIndex() const;
197 int getVariableIndex (const std::string& name) const;
166 int BufferLayout::getVariableIndex (const string& name) const in getVariableIndex() function in vkt::ssbo::BufferLayout1361 const int varNdx = bufferLayout.getVariableIndex(apiName); in generateCompareSrc()1461 const int varNdx = bufferLayout.getVariableIndex(apiName); in generateWriteSrc()1703 int dstVarNdx = dstLayout.getVariableIndex(srcEntry.name.c_str()); in copyData()1742 const int varNdx = layout.getVariableIndex(apiName); in copyNonWrittenData()1952 int resVarNdx = resLayout.getVariableIndex(refEntry.name.c_str()); in compareData()
211 int getVariableIndex (const string& name) const;217 int BufferLayout::getVariableIndex (const string& name) const in getVariableIndex() function in deqp::gles31::bb::BufferLayout1145 const int varNdx = bufferLayout.getVariableIndex(apiName); in generateCompareSrc()1229 const int varNdx = bufferLayout.getVariableIndex(apiName); in generateWriteSrc()1563 int dstVarNdx = dstLayout.getVariableIndex(srcEntry.name.c_str()); in copyData()1602 const int varNdx = layout.getVariableIndex(apiName); in copyNonWrittenData()1811 int resVarNdx = resLayout.getVariableIndex(refEntry.name.c_str()); in compareData()2331 int cmpEntryNdx = cmpLayout.getVariableIndex(refEntry.name.c_str()); in compareStdBlocks()2405 int cmpEntryNdx = cmpLayout.getVariableIndex(refEntry.name.c_str()); in compareSharedBlocks()2463 int refEntryNdx = refLayout.getVariableIndex(cmpEntry.name.c_str()); in compareTypes()