Home
last modified time | relevance | path

Searched refs:isFLATGlobal (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUWaitSGPRHazards.cpp231 if (SIInstrInfo::isFLAT(*MI) && !SIInstrInfo::isFLATGlobal(*MI)) in runOnMachineBasicBlock()
H A DSIInstrInfo.h647 static bool isFLATGlobal(const MachineInstr &MI) { in isFLATGlobal() function
651 bool isFLATGlobal(uint16_t Opcode) const { in isFLATGlobal() function
H A DSILoadStoreOptimizer.cpp678 SIInstrInfo::isFLATGlobal(*CI.I) && SIInstrInfo::isFLATGlobal(*Paired.I)) in getCommonInstClass()
2161 unsigned AS = SIInstrInfo::isFLATGlobal(MI) ? AMDGPUAS::GLOBAL_ADDRESS in promoteConstantOffsetToImm()
H A DSIInsertWaitcnts.cpp189 SIInstrInfo::isFLATGlobal(Inst) || SIInstrInfo::isFLATScratch(Inst); in updateVMCntOnly()
2171 if (TII->isFLATGlobal(MI)) in mayAccessScratchThroughFlat()
H A DSIInstrInfo.cpp3899 if ((isFLATScratch(MIa) && isFLATGlobal(MIb)) || in areMemAccessesTriviallyDisjoint()
3900 (isFLATGlobal(MIa) && isFLATScratch(MIb))) in areMemAccessesTriviallyDisjoint()