Home
last modified time | relevance | path

Searched refs:SingletonReg (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp407 const Record *SingletonReg = nullptr; member
924 Op.SingletonReg = Reg->TheDef; in extractSingletonRegisterForAsmOperand()
933 Op.SingletonReg = Reg->TheDef; in extractSingletonRegisterForAsmOperand()
976 if (Op.SingletonReg) in initialize()
977 SingletonRegisters.insert(Op.SingletonReg); in initialize()
1618 if (const Record *RegRecord = Op.SingletonReg) { in buildInfo()