Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeEmitterGen.cpp40 std::set<unsigned> &NamedOpIndices,
64 std::set<unsigned> &NamedOpIndices, in AddCodeToMergeInOperand() argument
98 (!NamedOpIndices.empty() && NamedOpIndices.count( in AddCodeToMergeInOperand()
185 std::set<unsigned> NamedOpIndices; in getInstructionCase() local
196 NamedOpIndices.insert(OpIdx); in getInstructionCase()
209 NamedOpIndices, Case, Target); in getInstructionCase()
DFixedLenDecoderEmitter.cpp1753 std::set<unsigned> NamedOpIndices; in populateInstruction() local
1763 NamedOpIndices.insert(OpIdx); in populateInstruction()
1816 (!NamedOpIndices.empty() && NamedOpIndices.count( in populateInstruction()