Lines Matching defs:HwMode
71 CodeGenTarget &Target, unsigned HwMode = DefaultMode);
294 // Invoke the interface to obtain the HwMode ID controlling the
296 // mask off irrelevant HwMode IDs.
297 append(" unsigned HwMode = "
299 Case += " switch (HwMode) {\n";
327 append(" switch (HwMode) {\n");
328 append(" default: llvm_unreachable(\"Unhandled HwMode\");\n");
397 CodeGenTarget &Target, unsigned HwMode) {
399 if (HwMode == DefaultMode)
403 << HWM.getModeName(HwMode, /*IncludeDefault=*/true) << "[] = {\n";
420 if (EBM.hasMode(HwMode)) {
421 EncodingDef = EBM.get(HwMode);
423 // If the HwMode does not match, then Encoding '0'
528 for (unsigned HwMode : HwModes) {
529 if (HwMode == DefaultMode)
531 emitInstructionBaseValues(o, NumberedInstructions, Target, HwMode);
534 // This pointer will be assigned to the HwMode table later.