Home
last modified time | relevance | path

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

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