Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILValueEnumerator.h122 InstructionMapType InstructionMap; variable
HDDXILValueEnumerator.cpp502 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()
503 assert(I != InstructionMap.end() && "Instruction is not mapped!"); in getInstructionID()
514 InstructionMap[I] = InstructionCount++; in setInstructionID()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDValueEnumerator.h121 InstructionMapType InstructionMap; variable
HDValueEnumerator.cpp504 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()
505 assert(I != InstructionMap.end() && "Instruction is not mapped!"); in getInstructionID()
516 InstructionMap[I] = InstructionCount++; in setInstructionID()