Lines Matching refs:CustomEncoder
139 StringRef CustomEncoder; in buildRec() local
141 CustomEncoder = getCustomEncoderName(DI->getArg(2)); in buildRec()
143 {static_cast<unsigned>(NumBitsVal), OperandName, CustomEncoder}); in buildRec()
170 StringRef CustomEncoder; in buildRec() local
172 CustomEncoder = getCustomEncoderName(DI->getArg(3)); in buildRec()
179 CustomEncoder}); in buildRec()
181 Segments.push_back({NumBits, DI, CustomEncoder}); in buildRec()
452 StringRef CustomEncoder = CGI.Operands[OpIdx.first].EncoderMethodName; in getInstructionCaseForEncoding() local
453 if (ES.CustomEncoder.size()) in getInstructionCaseForEncoding()
454 CustomEncoder = ES.CustomEncoder; in getInstructionCaseForEncoding()
458 if (CustomEncoder.empty()) in getInstructionCaseForEncoding()
462 SS.indent(6) << CustomEncoder << "(MI, /*OpIdx=*/" << utostr(FlatOpIdx); in getInstructionCaseForEncoding()