Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h87 bool hasInstrModifiers(unsigned Opcode) const;
H A DR600InstrInfo.cpp140 bool R600InstrInfo::hasInstrModifiers(unsigned Opcode) const { in hasInstrModifiers() function in R600InstrInfo
H A DR600ISelLowering.cpp2268 if (!TII->hasInstrModifiers(Opcode)) in PostISelFolding()