Lines Matching refs:OperandName
170 const Init *OperandName = DI->getArg(0), *NumBits = DI->getArg(1); in buildRec() local
171 if (!isa<StringInit>(OperandName) || !isa<IntInit>(NumBits)) in buildRec()
180 Segments.push_back({static_cast<unsigned>(NumBitsVal), OperandName, in buildRec()
189 Init *OperandName = DI->getArg(0), *HiBit = DI->getArg(1), in buildRec() local
191 if (!isa<StringInit>(OperandName) || !isa<IntInit>(HiBit) || in buildRec()
213 Init *const NewArgs[] = {OperandName, LoBit, HiBit}; in buildRec()
467 StringRef OperandName; in getInstructionCaseForEncoding() local
470 OperandName = SV->getValue(); in getInstructionCaseForEncoding()
474 OperandName = cast<StringInit>(DV->getArg(0))->getValue(); in getInstructionCaseForEncoding()
478 auto OpIdx = CGI.Operands.ParseOperandName(OperandName); in getInstructionCaseForEncoding()
486 SS.indent(I) << "// op: " << OperandName.drop_front(1) << "\n"; in getInstructionCaseForEncoding()