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

References

lib/Target/PowerPC/PPCISelLowering.cpp
 6726   const unsigned PtrByteSize = IsPPC64 ? 8 : 4;
 6741     assert(IsPPC64 && "PPC32 should have split i64 values.");
 6746     if (unsigned Reg = State.AllocateReg(IsPPC64 ? GPR_64 : GPR_32)) {
 6747       MVT RegVT = IsPPC64 ? MVT::i64 : MVT::i32;
 6765     State.AllocateStack(IsPPC64 ? 8 : StoreSize, 4);
 6775       State.AllocateReg(IsPPC64 ? GPR_64 : GPR_32);