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

Declarations

gen/lib/Target/AArch64/AArch64GenRegisterInfo.inc
 5056   extern const TargetRegisterClass GPR32spRegClass;

References

gen/lib/Target/AArch64/AArch64GenRegisterInfo.inc
 6124   &AArch64::GPR32spRegClass,
 6131   &AArch64::GPR32spRegClass,
 6138   &AArch64::GPR32spRegClass,
 8200     &AArch64::GPR32spRegClass,
lib/Target/AArch64/AArch64FastISel.cpp
 1381     RC = Is64Bit ? &AArch64::GPR64spRegClass : &AArch64::GPR32spRegClass;
 1468     RC = Is64Bit ? &AArch64::GPR64spRegClass : &AArch64::GPR32spRegClass;
 1713     RC = &AArch64::GPR32spRegClass;
lib/Target/AArch64/AArch64InstrInfo.cpp
  585       MRI.constrainRegClass(SrcReg, &AArch64::GPR32spRegClass);
 2466   if (AArch64::GPR32spRegClass.contains(DestReg) &&
 2467       (AArch64::GPR32spRegClass.contains(SrcReg) || SrcReg == AArch64::WZR)) {
 4158       OrrRC = &AArch64::GPR32spRegClass;
 4202       SubRC = &AArch64::GPR32spRegClass;
 4250       OrrRC = &AArch64::GPR32spRegClass;