Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp76 const std::map<std::string, std::vector<std::string>> &CaseMap);
453 const std::map<std::string, std::vector<std::string>> &CaseMap) { in emitCaseMap() argument
454 for (const auto &[Case, InstList] : CaseMap) { in emitCaseMap()
539 std::map<std::string, std::vector<std::string>> CaseMap; in run() local
552 CaseMap[Case].push_back(InstName); in run()
576 emitCaseMap(O, CaseMap); in run()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DVarLenCodeEmitterGen.cpp291 std::map<std::string, std::vector<std::string>> CaseMap; in run() local
302 CaseMap[Case].push_back(std::move(InstName)); in run()
310 for (const auto &C : CaseMap) { in run()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h116 using CaseMap = llvm::DenseMap<const SwitchCase *, LabelTy>; variable
439 CaseMap CaseLabels;
H A DCompiler.cpp156 using CaseMap = typename Compiler<Emitter>::CaseMap; typedef in clang::interp::SwitchScope
158 SwitchScope(Compiler<Emitter> *Ctx, CaseMap &&CaseLabels, LabelTy BreakLabel, in SwitchScope()
180 CaseMap OldCaseLabels;
5691 CaseMap CaseLabels; in visitSwitchStmt()