Home
last modified time | relevance | path

Searched refs:hasCalculatedTID (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h119 bool hasCalculatedTID() const { return TIDReg != AMDGPU::NoRegister; }; in hasCalculatedTID() function
DSIInstrInfo.cpp693 if (!MFI->hasCalculatedTID()) { in calculateLDSSpillAddress()