Lines Matching defs:ExtraCode
477 const char *ExtraCode, raw_ostream &O) {
479 if (ExtraCode && ExtraCode[0]) {
480 if (ExtraCode[1] != 0) return true; // Unknown modifier.
483 switch (ExtraCode[0]) {
486 return AsmPrinter::PrintAsmOperand(MI, OpNum, ExtraCode, O);
548 switch(ExtraCode[0]) {
586 const char *ExtraCode,
597 // Currently we are expecting either no ExtraCode or 'D','M','L'.
598 if (ExtraCode) {
599 switch (ExtraCode[0]) {