Home
last modified time | relevance | path

Searched refs:isSegmentSpecificFLAT (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertHardClauses.cpp107 if (SIInstrInfo::isVMEM(MI) || SIInstrInfo::isSegmentSpecificFLAT(MI)) { in getHardClauseType()
131 if (SIInstrInfo::isVMEM(MI) || SIInstrInfo::isSegmentSpecificFLAT(MI)) { in getHardClauseType()
H A DSIInstrInfo.h618 static bool isSegmentSpecificFLAT(const MachineInstr &MI) { in isSegmentSpecificFLAT() function
623 bool isSegmentSpecificFLAT(uint16_t Opcode) const { in isSegmentSpecificFLAT() function
H A DGCNHazardRecognizer.cpp1337 SIInstrInfo::isVMEM(MI) || SIInstrInfo::isSegmentSpecificFLAT(MI); in shouldRunLdsBranchVmemWARHazardFixup()
1361 if (SIInstrInfo::isVMEM(MI) || SIInstrInfo::isSegmentSpecificFLAT(MI)) in fixLdsBranchVmemWARHazard()
H A DSIInstrInfo.cpp3748 return !isFLAT(MIb) || isSegmentSpecificFLAT(MIb); in areMemAccessesTriviallyDisjoint()
6124 assert(isSegmentSpecificFLAT(Inst)); in moveFlatAddrToVGPR()
6201 if (!isSegmentSpecificFLAT(MI)) in legalizeOperandsFLAT()