Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600EmitClauseMarkers.cpp52 if (TII->isLDSRetInstr(MI.getOpcode())) in OccupiedDwords()
H A DR600ExpandSpecialInstrs.cpp85 if (TII->isLDSRetInstr(MI.getOpcode())) { in runOnMachineFunction()
H A DR600InstrInfo.h87 bool isLDSRetInstr(unsigned Opcode) const;
H A DR600InstrInfo.cpp134 bool R600InstrInfo::isLDSRetInstr(unsigned Opcode) const { in isLDSRetInstr() function in R600InstrInfo
H A DR600ISelLowering.cpp223 if (TII->isLDSRetInstr(MI.getOpcode())) { in EmitInstrWithCustomInserter()