Lines Matching refs:OperandName
131 const Init *OperandName = DI->getArg(0), *NumBits = DI->getArg(1); in buildRec() local
132 if (!isa<StringInit>(OperandName) || !isa<IntInit>(NumBits)) in buildRec()
143 {static_cast<unsigned>(NumBitsVal), OperandName, CustomEncoder}); in buildRec()
151 Init *OperandName = DI->getArg(0), *HiBit = DI->getArg(1), in buildRec() local
153 if (!isa<StringInit>(OperandName) || !isa<IntInit>(HiBit) || in buildRec()
176 Init *const NewArgs[] = {OperandName, LoBit, HiBit}; in buildRec()
439 StringRef OperandName; in getInstructionCaseForEncoding() local
442 OperandName = SV->getValue(); in getInstructionCaseForEncoding()
446 OperandName = cast<StringInit>(DV->getArg(0))->getValue(); in getInstructionCaseForEncoding()
450 auto OpIdx = CGI.Operands.ParseOperandName(OperandName); in getInstructionCaseForEncoding()
457 SS.indent(6) << "// op: " << OperandName.drop_front(1) << "\n"; in getInstructionCaseForEncoding()