Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_ir.h1067 assert(isSOPP()); in sopp()
1072 assert(isSOPP()); in sopp()
1075 constexpr bool isSOPP() const noexcept { return format == Format::SOPP; } in isSOPP() function
1321 return isSOP1() || isSOP2() || isSOPC() || isSOPK() || isSOPP(); in isSALU()
Daco_statistics.cpp444 if (instr->isSOPP() && instr->sopp().block != -1) in collect_preasm_stats()
Daco_lower_to_hw_instr.cpp2219 if (inst->isSOPP()) { in lower_to_hw_instr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h389 static bool isSOPP(const MachineInstr &MI) { in isSOPP() function
393 bool isSOPP(uint16_t Opcode) const { in isSOPP() function
DGCNHazardRecognizer.cpp1007 if (TII->isSOPP(*MI)) in fixSMEMtoVectorWriteHazards()