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

References

lib/Target/PowerPC/PPCISelLowering.cpp
 6337   unsigned PtrByteSize = isPPC64 ? 8 : 4;
 6370       if (!isVarArg && !isPPC64) {
 6423   if (isPPC64)
 6451   const MCPhysReg *GPR = isPPC64 ? GPR_64 : GPR_32;
 6470     if (isPPC64 && Arg.getValueType() == MVT::i32) {
 6542                          isPPC64, isTailCall, false, MemOpChains,
 6564           if (GPR_idx != NumGPRs && Arg.getValueType() == MVT::f64 && !isPPC64){
 6579               !isPPC64)  // PPC64 has 64-bit GPR's obviously :)
 6584                          isPPC64, isTailCall, false, MemOpChains,
 6586       if (isPPC64)
 6641                          isPPC64, isTailCall, true, MemOpChains,
 6667                            isPPC64, isTailCall, true, MemOpChains,
 6685     RegsToPass.push_back(std::make_pair((unsigned)(isPPC64 ? PPC::X12 :