Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp402 Record *SingletonReg; member
406 IsIsolatedToken(IsIsolatedToken), SingletonReg(nullptr) {} in AsmOperand()
909 Op.SingletonReg = Reg->TheDef; in extractSingletonRegisterForAsmOperand()
918 Op.SingletonReg = Reg->TheDef; in extractSingletonRegisterForAsmOperand()
962 if (Record *Reg = Op.SingletonReg) in initialize()
1594 if (Record *RegRecord = Op.SingletonReg) { in buildInfo()