HomeSort by relevance Sort by last modified time
    Searched refs:SGPRSpillVGPRCSR (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h 205 struct SGPRSpillVGPRCSR {
213 SGPRSpillVGPRCSR(unsigned V, Optional<int> F) : VGPR(V), FI(F) {}
224 SmallVector<SGPRSpillVGPRCSR, 2> SpillVGPRs;
235 ArrayRef<SGPRSpillVGPRCSR> getSGPRSpillVGPRs() const {
SIMachineFunctionInfo.cpp 292 SpillVGPRs.push_back(SGPRSpillVGPRCSR(LaneVGPR, CSRSpillFI));
SIFrameLowering.cpp 594 for (const SIMachineFunctionInfo::SGPRSpillVGPRCSR &Reg
614 for (const SIMachineFunctionInfo::SGPRSpillVGPRCSR &Reg

Completed in 595 milliseconds