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

Declarations

include/llvm/CodeGen/MachineInstrBundle.h
  217   PhysRegInfo analyzePhysReg(unsigned Reg, const TargetRegisterInfo *TRI);

References

lib/CodeGen/InlineSpiller.cpp
  855         MIBundleOperands(*FoldMI).analyzePhysReg(Reg, &TRI);
lib/CodeGen/MachineBasicBlock.cpp
 1399         ConstMIOperands(*I).analyzePhysReg(Reg, TRI);
 1438           ConstMIOperands(*I).analyzePhysReg(Reg, TRI);
lib/Target/AArch64/AArch64ConditionalCompares.cpp
  355         MIOperands(*I).analyzePhysReg(AArch64::NZCV, TRI);