Lines Matching defs:HwMode
73 const CodeGenTarget &Target, unsigned HwMode = DefaultMode);
298 // Invoke the interface to obtain the HwMode ID controlling the
300 // mask off irrelevant HwMode IDs.
301 Append(" unsigned HwMode = "
303 Case += " switch (HwMode) {\n";
331 Append(" switch (HwMode) {\n");
332 Append(" default: llvm_unreachable(\"Unhandled HwMode\");\n");
401 const CodeGenTarget &Target, unsigned HwMode) {
403 if (HwMode == DefaultMode)
407 << HWM.getModeName(HwMode, /*IncludeDefault=*/true) << "[] = {\n";
424 if (EBM.hasMode(HwMode)) {
425 EncodingDef = EBM.get(HwMode);
427 // If the HwMode does not match, then Encoding '0'
529 for (unsigned HwMode : HwModes) {
530 if (HwMode == DefaultMode)
532 emitInstructionBaseValues(O, NumberedInstructions, Target, HwMode);
535 // This pointer will be assigned to the HwMode table later.