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.cpp406 Record *SingletonReg; member
410 IsIsolatedToken(IsIsolatedToken), SingletonReg(nullptr) {} in AsmOperand()
923 Op.SingletonReg = Reg->TheDef; in extractSingletonRegisterForAsmOperand()
932 Op.SingletonReg = Reg->TheDef; in extractSingletonRegisterForAsmOperand()
975 if (Record *Reg = Op.SingletonReg) in initialize()
1620 if (Record *RegRecord = Op.SingletonReg) { in buildInfo()