Home
last modified time | relevance | path

Searched refs:hasInstrModifiers (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h86 bool hasInstrModifiers(unsigned Opcode) const;
H A DR600InstrInfo.cpp116 bool R600InstrInfo::hasInstrModifiers(unsigned Opcode) const { in hasInstrModifiers() function in R600InstrInfo
H A DR600ISelLowering.cpp2174 if (!TII->hasInstrModifiers(Opcode)) in PostISelFolding()