Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1852 const auto &DstIOperand = Inst.Operands[0]; in inferRegClassFromPattern() local
1853 Record *DstIOpRec = DstIOperand.Rec; in inferRegClassFromPattern()
1987 const auto &DstIOperand = DstI.Operands[0]; in runOnPattern() local
1990 OM0.setSymbolicName(DstIOperand.Name); in runOnPattern()
1996 DstMIBuilder.addRenderer<CopyRenderer>(DstIOperand.Name); in runOnPattern()
2047 const auto &DstIOperand = DstI.Operands[OpIdx]; in runOnPattern() local
2049 DstIOperand.Rec; in runOnPattern()
2095 OM.setSymbolicName(getMangledRootDefName(DstIOperand.Name)); in runOnPattern()