Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h628 static bool isFixedSize(const MachineInstr &MI) { in isFixedSize() function
632 bool isFixedSize(uint16_t Opcode) const { in isFixedSize() function
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h658 static bool isFixedSize(const MachineInstr &MI) { in isFixedSize() function
662 bool isFixedSize(uint16_t Opcode) const { in isFixedSize() function
/external/angle/src/libANGLE/
DSurface.cpp476 EGLint Surface::isFixedSize() const in isFixedSize() function in egl::Surface