Home
last modified time | relevance | path

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

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