Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp176 return any_of(Inst->Operands, [](const CGIOperandList::OperandInfo &OpIn) { in hasRSTRegClass() argument
177 return OpIn.Rec->getName() == "RST"; in hasRSTRegClass()
183 return any_of(Inst->Operands, [](const CGIOperandList::OperandInfo &OpIn) { in hasPtrTailcallRegClass() argument
184 return OpIn.Rec->getName() == "ptr_rc_tailcall"; in hasPtrTailcallRegClass()