Home
last modified time | relevance | path

Searched refs:isSOP1 (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_ir.h1052 assert(isSOP1()); in sop1()
1057 assert(isSOP1()); in sop1()
1060 constexpr bool isSOP1() const noexcept { return format == Format::SOP1; } in isSOP1() function
1351 return isSOP1() || isSOP2() || isSOPC() || isSOPK() || isSOPP(); in isSALU()
Daco_spill.cpp320 assert((instr->isVOP1() || instr->isSOP1() || instr->isPseudo() || instr->isSOPK()) && in do_reload()
331 } else if (instr->isSOP1()) { in do_reload()
Daco_validate.cpp383 if (instr->isSOP1() || instr->isSOP2()) { in validate_ir()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h357 static bool isSOP1(const MachineInstr &MI) { in isSOP1() function
361 bool isSOP1(uint16_t Opcode) const { in isSOP1() function