| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | CommandLine.cpp | 109 size_t Len = ArgName.size(); in argPlusPrefixesSize() 137 StringRef ArgName; member in __anon7ff628370111::PrintArg 140 PrintArg(StringRef ArgName, size_t Pad = DefaultPad) : ArgName(ArgName), Pad(Pad) {} in PrintArg() argument 145 OS << argPrefix(Arg.ArgName, Arg.Pad) << Arg.ArgName; in operator <<() 1486 if (!ArgName.empty() && ArgName[0] == '-') { in ParseCommandLineOptions() 1488 ArgName = ArgName.substr(1); in ParseCommandLineOptions() 1500 if (!ArgName.empty() && ArgName[0] == '-') { in ParseCommandLineOptions() 1502 ArgName = ArgName.substr(1); in ParseCommandLineOptions() 1677 if (!ArgName.data()) in error() 1678 ArgName = ArgStr; in error() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 256 virtual bool handleOccurrence(unsigned pos, StringRef ArgName, 845 ArgVal = ArgName; 934 bool parse(Option &O, StringRef ArgName, StringRef Arg, bool &Val); 987 bool parse(Option &O, StringRef ArgName, StringRef Arg, int &Val); 1099 bool parse(Option &O, StringRef ArgName, StringRef Arg, 1427 bool handleOccurrence(unsigned pos, StringRef ArgName, 1431 if (Parser.parse(*this, ArgName, Arg, Val)) 1642 bool handleOccurrence(unsigned pos, StringRef ArgName, 1646 if (Parser.parse(*this, ArgName, Arg, Val)) 1797 bool handleOccurrence(unsigned pos, StringRef ArgName, [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GICombinerEmitter.cpp | 183 bool parseInstructionMatcher(const CodeGenTarget &Target, StringInit *ArgName, 188 StringInit *ArgName, const Init &Arg); 398 const CodeGenTarget &Target, StringInit *ArgName, const Init &Arg, in parseInstructionMatcher() argument 406 StringRef Name = ArgName ? ArgName->getValue() : ""; in parseInstructionMatcher() 453 StringInit *ArgName, in parseWipMatchOpcodeMatcher() argument 457 StringRef Name = ArgName ? ArgName->getValue() : ""; in parseWipMatchOpcodeMatcher() 464 return ArgName && X.getPatternSymbol() == ArgName->getValue(); in parseWipMatchOpcodeMatcher()
|
| H A D | CodeGenInstruction.cpp | 62 StringRef ArgName; in CGIOperandList() local 65 ArgName = OutDI->getArgNameStr(i); in CGIOperandList() 68 ArgName = InDI->getArgNameStr(i-NumDefs); in CGIOperandList() 126 if (ArgName.empty()) in CGIOperandList() 130 if (!OperandNames.insert(std::string(ArgName)).second) in CGIOperandList() 137 Rec, std::string(ArgName), std::string(PrintMethod), in CGIOperandList()
|
| H A D | GlobalISelEmitter.cpp | 3630 StringRef ArgName, StringRef AdditionalArgs, 5426 StringRef ArgType, StringRef ArgName, StringRef AdditionalArgs, in emitCxxPredicateFns() argument 5450 OS << "bool " << Target.getName() << "InstructionSelector::test" << ArgName in emitCxxPredicateFns() 5452 << ArgName << AdditionalArgs <<") const {\n" in emitCxxPredicateFns()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfiling.h | 131 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType) ArgType ArgName argument
|
| /freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangAttrEmitter.cpp | 665 ArgName(getLowerName().str() + "_"), ArgSizeName(ArgName + "Size"), in VariadicArgument() 1307 if (ArgName == "AlignedArgument") in createArgument() 1309 else if (ArgName == "EnumArgument") in createArgument() 1311 else if (ArgName == "ExprArgument") in createArgument() 1313 else if (ArgName == "DeclArgument") in createArgument() 1321 else if (ArgName == "BoolArgument") in createArgument() 1326 else if (ArgName == "IntArgument") in createArgument() 1328 else if (ArgName == "StringArgument") in createArgument() 1330 else if (ArgName == "TypeArgument") in createArgument() 1332 else if (ArgName == "UnsignedArgument") in createArgument() [all …]
|
| H A D | MveEmitter.cpp | 1168 StringRef ArgName = D->getArgNameStr(i); in getCodeForDag() local 1169 if (!ArgName.empty()) in getCodeForDag() 1170 SubScope[std::string(ArgName)] = V; in getCodeForDag() 1427 StringRef ArgName = ArgsDag->getArgNameStr(i); in ACLEIntrinsic() local 1428 if (!ArgName.empty()) in ACLEIntrinsic() 1429 Scope[std::string(ArgName)] = in ACLEIntrinsic()
|
| H A D | NeonEmitter.cpp | 521 std::pair<Type, std::string> emitDagArg(Init *Arg, std::string ArgName); 1781 Intrinsic::DagEmitter::emitDagArg(Init *Arg, std::string ArgName) { in emitDagArg() argument 1782 if (!ArgName.empty()) { in emitDagArg() 1785 assert_with_loc(Intr.Variables.find(ArgName) != Intr.Variables.end(), in emitDagArg() 1787 Variable &V = Intr.Variables[ArgName]; in emitDagArg()
|
| /freebsd-13.1/sys/contrib/dev/acpica/compiler/ |
| H A D | aslmethod.c | 202 char ArgName[] = "Arg0"; in MtMethodAnalysisWalkBegin() local 436 ArgName[strlen (ArgName) -1] = (char) (RegisterNumber + 0x30); in MtMethodAnalysisWalkBegin() 456 AslError (ASL_ERROR, ASL_MSG_ARG_INIT, Op, ArgName); in MtMethodAnalysisWalkBegin() 463 AslError (ASL_REMARK, ASL_MSG_NOT_PARAMETER, Op, ArgName); in MtMethodAnalysisWalkBegin()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600OpenCLImageTypeLoweringPass.cpp | 295 auto ArgName = Arg.getName(); in addImplicitArgs() local 296 NewFArgIt->setName(ArgName); in addImplicitArgs() 299 (NewFArgIt++)->setName(Twine("__size_") + ArgName); in addImplicitArgs() 300 (NewFArgIt++)->setName(Twine("__format_") + ArgName); in addImplicitArgs()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CommandLineSourceLoc.h | 117 inline bool parse(Option &O, StringRef ArgName, StringRef ArgValue, 123 parse(Option &O, StringRef ArgName, StringRef ArgValue, in parse() argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | DetailedRecordsBackend.cpp | 145 for (const Init *ArgName : Args) { in printTemplateArgs() local 146 const RecordVal *Value = Rec->getValue(ArgName); in printTemplateArgs()
|
| H A D | Record.cpp | 1227 StringInit *ArgName = MHSd->getArgName(i); in ForeachDagApply() local 1234 NewArgs.push_back(std::make_pair(NewArg, ArgName)); in ForeachDagApply()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Remarks/ |
| H A D | HotnessThresholdParser.h | 49 bool parse(cl::Option &O, StringRef ArgName, StringRef Arg, in parse() argument
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | CommonArgs.cpp | 171 const char *ArgName, const char *EnvVar) { in addDirectoryList() argument 178 StringRef Name(ArgName); in addDirectoryList() 190 CmdArgs.push_back(Args.MakeArgString(std::string(ArgName) + ".")); in addDirectoryList() 192 CmdArgs.push_back(ArgName); in addDirectoryList() 198 Args.MakeArgString(std::string(ArgName) + Dirs.substr(0, Delim))); in addDirectoryList() 200 CmdArgs.push_back(ArgName); in addDirectoryList() 209 CmdArgs.push_back(Args.MakeArgString(std::string(ArgName) + ".")); in addDirectoryList() 211 CmdArgs.push_back(ArgName); in addDirectoryList() 216 CmdArgs.push_back(Args.MakeArgString(std::string(ArgName) + Dirs)); in addDirectoryList() 218 CmdArgs.push_back(ArgName); in addDirectoryList()
|
| H A D | CommonArgs.h | 102 llvm::opt::ArgStringList &CmdArgs, const char *ArgName,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Edit/ |
| H A D | EditedSource.cpp | 47 StringRef ArgName = Lexer::getSpelling(SourceMgr.getSpellingLoc(DefArgLoc), in deconstructMacroArgLoc() local 50 if (!ArgName.empty()) in deconstructMacroArgLoc() 51 ArgUse = {&IdentTable.get(ArgName), ImmediateExpansionLoc, in deconstructMacroArgLoc()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 58 bool parse(Option &O, StringRef ArgName, StringRef Arg, OffsetOption &Val) { in parse() argument 90 bool parse(Option &O, StringRef ArgName, StringRef Arg, BoolOption &Val) { in parse() argument
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 3115 std::string ArgName = "arg"; ArgName += utostr(i); in SynthMsgSendStretCallExpr() local 3117 str += ", "; str += ArgName; in SynthMsgSendStretCallExpr() 3121 std::string ArgName = "arg"; ArgName += utostr(i); in SynthMsgSendStretCallExpr() local 3122 MsgExprs[i]->getType().getAsStringInternal(ArgName, in SynthMsgSendStretCallExpr() 3124 str += ", "; str += ArgName; in SynthMsgSendStretCallExpr() 4197 std::string ArgName = "_" + FieldName; in SynthesizeBlockImpl() local 4210 Constructor += ", void *" + ArgName; in SynthesizeBlockImpl() 4217 Constructor += ", " + ArgName; in SynthesizeBlockImpl() 4226 std::string ArgName = "_" + FieldName; in SynthesizeBlockImpl() local 4232 ArgName = TypeString + ArgName; in SynthesizeBlockImpl() [all …]
|
| H A D | RewriteObjC.cpp | 3407 std::string ArgName = "_" + FieldName; in SynthesizeBlockImpl() local 3420 Constructor += ", void *" + ArgName; in SynthesizeBlockImpl() 3426 QT.getAsStringInternal(ArgName, Context->getPrintingPolicy()); in SynthesizeBlockImpl() 3427 Constructor += ", " + ArgName; in SynthesizeBlockImpl() 3436 std::string ArgName = "_" + FieldName; in SynthesizeBlockImpl() local 3442 ArgName = TypeString + ArgName; in SynthesizeBlockImpl() 3443 Constructor += ", " + ArgName; in SynthesizeBlockImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 1970 auto ArgName = Arg.getName(); in internalizeFunctions() local 1971 NewFArgIt->setName(ArgName); in internalizeFunctions()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 149 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType)
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 149 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType)
|