Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64InsnHelpers.h136 static bool isMAC(InsnType insn) { in isMAC() function
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLCaps.cpp4215 static constexpr bool isMAC = true; in applyDriverCorrectnessWorkarounds() local
4217 static constexpr bool isMAC = false; in applyDriverCorrectnessWorkarounds() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp461 bool isMAC(unsigned Opc) { in isMAC() function