Searched refs:isFLATGlobal (Results 1 – 4 of 4) sorted by relevance
628 static bool isFLATGlobal(const MachineInstr &MI) { in isFLATGlobal() function632 bool isFLATGlobal(uint16_t Opcode) const { in isFLATGlobal() function
650 SIInstrInfo::isFLATGlobal(*CI.I) && SIInstrInfo::isFLATGlobal(*Paired.I)) in getCommonInstClass()2094 unsigned AS = SIInstrInfo::isFLATGlobal(MI) ? AMDGPUAS::GLOBAL_ADDRESS in promoteConstantOffsetToImm()
172 return SIInstrInfo::isVMEM(Inst) || SIInstrInfo::isFLATGlobal(Inst) || in updateVMCntOnly()1960 if (TII->isFLATGlobal(MI)) in mayAccessScratchThroughFlat()
3773 if ((isFLATScratch(MIa) && isFLATGlobal(MIb)) || in areMemAccessesTriviallyDisjoint()3774 (isFLATGlobal(MIa) && isFLATScratch(MIb))) in areMemAccessesTriviallyDisjoint()