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

References

include/llvm/CodeGen/GlobalISel/IRTranslator.h
   78         DenseMap<const Value *, VRegListT *>::const_iterator;
   84     VRegListT *getVRegs(const Value &V) {
  116     VRegListT *insertVRegs(const Value &V) {
  121       auto *VRegList = new (VRegAlloc.Allocate()) VRegListT();
  134     SpecificBumpPtrAllocator<VRegListT> VRegAlloc;
  139     DenseMap<const Value *, VRegListT*> ValToVRegs;
  573   ValueToVRegInfo::VRegListT &allocateVRegs(const Value &Val);
lib/CodeGen/GlobalISel/IRTranslator.cpp
  160 IRTranslator::ValueToVRegInfo::VRegListT &