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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp109 if (TII.isDS(MI.getOpcode())) {
920 if (!SIInstrInfo::isVMEM(*I) && !SIInstrInfo::isDS(*I) &&
1082 if (SIInstrInfo::isDS(*MI))
H A DSIInsertWaitcnts.cpp542 if (TII->isDS(Inst) && (Inst.mayStore() || Inst.mayLoad())) {
670 if (TII->isDS(Inst) && Inst.mayStore()) {
1213 if (TII->isDS(Inst) && TII->usesLGKM_CNT(Inst)) {
H A DSIInstrInfo.h477 static bool isDS(const MachineInstr &MI) { function in class:llvm::final
481 bool isDS(uint16_t Opcode) const { function in class:llvm::final
H A DSIInstrInfo.cpp169 if (isDS(Opc0) && isDS(Opc1)) {
283 if (isDS(LdSt)) {
2824 if (isDS(MIa)) {
2825 if (isDS(MIb))

Completed in 52 milliseconds