reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1723 OperandName = Operands[Idx.first].Name; 1770 int TiedSrcOperand = findAsmOperandOriginallyNamed(OpInfo.Name); 1780 int SrcOperand = findAsmOperandNamed(OpInfo.Name); 1781 if (OpInfo.Name.empty() || SrcOperand == -1) { 1801 AsmOperands[SrcOperand+AI].SrcOpName == OpInfo.Name && 1873 const std::string &OpName = OpInfo->Name;utils/TableGen/CodeGenDAGPatterns.cpp
3667 const std::string &OpName = CGI.Operands[i].Name; 3699 const std::string &OpName = Op.Name;utils/TableGen/CodeGenInstruction.cpp
166 if (OperandList[i].Name == Name) {
utils/TableGen/FixedLenDecoderEmitter.cpp 1927 const std::string &Name = CGI.Operands[SO.first].Name;
utils/TableGen/GlobalISelEmitter.cpp4229 DstMIBuilder.addRenderer<CopyRenderer>(DstIOperand.Name); 4591 OM0.setSymbolicName(DstIOperand.Name); 4597 DstMIBuilder.addRenderer<CopyRenderer>(DstIOperand.Name); 4661 OM.setSymbolicName(DstIOperand.Name); 4672 OM.setSymbolicName(DstIOperand.Name); 4684 OM.setSymbolicName(DstIOperand.Name);utils/TableGen/InstrDocsEmitter.cpp
170 << "/" << SubOpTypeName << ":$" << Op.Name << "."; 181 << ":$" << Op.Name << "``\n\n";utils/TableGen/InstrInfoEmitter.cpp
233 StrUintMapIter I = Operands.find(Info.Name); 237 std::pair<std::string, unsigned>(Info.Name, NumOperands++));utils/TableGen/PseudoLoweringEmitter.cpp
170 SourceOperands[SourceInsn.Operands[i].Name] = i; 224 o << " // Operand: " << DestOperand.Name << "\n";utils/TableGen/RISCVCompressInstEmitter.cpp
677 CodeStream.indent(6) << "// Operand: " + DestOperand.Name + "\n";