Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h86 bool hasInstrModifiers(unsigned Opcode) const;
DR600InstrInfo.cpp139 bool R600InstrInfo::hasInstrModifiers(unsigned Opcode) const { in hasInstrModifiers() function in R600InstrInfo
DR600ISelLowering.cpp2264 if (!TII->hasInstrModifiers(Opcode)) in PostISelFolding()