Searched refs:isFLATGlobal (Results 1 – 5 of 5) sorted by relevance
231 if (SIInstrInfo::isFLAT(*MI) && !SIInstrInfo::isFLATGlobal(*MI)) in runOnMachineBasicBlock()
647 static bool isFLATGlobal(const MachineInstr &MI) { in isFLATGlobal() function651 bool isFLATGlobal(uint16_t Opcode) const { in isFLATGlobal() function
678 SIInstrInfo::isFLATGlobal(*CI.I) && SIInstrInfo::isFLATGlobal(*Paired.I)) in getCommonInstClass()2161 unsigned AS = SIInstrInfo::isFLATGlobal(MI) ? AMDGPUAS::GLOBAL_ADDRESS in promoteConstantOffsetToImm()
189 SIInstrInfo::isFLATGlobal(Inst) || SIInstrInfo::isFLATScratch(Inst); in updateVMCntOnly()2171 if (TII->isFLATGlobal(MI)) in mayAccessScratchThroughFlat()
3899 if ((isFLATScratch(MIa) && isFLATGlobal(MIb)) || in areMemAccessesTriviallyDisjoint()3900 (isFLATGlobal(MIa) && isFLATScratch(MIb))) in areMemAccessesTriviallyDisjoint()