Home
last modified time | relevance | path

Searched defs:isEXP (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h518 static bool isEXP(const MachineInstr &MI) { in isEXP() function
522 bool isEXP(uint16_t Opcode) const { in isEXP() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h555 static bool isEXP(const MachineInstr &MI) { in isEXP() function
567 bool isEXP(uint16_t Opcode) const { in isEXP() function
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_ir.h1214 constexpr bool isEXP() const noexcept { return format == Format::EXP; } in isEXP() function