Home
last modified time | relevance | path

Searched refs:isSOPC (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_ir.h1096 assert(isSOPC()); in sopc()
1101 assert(isSOPC()); in sopc()
1104 constexpr bool isSOPC() const noexcept { return format == Format::SOPC; } in isSOPC() function
1351 return isSOP1() || isSOP2() || isSOPC() || isSOPK() || isSOPP(); in isSALU()
Daco_optimizer_postRA.cpp280 if (instr->isSOPC() && in try_optimize_scc_nocompare()
Daco_optimizer.cpp4776 if (instr->isSOPC()) in apply_literals()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h373 static bool isSOPC(const MachineInstr &MI) { in isSOPC() function
377 bool isSOPC(uint16_t Opcode) const { in isSOPC() function
DSIShrinkInstructions.cpp664 if (MI.isCompare() && TII->isSOPC(MI)) { in runOnMachineFunction()
DSIInstrInfo.cpp3537 if (isSOP2(MI) || isSOPC(MI)) { in verifyInstruction()