Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h85 bool hasInstrModifiers(unsigned Opcode) const;
H A DR600InstrInfo.cpp118 bool R600InstrInfo::hasInstrModifiers(unsigned Opcode) const { in hasInstrModifiers() function in R600InstrInfo
H A DR600ISelLowering.cpp2134 if (!TII->hasInstrModifiers(Opcode)) in PostISelFolding()