Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.h62 InstructionMap; variable
158 if (InstructionMap.empty()) in getInstructionMap()
160 return InstructionMap; in getInstructionMap()
166 assert(I != InstructionMap.end() && "Not an instruction"); in getInstruction()
H A DCodeGenTarget.cpp215 InstructionMap.try_emplace(R, std::make_unique<CodeGenInstruction>(R)); in ReadInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h122 InstructionMapType InstructionMap; variable
H A DDXILValueEnumerator.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/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h121 InstructionMapType InstructionMap; variable
H A DValueEnumerator.cpp507 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()
508 assert(I != InstructionMap.end() && "Instruction is not mapped!"); in getInstructionID()
519 InstructionMap[I] = InstructionCount++; in setInstructionID()