Searched refs:hasModifiers (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp76 bool hasModifiers() const { return hasFPModifiers() || hasIntModifiers(); } function in struct:__anon2230::AMDGPUOperand::Modifiers
246 return isRegKind() && !hasModifiers();
375 return (isRegClass(RCID) || isInlinableImm(type)) && !hasModifiers();
890 bool hasModifiers() const { function in class:__anon2230::AMDGPUOperand
891 return getModifiers().hasModifiers();
1963 assert(!isImmTy(ImmTyNone) || !hasModifiers());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h841 bool hasModifiers(unsigned Opcode) const;
H A DSIInstrInfo.cpp3470 bool SIInstrInfo::hasModifiers(unsigned Opcode) const { function in class:SIInstrInfo

Completed in 275 milliseconds