Home
last modified time | relevance | path

Searched defs:isDPP (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h351 static bool isDPP(const MachineInstr &MI) { in isDPP() function
355 bool isDPP(uint16_t Opcode) const { in isDPP() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h558 static bool isDPP(const MachineInstr &MI) { in isDPP() function
562 bool isDPP(uint16_t Opcode) const { in isDPP() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h629 static bool isDPP(const MachineInstr &MI) { in isDPP() function
633 bool isDPP(uint16_t Opcode) const { in isDPP() function
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_ir.h1341 constexpr bool isDPP() const noexcept { return isDPP16() || isDPP8(); } in isDPP() function