reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
273 Case += " switch (HwMode) {\n"; 274 Case += " default: llvm_unreachable(\"Unhandled HwMode\");\n"; 276 Case += " case " + itostr(KV.first) + ": {\n"; 277 Case += getInstructionCaseForEncoding(R, KV.second, Target); 278 Case += " break;\n"; 279 Case += " }\n"; 281 Case += " }\n"; 282 return Case;