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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertHardClauses.cpp68 if (SIInstrInfo::isVMEM(MI) || SIInstrInfo::isSegmentSpecificFLAT(MI))
H A DSIInstrInfo.h509 static bool isSegmentSpecificFLAT(const MachineInstr &MI) { function in class:llvm::final
516 return isSegmentSpecificFLAT(MI);
H A DGCNHazardRecognizer.cpp1084 if (SIInstrInfo::isVMEM(*MI) || SIInstrInfo::isSegmentSpecificFLAT(*MI))
H A DSIInstrInfo.cpp2828 return !isFLAT(MIb) || isSegmentSpecificFLAT(MIb);

Completed in 112 milliseconds