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

References

lib/Target/PowerPC/PPCISelLowering.cpp
10761   assert((PVT == MVT::i64 || PVT == MVT::i32) &&
10761   assert((PVT == MVT::i64 || PVT == MVT::i32) &&
10765     (PVT == MVT::i64) ? &PPC::G8RCRegClass : &PPC::GPRCRegClass;
10768   unsigned FP  = (PVT == MVT::i64) ? PPC::X31 : PPC::R31;
10769   unsigned SP  = (PVT == MVT::i64) ? PPC::X1 : PPC::R1;
10771       (PVT == MVT::i64)
10778   const int64_t LabelOffset = 1 * PVT.getStoreSize();
10779   const int64_t SPOffset    = 2 * PVT.getStoreSize();
10780   const int64_t TOCOffset   = 3 * PVT.getStoreSize();
10781   const int64_t BPOffset    = 4 * PVT.getStoreSize();
10788   if (PVT == MVT::i64) {
10800   if (PVT == MVT::i64) {
10812   if (PVT == MVT::i64) {
10824   if (PVT == MVT::i64) {
10836   if (PVT == MVT::i64 && Subtarget.isSVR4ABI()) {
10846           TII->get(PVT == MVT::i64 ? PPC::MTCTR8 : PPC::MTCTR)).addReg(Tmp);
10847   BuildMI(*MBB, MI, DL, TII->get(PVT == MVT::i64 ? PPC::BCTR8 : PPC::BCTR));