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

References

lib/Target/SystemZ/SystemZInstrInfo.cpp
 1007     if (LIS != nullptr && (Opcode == SystemZ::LA || Opcode == SystemZ::LAY) &&
 1007     if (LIS != nullptr && (Opcode == SystemZ::LA || Opcode == SystemZ::LAY) &&
 1043   if ((Opcode == SystemZ::AHI || Opcode == SystemZ::AGHI) && OpNum == 0 &&
 1043   if ((Opcode == SystemZ::AHI || Opcode == SystemZ::AGHI) && OpNum == 0 &&
 1046     Opcode = (Opcode == SystemZ::AHI ? SystemZ::ASI : SystemZ::AGSI);
 1046     Opcode = (Opcode == SystemZ::AHI ? SystemZ::ASI : SystemZ::AGSI);
 1048         BuildMI(*InsertPt->getParent(), InsertPt, MI.getDebugLoc(), get(Opcode))
 1056   if ((Opcode == SystemZ::ALFI && OpNum == 0 &&
 1058       (Opcode == SystemZ::ALGFI && OpNum == 0 &&
 1061     Opcode = (Opcode == SystemZ::ALFI ? SystemZ::ALSI : SystemZ::ALGSI);
 1061     Opcode = (Opcode == SystemZ::ALFI ? SystemZ::ALSI : SystemZ::ALGSI);
 1063         BuildMI(*InsertPt->getParent(), InsertPt, MI.getDebugLoc(), get(Opcode))
 1071   if ((Opcode == SystemZ::SLFI && OpNum == 0 &&
 1073       (Opcode == SystemZ::SLGFI && OpNum == 0 &&
 1076     Opcode = (Opcode == SystemZ::SLFI ? SystemZ::ALSI : SystemZ::ALGSI);
 1076     Opcode = (Opcode == SystemZ::SLFI ? SystemZ::ALSI : SystemZ::ALGSI);
 1078         BuildMI(*InsertPt->getParent(), InsertPt, MI.getDebugLoc(), get(Opcode))
 1086   if (Opcode == SystemZ::LGDR || Opcode == SystemZ::LDGR) {
 1086   if (Opcode == SystemZ::LGDR || Opcode == SystemZ::LDGR) {
 1087     bool Op0IsGPR = (Opcode == SystemZ::LGDR);
 1088     bool Op1IsGPR = (Opcode == SystemZ::LDGR);
 1157   int MemOpcode = SystemZ::getMemOpcode(Opcode);
 1163   if (SystemZ::getTwoOperandOpcode(Opcode) != -1 && MemOpcode != -1) {