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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInsertHardClauses.cpp82 if (SIInstrInfo::isVMEM(MI) || SIInstrInfo::isSegmentSpecificFLAT(MI)) {
H A DSIInstrInfo.h509 static bool isSegmentSpecificFLAT(const MachineInstr &MI) { function in class:llvm::final
514 bool isSegmentSpecificFLAT(uint16_t Opcode) const { function in class:llvm::final
H A DGCNHazardRecognizer.cpp1084 if (SIInstrInfo::isVMEM(MI) || SIInstrInfo::isSegmentSpecificFLAT(MI))
H A DSIInstrInfo.cpp2992 return !isFLAT(MIb) || isSegmentSpecificFLAT(MIb);
4989 assert(isSegmentSpecificFLAT(Inst));
5066 if (!isSegmentSpecificFLAT(MI))

Completed in 203 milliseconds