Searched refs:CaseMap (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | CodeEmitterGen.cpp | 74 const std::map<std::string, std::vector<std::string>> &CaseMap); 450 const std::map<std::string, std::vector<std::string>> &CaseMap) { in emitCaseMap() argument 452 for (IE = CaseMap.begin(), EE = CaseMap.end(); IE != EE; ++IE) { 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/Interp/ |
H A D | Compiler.h | 104 using CaseMap = llvm::DenseMap<const SwitchCase *, LabelTy>; variable 392 CaseMap CaseLabels;
|
H A D | Compiler.cpp | 137 using CaseMap = typename Compiler<Emitter>::CaseMap; typedef in clang::interp::SwitchScope 139 SwitchScope(Compiler<Emitter> *Ctx, CaseMap &&CaseLabels, LabelTy BreakLabel, in SwitchScope() 158 CaseMap OldCaseLabels; 4550 CaseMap CaseLabels; in visitSwitchStmt()
|