Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1093 bool IsFlat = TII->isFLATScratch(MI); in resolveFrameIndex() local
1109 TII->getNamedOperand(MI, IsFlat ? AMDGPU::OpName::saddr in resolveFrameIndex()
1118 if (IsFlat) { in resolveFrameIndex()
1583 bool IsFlat = TII->isFLATScratch(LoadStoreOp); in buildSpillLoadStore() local
1599 : (IsFlat && !IsAGPR) ? std::min(RegWidth, 16u) in buildSpillLoadStore()
1611 if (IsFlat && EltSize > 4) { in buildSpillLoadStore()
1619 assert((IsFlat || ((Offset % EltSize) == 0)) && in buildSpillLoadStore()
1634 if (IsFlat && SGPRBase) { in buildSpillLoadStore()
1659 IsFlat ? TII->isLegalFLATOffset(MaxOffset, AMDGPUAS::PRIVATE_ADDRESS, in buildSpillLoadStore()
1662 if (!IsOffsetLegal || (IsFlat && !SOffset && !ST.hasFlatScratchSTMode())) { in buildSpillLoadStore()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp219 bool &IsFlat) { in ParseLine() argument
231 IsFlat = true; in ParseLine()
381 bool IsFlat = false; in readImpl() local
384 Attributes, IsFlat)) { in readImpl()
437 if (IsFlat) { in readImpl()