Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:OpC

747   unsigned OpC = MI.getOpcode();
749 switch (OpC) {
803 unsigned OpC = MI.getOpcode();
805 if ((OpC == PPC::DYNAREAOFFSET || OpC == PPC::DYNAREAOFFSET8)) {
812 (OpC == PPC::DYNALLOC || OpC == PPC::DYNALLOC8)) {
818 if (OpC == PPC::SPILL_CR) {
821 } else if (OpC == PPC::RESTORE_CR) {
824 } else if (OpC == PPC::SPILL_CRBIT) {
827 } else if (OpC == PPC::RESTORE_CRBIT) {
830 } else if (OpC == PPC::SPILL_VRSAVE) {
833 } else if (OpC == PPC::RESTORE_VRSAVE) {
847 bool noImmForm = !MI.isInlineAsm() && OpC != TargetOpcode::STACKMAP &&
848 OpC != TargetOpcode::PATCHPOINT && !ImmToIdxMap.count(OpC);
871 assert(OpC != PPC::DBG_VALUE &&
874 OpC == TargetOpcode::STACKMAP ||
875 OpC == TargetOpcode::PATCHPOINT)) {
905 else if (OpC != TargetOpcode::INLINEASM) {
906 assert(ImmToIdxMap.count(OpC) &&
908 unsigned NewOpcode = ImmToIdxMap.find(OpC)->second;
972 unsigned OpC = MI->getOpcode();
973 if (!ImmToIdxMap.count(OpC))
977 if ((OpC == PPC::ADDI || OpC == PPC::ADDI8) &&