Lines Matching defs:ExtraCode
475 const char *ExtraCode, raw_ostream &O) {
477 if (ExtraCode && ExtraCode[0]) {
478 if (ExtraCode[1] != 0) return true; // Unknown modifier.
481 switch (ExtraCode[0]) {
484 return AsmPrinter::PrintAsmOperand(MI, OpNum, ExtraCode, O);
546 switch(ExtraCode[0]) {
584 const char *ExtraCode,
595 // Currently we are expecting either no ExtraCode or 'D','M','L'.
596 if (ExtraCode) {
597 switch (ExtraCode[0]) {