Home
last modified time | relevance | path

Searched refs:arg (Results 401 – 425 of 4136) sorted by last modified time

1...<<11121314151617181920>>...166

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3109 for (auto arg : Args) { in printArgs() local
3111 Out << arg; in printArgs()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFDirectiveParser.cpp73 for (auto *arg : Result.filtered(COFF_OPT_UNKNOWN)) in parse()
74 dbgs() << "Unknown coff option argument: " << arg->getAsString(Result) in parse()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp5537 OPTIONAL(arg, MDUnsignedField, (0, UINT16_MAX)); \ in parseDILocalVariable()
5549 type.Val, arg.Val, flags.Val, align.Val, in parseDILocalVariable()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp848 if (const Argument *arg = dyn_cast<Argument>(V)) in getParent() local
849 return arg->getParent(); in getParent()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSchedule.td60 // DAG operator that interprets each DAG arg as a regex pattern for
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def150 /// See llvm.call.preallocated.{setup,arg} in the LangRef for more details.
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h499 static inline hash_code hash_value(const SampleContextFrame &arg) {
500 return arg.getHashCode();
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVPIntrinsics.def127 // The pointer arg is at POINTERPOS and the data arg is at DATAPOS.
148 // The condition code arg is at CCPOS and accepts floating-point condition
H A DIntrinsicsAMDGPU.td593 !foreach(arg, arglist,
597 arg));
737 !foldl(0, !listconcat(RetTypes, !foreach(arg, DataArgs, arg.Type)), a, b,
748 list<LLVMType> AddrTypes = !foreach(arg, AddrArgs, arg.Type);
750 !foreach(arg, AddrArgs,
751 AMDGPUArg<!if(!or(arg.Type.isAny, !isa<LLVMMatchType>(arg.Type)),
753 arg.Name>);
755 !foreach(arg, AddrArgs,
756 AMDGPUArg<!if(!or(arg.Type.isAny, !isa<LLVMMatchType>(arg.Type)),
758 arg.Name>);
[all …]
H A DIntrinsicsNVVM.td1363 // Synchronize 'm', a multiple of warp size, (arg 2) threads in
1364 // the CTA at barrier 'n' (arg 1).
1522 // Generated within nvvm. Use for ldu on sm_20 or later. Second arg is the
1537 // Generated within nvvm. Use for ldg on sm_35 or later. Second arg is the
H A DIntrinsicsSystemZ.td15 Intrinsic<[result], [arg], [IntrNoMem]>;
20 class SystemZUnaryConvCC<LLVMType result, LLVMType arg>
21 : Intrinsic<[result, llvm_i32_ty], [arg], [IntrNoMem]>;
28 Intrinsic<[result], [arg, arg], [IntrNoMem]>;
33 class SystemZBinaryConvCC<LLVMType result, LLVMType arg>
34 : Intrinsic<[result, llvm_i32_ty], [arg, arg], [IntrNoMem]>;
36 class SystemZBinaryConvIntCC<LLVMType result, LLVMType arg>
37 : Intrinsic<[result, llvm_i32_ty], [arg, llvm_i32_ty],
45 Intrinsic<[result], [arg, arg, result], [IntrNoMem]>;
47 class SystemZTernaryConvCC<LLVMType result, LLVMType arg>
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1072 /// int execl(const char *path, const char *arg, ...);
1077 /// int execle(const char *file, const char *arg, ..., char * const envp[]);
1082 /// int execlp(const char *file, const char *arg, ...);
2402 /// int vfscanf(FILE *stream, const char *format, va_list arg);
2412 /// int vscanf(const char *format, va_list arg);
2427 /// int vsscanf(const char *s, const char *format, va_list arg);
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DHashing.h116 hash_code hash_value(const std::pair<T, U> &arg);
120 hash_code hash_value(const std::tuple<Ts...> &arg);
124 hash_code hash_value(const std::basic_string<T> &arg);
127 template <typename T> hash_code hash_value(const std::optional<T> &arg);
567 const T &arg, const Ts &...args) {
658 hash_code hash_value(const std::pair<T, U> &arg) {
659 return hash_combine(arg.first, arg.second);
669 hash_code hash_value(const std::basic_string<T> &arg) {
670 return hash_combine_range(arg.begin(), arg.end());
673 template <typename T> hash_code hash_value(const std::optional<T> &arg) {
[all …]
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp210 auto *arg_value = arg->getValue(); in ProcessArgs()
236 auto *arg_value = arg->getValue(); in ProcessArgs()
253 auto *arg_value = arg->getValue(); in ProcessArgs()
262 auto *arg_value = arg->getValue(); in ProcessArgs()
271 auto *arg_value = arg->getValue(); in ProcessArgs()
280 auto *arg_value = arg->getValue(); in ProcessArgs()
291 auto *arg_value = arg->getValue(); in ProcessArgs()
308 if (auto *arg_value = arg->getValue()) in ProcessArgs()
317 auto *arg_value = arg->getValue(); in ProcessArgs()
419 arg.insert(pos, 1, '\\'); in EscapeString()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4373 void TargetProperties::SetArg0(llvm::StringRef arg) { in SetArg0() argument
4375 SetPropertyAtIndex(idx, arg); in SetArg0()
4376 m_launch_info.SetArg0(arg); in SetArg0()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp86 std::string arg; in ParseSingleArgument() local
109 arg += '\\'; in ParseSingleArgument()
116 arg += '\\'; in ParseSingleArgument()
174 AppendArgument(arg); in Args()
179 AppendArgument(arg); in Args()
252 std::string arg; in SetCommandString() local
615 return arg; in EscapeLLDBCommandArgument()
618 return arg; in EscapeLLDBCommandArgument()
622 res.reserve(arg.size()); in EscapeLLDBCommandArgument()
623 for (char c : arg) { in EscapeLLDBCommandArgument()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7140 const auto *arg = GetNthTemplateArgument(template_decl, arg_idx, expand_pack); in GetTemplateArgumentKind() local
7141 if (!arg) in GetTemplateArgumentKind()
7144 switch (arg->getKind()) { in GetTemplateArgumentKind()
7186 const auto *arg = GetNthTemplateArgument(template_decl, idx, expand_pack); in GetTypeTemplateArgument() local
7187 if (!arg || arg->getKind() != clang::TemplateArgument::Type) in GetTypeTemplateArgument()
7190 return GetType(arg->getAsType()); in GetTypeTemplateArgument()
7201 const auto *arg = GetNthTemplateArgument(template_decl, idx, expand_pack); in GetIntegralTemplateArgument() local
7202 if (!arg || arg->getKind() != clang::TemplateArgument::Integral) in GetIntegralTemplateArgument()
7205 return {{arg->getAsIntegral(), GetType(arg->getIntegralType())}}; in GetIntegralTemplateArgument()
H A DTypeSystemClang.h368 void InsertArg(char const *name, clang::TemplateArgument arg) { in InsertArg() argument
369 args.emplace_back(std::move(arg)); in InsertArg()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp619 auto arg = arg_enum->getChildAtIndex(arg_idx); in CreateLLDBTypeFromPDBType() local
620 if (!arg) in CreateLLDBTypeFromPDBType()
628 symbol_file->ResolveTypeUID(arg->getSymIndexId()); in CreateLLDBTypeFromPDBType()
964 while (std::unique_ptr<PDBSymbolTypeFunctionArg> arg = in GetDeclForSymbol() local
966 Type *arg_type = symbol_file->ResolveTypeUID(arg->getTypeId()); in GetDeclForSymbol()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h304 python::PythonObject Transform(bool arg) { in Transform() argument
306 return python::PythonBoolean(arg); in Transform()
309 python::PythonObject Transform(Status arg) { in Transform() argument
310 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
314 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
318 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
322 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
326 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
330 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
334 return python::SWIGBridge::ToSWIGWrapper(arg); in Transform()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h636 PythonObject operator()(const Arg &arg, Args... args) {
637 return operator()({arg, args...});
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp481 for (uint32_t arg : ctf_function.args) { in CreateFunction() local
482 if (Type *arg_type = ResolveTypeUID(arg)) in CreateFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp3530 std::string arg; in Handle_vRun() local
3531 arg_ext.GetHexByteString(arg); in Handle_vRun()
3532 m_process_launch_info.GetArguments().AppendArgument(arg); in Handle_vRun()
3534 arg.c_str()); in Handle_vRun()
H A DGDBRemoteCommunicationClient.cpp772 for (const Args::ArgEntry &arg : args) { in LaunchProcess() local
774 packet.PutStringAsRawHex8(arg.ref()); in LaunchProcess()
799 for (const auto &arg : llvm::enumerate(args)) { in LaunchProcess() local
801 packet.Format("{0},{1},", arg.value().ref().size() * 2, arg.index()); in LaunchProcess()
802 packet.PutStringAsRawHex8(arg.value().ref()); in LaunchProcess()
2033 std::string arg; in DecodeProcessInfoResponse() local
2035 if (extractor.GetHexByteString(arg) * 2 != hex_arg.size()) { in DecodeProcessInfoResponse()
2042 process_info.SetArg0(arg); in DecodeProcessInfoResponse()
2044 process_info.GetArguments().AppendArgument(arg); in DecodeProcessInfoResponse()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp900 CommandArgumentEntry arg; in CommandObjectObjC_ClassTable_Dump() local
909 arg.push_back(index_arg); in CommandObjectObjC_ClassTable_Dump()
912 m_arguments.push_back(arg); in CommandObjectObjC_ClassTable_Dump()
1018 CommandArgumentEntry arg; in CommandObjectMultiwordObjC_TaggedPointer_Info() local
1027 arg.push_back(index_arg); in CommandObjectMultiwordObjC_TaggedPointer_Info()
1030 m_arguments.push_back(arg); in CommandObjectMultiwordObjC_TaggedPointer_Info()

1...<<11121314151617181920>>...166