Searched refs:CaseMap (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeEmitterGen.cpp | 76 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 D | VarLenCodeEmitterGen.cpp | 291 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 D | Compiler.h | 116 using CaseMap = llvm::DenseMap<const SwitchCase *, LabelTy>; variable 439 CaseMap CaseLabels;
|
| H A D | Compiler.cpp | 156 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()
|