reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
263 std::vector<SpilledReg> &SpillLanes = SGPRToVGPRSpills[FI]; 294 SGPRToVGPRSpills.erase(FI); 391 for (auto &R : SGPRToVGPRSpills) {lib/Target/AMDGPU/SIMachineFunctionInfo.h
487 auto I = SGPRToVGPRSpills.find(FrameIndex); 488 return (I == SGPRToVGPRSpills.end()) ?