Home
last modified time | relevance | path

Searched refs:Parameters (Results 1 – 25 of 187) sorted by relevance

12345678

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVFABIDemangler.h86 SmallVector<VFParameter, 8> Parameters; // List of parameter information. member
89 return std::tie(VF, Parameters) == std::tie(Other.VF, Other.Parameters);
94 assert(P.ParamPos < Parameters.size() && "Invalid parameter position."); in updateParam()
95 Parameters[P.ParamPos] = P; in updateParam()
111 SmallVector<VFParameter, 8> Parameters; in get() local
113 Parameters.push_back(VFParameter({I, VFParamKind::Vector})); in get()
115 Parameters.push_back( in get()
118 return {EC, Parameters}; in get()
134 unsigned ParamCount = Shape.Parameters.size(); in getParamIndexForOptionalMask()
136 if (Shape.Parameters[i].ParamKind == VFParamKind::GlobalPredicate) in getParamIndexForOptionalMask()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp409 SmallVector<VFParameter, 8> Parameters; in tryDemangleForVFABI() local
411 const unsigned ParameterPos = Parameters.size(); in tryDemangleForVFABI()
429 Parameters.push_back({ParameterPos, PKind, StepOrPos, Alignment}); in tryDemangleForVFABI()
435 if (Parameters.empty()) in tryDemangleForVFABI()
440 if (Parameters.size() != FTy->getNumParams()) in tryDemangleForVFABI()
450 EC = getScalableECFromSignature(FTy, ISA, Parameters); in tryDemangleForVFABI()
490 const unsigned Pos = Parameters.size(); in tryDemangleForVFABI()
491 Parameters.push_back({Pos, VFParamKind::GlobalPredicate}); in tryDemangleForVFABI()
500 llvm::count_if(Parameters, [](const VFParameter &PK) { in tryDemangleForVFABI()
505 assert(Parameters.back().ParamKind == VFParamKind::GlobalPredicate && in tryDemangleForVFABI()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatVariadic.h128 Tuple Parameters; variable
150 Parameters(std::move(Params)) { in formatv_object()
151 ParameterPointers = std::apply(create_adapters(), Parameters); in formatv_object()
158 Parameters(std::move(rhs.Parameters)) { in formatv_object()
159 ParameterPointers = std::apply(create_adapters(), Parameters); in formatv_object()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVFABIDemangling.cpp
/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnsxfeval.c419 Info->Parameters = ACPI_ALLOCATE_ZEROED ( in ACPI_EXPORT_SYMBOL()
421 if (!Info->Parameters) in ACPI_EXPORT_SYMBOL()
432 &ExternalParams->Pointer[i], &Info->Parameters[i]); in ACPI_EXPORT_SYMBOL()
439 Info->Parameters[Info->ParamCount] = NULL; in ACPI_EXPORT_SYMBOL()
488 Info->Parameters = ACPI_ALLOCATE_ZEROED ( in ACPI_EXPORT_SYMBOL()
490 if (!Info->Parameters) in ACPI_EXPORT_SYMBOL()
501 &ExternalParams->Pointer[i], &Info->Parameters[i]); in ACPI_EXPORT_SYMBOL()
508 Info->Parameters[Info->ParamCount] = NULL; in ACPI_EXPORT_SYMBOL()
623 if (Info->Parameters) in ACPI_EXPORT_SYMBOL()
627 AcpiUtDeleteInternalObjectList (Info->Parameters); in ACPI_EXPORT_SYMBOL()
H A Dnseval.c264 if (Info->Parameters) in AcpiNsEvaluate()
266 while (Info->Parameters[Info->ParamCount]) in AcpiNsEvaluate()
H A Dnsinit.c316 Info.EvaluateInfo->Parameters = NULL; in AcpiNsInitializeDevices()
336 Info.EvaluateInfo->Parameters = NULL; in AcpiNsInitializeDevices()
840 Info->Parameters = NULL; in AcpiNsInitOneDevice()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSwift.cpp362 StringRef ContextName, BaseName, Parameters; in validateSwiftFunctionName() local
364 std::tie(BaseName, Parameters) = Name.split('('); in validateSwiftFunctionName()
394 if (Parameters.empty()) { in validateSwiftFunctionName()
399 assert(Parameters.back() == ')' && "expected ')'"); in validateSwiftFunctionName()
400 Parameters = Parameters.drop_back(); // ')' in validateSwiftFunctionName()
402 if (Parameters.empty()) { in validateSwiftFunctionName()
418 if (Parameters.back() != ':') { in validateSwiftFunctionName()
428 std::tie(CurrentParam, Parameters) = Parameters.split(':'); in validateSwiftFunctionName()
458 } while (!Parameters.empty()); in validateSwiftFunctionName()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h138 MCAsmMacroParameters Parameters; member
145 : Name(N), Body(B), Parameters(std::move(P)) {} in MCAsmMacro()
148 : Name(N), Body(B), Parameters(std::move(P)), Locals(std::move(L)), in MCAsmMacro()
/freebsd/crypto/openssl/doc/man7/
H A DEVP_MD-BLAKE2.pod28 =head2 Settable Parameters
39 =head2 Gettable Parameters
44 =head2 Settable Context Parameters
H A DEVP_MD-MDC2.pod16 =head2 Gettable Parameters
21 =head2 Settable Context Parameters
H A DEVP_MD-SHA1.pod16 =head2 Gettable Parameters
21 =head2 Settable Context Parameters
H A DEVP_MD-MD5-SHA1.pod18 =head2 Gettable Parameters
23 =head2 Settable Context Parameters
H A DEVP_ASYM_CIPHER-RSA.pod77 See L<provider-asym_cipher(7)/Asymmetric Cipher Parameters> for more information.
89 See L<provider-asym_cipher(7)/Asymmetric Cipher Parameters> for more information.
/freebsd/sys/contrib/dev/acpica/components/parser/
H A Dpsxface.c506 if (Info->Parameters) in AcpiPsUpdateParameterList()
510 for (i = 0; Info->Parameters[i]; i++) in AcpiPsUpdateParameterList()
515 Info->Parameters[i], Action); in AcpiPsUpdateParameterList()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp50 RootSigDesc.Parameters.getOrInsertTable(Location); in readDescriptorRanges()
51 RootSigDesc.Parameters.insertLocation(Location); in readDescriptorRanges()
122 RootSigDesc.Parameters.getOrInsertConstants(Location); in create()
123 RootSigDesc.Parameters.insertLocation(Location); in create()
137 RootSigDesc.Parameters.getOrInsertDescriptor(Location); in create()
138 RootSigDesc.Parameters.insertLocation(Location); in create()
372 IO.mapRequired("Parameters", S.Parameters); in mapping()
382 IO.mapRequired("Parameters", S.Parameters.Locations, S); in mapping()
430 S.Parameters.getOrInsertConstants(L); in mapping()
438 S.Parameters.getOrInsertDescriptor(L); in mapping()
[all …]
H A DDXContainerEmitter.cpp254 for (const auto &Param : P.Signature->Parameters) { in writeParts()
277 P.RootSignature->Parameters.Locations) { in writeParts()
284 P.RootSignature->Parameters.getOrInsertConstants(L); in writeParts()
296 P.RootSignature->Parameters.getOrInsertDescriptor(L); in writeParts()
308 P.RootSignature->Parameters.getOrInsertTable(L); in writeParts()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNoOwnershipChangeVisitor.cpp101 ArrayRef<ParmVarDecl *> Parameters = Call.parameters(); in maybeEmitNoteForParameters() local
102 for (unsigned I = 0; I < Call.getNumArgs() && I < Parameters.size(); ++I) { in maybeEmitNoteForParameters()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h269 const std::vector<Parameter> &getParameters() const { return Parameters; } in getParameters()
274 Parameters.emplace_back(Name, Fragments); in addParameter()
285 return Parameters.empty() && ReturnType.getFragments().empty(); in empty()
289 std::vector<Parameter> Parameters;
/freebsd/sys/contrib/device-tree/Bindings/input/rmi4/
H A Drmi_spi.txt24 Function Parameters:
25 Parameters specific to RMI functions are contained in child nodes of the rmi device
H A Drmi_i2c.txt33 Function Parameters:
34 Parameters specific to RMI functions are contained in child nodes of the rmi device
/freebsd/sys/dev/qlxgb/
H A DREADME.txt17 5. Driver Parameters
62 5. Parameters to set prior to installing the driver
/freebsd/sys/dev/qlxge/
H A DREADME.txt17 5. Driver Parameters
62 5. Parameters to set prior to installing the driver
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmMacro.cpp37 for (const MCAsmMacroParameter &P : Parameters) { in dump()
/freebsd/sys/dev/qlxgbe/
H A DREADME.txt17 5. Driver Parameters
62 5. Parameters to set prior to installing the driver

12345678