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

Declarations

include/llvm/CodeGen/GlobalISel/Utils.h
  129 getConstantVRegValWithLookThrough(unsigned VReg, const MachineRegisterInfo &MRI,

References

lib/CodeGen/GlobalISel/CombinerHelper.cpp
  894   auto ValVRegAndVal = getConstantVRegValWithLookThrough(Val, MRI);
  943   auto ValVRegAndVal = getConstantVRegValWithLookThrough(Val, MRI);
 1276   auto LenVRegAndVal = getConstantVRegValWithLookThrough(Len, MRI);
lib/CodeGen/GlobalISel/InstructionSelector.cpp
   52     if (auto VRegVal = getConstantVRegValWithLookThrough(MO.getReg(), MRI))
lib/CodeGen/GlobalISel/Utils.cpp
  210       getConstantVRegValWithLookThrough(VReg, MRI, /*LookThroughInstrs*/ false);
lib/Target/AArch64/AArch64InstructionSelector.cpp
  965   auto VRegAndVal = getConstantVRegValWithLookThrough(RHS, MRI);
  969   VRegAndVal = getConstantVRegValWithLookThrough(RHS, MRI);
 2887   auto VRegAndVal = getConstantVRegValWithLookThrough(LaneIdxOp.getReg(), MRI);
 3207   auto ValAndVReg = getConstantVRegValWithLookThrough(RHS, MRI);
 3507         getConstantVRegValWithLookThrough(DefMI->getOperand(1).getReg(), MRI);
 3556     auto ValAndVReg = getConstantVRegValWithLookThrough(RHS.getReg(), MRI);
 3792   auto VRegAndVal = getConstantVRegValWithLookThrough(IdxReg, MRI);
 4026         getConstantVRegValWithLookThrough(Root.getReg(), MRI, true);
 4222   auto ValAndVReg = getConstantVRegValWithLookThrough(ConstantReg, MRI);
 4231     ValAndVReg = getConstantVRegValWithLookThrough(ConstantReg, MRI);