Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h88 bool isLDSRetInstr(unsigned Opcode) const;
H A DR600ExpandSpecialInstrs.cpp85 if (TII->isLDSRetInstr(MI.getOpcode())) { in runOnMachineFunction()
H A DR600EmitClauseMarkers.cpp51 if (TII->isLDSRetInstr(MI.getOpcode())) in OccupiedDwords()
H A DR600InstrInfo.cpp132 bool R600InstrInfo::isLDSRetInstr(unsigned Opcode) const { in isLDSRetInstr() function in R600InstrInfo
H A DR600ISelLowering.cpp275 if (TII->isLDSRetInstr(MI.getOpcode())) { in EmitInstrWithCustomInserter()