Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DCodeTemplate.cpp44 return getValueFor(Instr->Variables[Op.getVariableIndex()]); in getValueFor()
48 return getValueFor(Instr->Variables[Op.getVariableIndex()]); in getValueFor()
DMCInstrDescView.cpp66 unsigned Operand::getVariableIndex() const { return *VariableIndex; } in getVariableIndex() function in llvm::exegesis::Operand
162 Op.VariableIndex = Operands[Op.getTiedToIndex()].getVariableIndex(); in create()
166 Variables[Op.getVariableIndex()].TiedOperands.push_back(Op.getIndex()); in create()
DMCInstrDescView.h79 unsigned getVariableIndex() const;
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.hpp197 int getVariableIndex (const std::string& name) const;
DvktSSBOLayoutCase.cpp166 int BufferLayout::getVariableIndex (const string& name) const in getVariableIndex() function in vkt::ssbo::BufferLayout
1361 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()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp211 int getVariableIndex (const string& name) const;
217 int BufferLayout::getVariableIndex (const string& name) const in getVariableIndex() function in deqp::gles31::bb::BufferLayout
1145 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()