Home
last modified time | relevance | path

Searched refs:isLDSRetInstr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600EmitClauseMarkers.cpp46 if (TII->isLDSRetInstr(MI.getOpcode())) in OccupiedDwords()
H A DR600ExpandSpecialInstrs.cpp86 if (TII->isLDSRetInstr(MI.getOpcode())) { in runOnMachineFunction()
H A DR600InstrInfo.h89 bool isLDSRetInstr(unsigned Opcode) const;
H A DR600InstrInfo.cpp130 bool R600InstrInfo::isLDSRetInstr(unsigned Opcode) const { in isLDSRetInstr() function in R600InstrInfo
H A DR600ISelLowering.cpp227 if (TII->isLDSRetInstr(MI.getOpcode())) { in EmitInstrWithCustomInserter()