Home
last modified time | relevance | path

Searched refs:InstrName (Results 1 – 25 of 79) sorted by relevance

1234

/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp133 const llvm::StringRef InstrName = State->getInstrInfo().getName(InstrNo); in getInstrName() local
134 if (InstrName.empty()) in getInstrName()
136 return InstrName; in getInstrName()
139 unsigned getInstrOpcode(llvm::StringRef InstrName) { in getInstrOpcode()
142 if (InstrInfo.getName(I) == InstrName) in getInstrOpcode()
144 ErrorStream << "No opcode with name " << InstrName; in getInstrOpcode()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp160 const StringRef InstrName = State->getInstrInfo().getName(InstrNo); in getInstrName() local
161 if (InstrName.empty()) in getInstrName()
163 return InstrName; in getInstrName()
166 unsigned getInstrOpcode(StringRef InstrName) { in getInstrOpcode()
167 auto Iter = OpcodeNameToOpcodeIdx.find(InstrName); in getInstrOpcode()
170 ErrorStream << "No opcode with name '" << InstrName << "'\n"; in getInstrOpcode()
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp160 const StringRef InstrName = State->getInstrInfo().getName(InstrNo); in getInstrName() local
161 if (InstrName.empty()) in getInstrName()
163 return InstrName; in getInstrName()
166 unsigned getInstrOpcode(StringRef InstrName) { in getInstrOpcode()
167 auto Iter = OpcodeNameToOpcodeIdx.find(InstrName); in getInstrOpcode()
170 ErrorStream << "No opcode with name '" << InstrName << "'\n"; in getInstrOpcode()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp160 const StringRef InstrName = State->getInstrInfo().getName(InstrNo); in getInstrName() local
161 if (InstrName.empty()) in getInstrName()
163 return InstrName; in getInstrName()
166 unsigned getInstrOpcode(StringRef InstrName) { in getInstrOpcode()
167 auto Iter = OpcodeNameToOpcodeIdx.find(InstrName); in getInstrOpcode()
170 ErrorStream << "No opcode with name '" << InstrName << "'\n"; in getInstrOpcode()
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp160 const StringRef InstrName = State->getInstrInfo().getName(InstrNo); in getInstrName() local
161 if (InstrName.empty()) in getInstrName()
163 return InstrName; in getInstrName()
166 unsigned getInstrOpcode(StringRef InstrName) { in getInstrOpcode()
167 auto Iter = OpcodeNameToOpcodeIdx.find(InstrName); in getInstrOpcode()
170 ErrorStream << "No opcode with name '" << InstrName << "'\n"; in getInstrOpcode()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp160 const StringRef InstrName = State->getInstrInfo().getName(InstrNo); in getInstrName() local
161 if (InstrName.empty()) in getInstrName()
163 return InstrName; in getInstrName()
166 unsigned getInstrOpcode(StringRef InstrName) { in getInstrOpcode()
167 auto Iter = OpcodeNameToOpcodeIdx.find(InstrName); in getInstrOpcode()
170 ErrorStream << "No opcode with name '" << InstrName << "'\n"; in getInstrOpcode()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp160 const StringRef InstrName = State->getInstrInfo().getName(InstrNo); in getInstrName() local
161 if (InstrName.empty()) in getInstrName()
163 return InstrName; in getInstrName()
166 unsigned getInstrOpcode(StringRef InstrName) { in getInstrOpcode()
167 auto Iter = OpcodeNameToOpcodeIdx.find(InstrName); in getInstrOpcode()
170 ErrorStream << "No opcode with name '" << InstrName << "'\n"; in getInstrOpcode()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp160 const StringRef InstrName = State->getInstrInfo().getName(InstrNo); in getInstrName() local
161 if (InstrName.empty()) in getInstrName()
163 return InstrName; in getInstrName()
166 unsigned getInstrOpcode(StringRef InstrName) { in getInstrOpcode()
167 auto Iter = OpcodeNameToOpcodeIdx.find(InstrName); in getInstrOpcode()
170 ErrorStream << "No opcode with name '" << InstrName << "'\n"; in getInstrOpcode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp160 const StringRef InstrName = State->getInstrInfo().getName(InstrNo); in getInstrName() local
161 if (InstrName.empty()) in getInstrName()
163 return InstrName; in getInstrName()
166 unsigned getInstrOpcode(StringRef InstrName) { in getInstrOpcode()
167 auto Iter = OpcodeNameToOpcodeIdx.find(InstrName); in getInstrOpcode()
170 ErrorStream << "No opcode with name '" << InstrName << "'\n"; in getInstrOpcode()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp160 const StringRef InstrName = State->getInstrInfo().getName(InstrNo); in getInstrName() local
161 if (InstrName.empty()) in getInstrName()
163 return InstrName; in getInstrName()
166 unsigned getInstrOpcode(StringRef InstrName) { in getInstrOpcode()
167 auto Iter = OpcodeNameToOpcodeIdx.find(InstrName); in getInstrOpcode()
170 ErrorStream << "No opcode with name '" << InstrName << "'\n"; in getInstrOpcode()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp160 const StringRef InstrName = State->getInstrInfo().getName(InstrNo); in getInstrName() local
161 if (InstrName.empty()) in getInstrName()
163 return InstrName; in getInstrName()
166 unsigned getInstrOpcode(StringRef InstrName) { in getInstrOpcode()
167 auto Iter = OpcodeNameToOpcodeIdx.find(InstrName); in getInstrOpcode()
170 ErrorStream << "No opcode with name '" << InstrName << "'\n"; in getInstrOpcode()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp160 const StringRef InstrName = State->getInstrInfo().getName(InstrNo); in getInstrName() local
161 if (InstrName.empty()) in getInstrName()
163 return InstrName; in getInstrName()
166 unsigned getInstrOpcode(StringRef InstrName) { in getInstrOpcode()
167 auto Iter = OpcodeNameToOpcodeIdx.find(InstrName); in getInstrOpcode()
170 ErrorStream << "No opcode with name '" << InstrName << "'\n"; in getInstrOpcode()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp160 const StringRef InstrName = State->getInstrInfo().getName(InstrNo); in getInstrName() local
161 if (InstrName.empty()) in getInstrName()
163 return InstrName; in getInstrName()
166 unsigned getInstrOpcode(StringRef InstrName) { in getInstrOpcode()
167 auto Iter = OpcodeNameToOpcodeIdx.find(InstrName); in getInstrOpcode()
170 ErrorStream << "No opcode with name '" << InstrName << "'\n"; in getInstrOpcode()
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp160 const llvm::StringRef InstrName = State->getInstrInfo().getName(InstrNo); in getInstrName() local
161 if (InstrName.empty()) in getInstrName()
163 return InstrName; in getInstrName()
166 unsigned getInstrOpcode(llvm::StringRef InstrName) { in getInstrOpcode()
167 auto Iter = OpcodeNameToOpcodeIdx.find(InstrName); in getInstrOpcode()
170 ErrorStream << "No opcode with name '" << InstrName << "'\n"; in getInstrOpcode()
/dports/devel/asl/asl-current/
H A Dcodes12z.c2476 char InstrName[20]; in AddCondition() local
2478 …as_snprintf(InstrName, sizeof(InstrName), pName, "NE"); AddInstTable(InstTable, InstrName, Code | … in AddCondition()
2479 …as_snprintf(InstrName, sizeof(InstrName), pName, "EQ"); AddInstTable(InstTable, InstrName, Code | … in AddCondition()
2480 …as_snprintf(InstrName, sizeof(InstrName), pName, "PL"); AddInstTable(InstTable, InstrName, Code | … in AddCondition()
2481 …as_snprintf(InstrName, sizeof(InstrName), pName, "MI"); AddInstTable(InstTable, InstrName, Code | … in AddCondition()
2482 …as_snprintf(InstrName, sizeof(InstrName), pName, "GT"); AddInstTable(InstTable, InstrName, Code | … in AddCondition()
2483 …as_snprintf(InstrName, sizeof(InstrName), pName, "LE"); AddInstTable(InstTable, InstrName, Code | … in AddCondition()
/dports/science/mcstas/mcstas-2.5-src/src/
H A Dmcformat.c.in353 char *InstrName; member
411 McStasStruct.InstrName = NULL;
472 printf(" InstrName = %s\n", McStasStruct.InstrName );
526 memfree(McStasStruct.InstrName);
679 if (!McStasStruct.InstrName && !McStasStruct.Source)
689 ext = strstr(McStasStruct.InstrName, ".ins");
691 if (ext) McStasStruct.Source = str_dup_n(McStasStruct.InstrName, (ext-McStasStruct.InstrName));
1056 mcinstrnames[i]= str_dup(McStasStruct.InstrName);
1285 /* Names check: InstrName, Source and component */
1288 (!ThisStruct.InstrName || !McStasStruct.InstrName
[all …]
/dports/science/mcxtrace/mcxtrace-1.2-src/src/
H A Dmcformat.c.in353 char *InstrName; member
411 McStasStruct.InstrName = NULL;
472 printf(" InstrName = %s\n", McStasStruct.InstrName );
526 memfree(McStasStruct.InstrName);
679 if (!McStasStruct.InstrName && !McStasStruct.Source)
689 ext = strstr(McStasStruct.InstrName, ".ins");
691 if (ext) McStasStruct.Source = str_dup_n(McStasStruct.InstrName, (ext-McStasStruct.InstrName));
1060 mcinstrnames[i]= str_dup(McStasStruct.InstrName);
1289 /* Names check: InstrName, Source and component */
1292 (!ThisStruct.InstrName || !McStasStruct.InstrName
[all …]
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/db/
H A DInstrumentsDb.h637 int GetInstrumentId(int DirId, String InstrName);
696 void CopyInstrument(int InstrId, String InstrName, int DstDirId, String DstDir);
H A DInstrumentsDb.cpp910 int InstrumentsDb::GetInstrumentId(int DirId, String InstrName) { in GetInstrumentId() argument
911 … dmsg(2,("InstrumentsDb: GetInstrumentId(DirId=%d,InstrName=%s)\n", DirId, InstrName.c_str())); in GetInstrumentId()
912 if (DirId == -1 || InstrName.empty()) return -1; in GetInstrumentId()
917 return ExecSqlInt(sql.str(), toDbName(InstrName)); in GetInstrumentId()
1130 void InstrumentsDb::CopyInstrument(int InstrId, String InstrName, int DstDirId, String DstDir) { in CopyInstrument() argument
1131 if (GetInstrumentId(DstDirId, InstrName) != -1) { in CopyInstrument()
1132 String s = toEscapedPath(InstrName); in CopyInstrument()
1136 if (GetDirectoryId(DstDirId, InstrName) != -1) { in CopyInstrument()
1137 String s = toEscapedPath(InstrName); in CopyInstrument()
1154 String s = toDbName(InstrName); in CopyInstrument()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/CodeGen/MIRParser/
H A DMIParser.h99 bool parseInstrName(StringRef InstrName, unsigned &OpCode);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h100 bool parseInstrName(StringRef InstrName, unsigned &OpCode);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h100 bool parseInstrName(StringRef InstrName, unsigned &OpCode);
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/CodeGen/MIRParser/
H A DMIParser.h99 bool parseInstrName(StringRef InstrName, unsigned &OpCode);
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h100 bool parseInstrName(StringRef InstrName, unsigned &OpCode);
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/CodeGen/MIRParser/
H A DMIParser.h100 bool parseInstrName(StringRef InstrName, unsigned &OpCode);

1234