Home
last modified time | relevance | path

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

/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.cpp124 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()
125 assert(I != InstructionMap.end() && "Instruction is not mapped!"); in getInstructionID()
130 InstructionMap[I] = InstructionCount++; in setInstructionID()
DValueEnumerator.h79 InstructionMapType InstructionMap; variable
/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.cpp124 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()
125 assert(I != InstructionMap.end() && "Instruction is not mapped!"); in getInstructionID()
130 InstructionMap[I] = InstructionCount++; in setInstructionID()
DValueEnumerator.h79 InstructionMapType InstructionMap; variable
/frameworks/compile/slang/BitWriter_3_2/
DValueEnumerator.cpp124 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()
125 assert(I != InstructionMap.end() && "Instruction is not mapped!"); in getInstructionID()
130 InstructionMap[I] = InstructionCount++; in setInstructionID()
DValueEnumerator.h82 InstructionMapType InstructionMap; variable