Searched defs:getSpecifier (Results 1 – 6 of 6) sorted by relevance
46 uint32_t getSpecifier() const { return Specifier; } in getSpecifier() function
233 uint16_t getSpecifier() const { return getSubclassData(); } in getSpecifier() function508 Spec getSpecifier() const { return getSubclassData(); } in getSpecifier() function
128 static inline AMDGPUMCExpr::Specifier getSpecifier(const MCSymbolRefExpr *SRE) { in getSpecifier() function
136 static inline uint16_t getSpecifier(const MCSymbolRefExpr *SRE) { in getSpecifier() function
48 static AMDGPUMCExpr::Specifier getSpecifier(unsigned MOFlags) { in getSpecifier() function
875 auto getSpecifier = [&](const MachineOperand &MO) { in emitInstruction() local