reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/PowerPC/PPCRegisterInfo.cpp
 1013   if ((OpC == PPC::DYNAREAOFFSET || OpC == PPC::DYNAREAOFFSET8)) {
 1013   if ((OpC == PPC::DYNAREAOFFSET || OpC == PPC::DYNAREAOFFSET8)) {
 1020       (OpC == PPC::DYNALLOC || OpC == PPC::DYNALLOC8)) {
 1020       (OpC == PPC::DYNALLOC || OpC == PPC::DYNALLOC8)) {
 1026   if (OpC == PPC::SPILL_CR) {
 1029   } else if (OpC == PPC::RESTORE_CR) {
 1032   } else if (OpC == PPC::SPILL_CRBIT) {
 1035   } else if (OpC == PPC::RESTORE_CRBIT) {
 1038   } else if (OpC == PPC::SPILL_VRSAVE) {
 1041   } else if (OpC == PPC::RESTORE_VRSAVE) {
 1052   bool noImmForm = !MI.isInlineAsm() && OpC != TargetOpcode::STACKMAP &&
 1053                    OpC != TargetOpcode::PATCHPOINT && !ImmToIdxMap.count(OpC);
 1053                    OpC != TargetOpcode::PATCHPOINT && !ImmToIdxMap.count(OpC);
 1076   assert(OpC != PPC::DBG_VALUE &&
 1078   bool OffsetFitsMnemonic = (OpC == PPC::EVSTDD || OpC == PPC::EVLDD) ?
 1078   bool OffsetFitsMnemonic = (OpC == PPC::EVSTDD || OpC == PPC::EVLDD) ?
 1083                      OpC == TargetOpcode::STACKMAP ||
 1084                      OpC == TargetOpcode::PATCHPOINT)) {
 1119   else if (OpC != TargetOpcode::INLINEASM &&
 1120            OpC != TargetOpcode::INLINEASM_BR) {
 1121     assert(ImmToIdxMap.count(OpC) &&
 1123     unsigned NewOpcode = ImmToIdxMap.find(OpC)->second;