Searched defs:hasModifiers (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ | ||
H A D | AMDGPUAsmParser.cpp | 84 bool hasModifiers() const { return hasFPModifiers() || hasIntModifiers(); } in hasModifiers() function |
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | SIInstrInfo.cpp | 4395 bool SIInstrInfo::hasModifiers(unsigned Opcode) const { hasModifiers() function in SIInstrInfo |