Home
last modified time | relevance | path

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

123

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DVFABIDemangling.cpp350 SmallVector<VFParameter, 8> Parameters; in tryDemangleForVFABI() local
352 const unsigned ParameterPos = Parameters.size(); in tryDemangleForVFABI()
370 Parameters.push_back({ParameterPos, PKind, StepOrPos, Alignment}); in tryDemangleForVFABI()
376 if (Parameters.empty()) in tryDemangleForVFABI()
413 const unsigned Pos = Parameters.size(); in tryDemangleForVFABI()
414 Parameters.push_back({Pos, VFParamKind::GlobalPredicate}); in tryDemangleForVFABI()
423 Parameters.begin(), Parameters.end(), [](const VFParameter PK) { in tryDemangleForVFABI()
428 assert(Parameters.back().ParamKind == VFParamKind::GlobalPredicate && in tryDemangleForVFABI()
457 const VFShape Shape({ElementCount::get(VF, IsScalable), Parameters}); in tryDemangleForVFABI()
H A DVectorUtils.cpp1350 for (unsigned Pos = 0, NumParams = Parameters.size(); Pos < NumParams; in hasValidParameterList()
1352 assert(Parameters[Pos].ParamPos == Pos && "Broken parameter list."); in hasValidParameterList()
1354 switch (Parameters[Pos].ParamKind) { in hasValidParameterList()
1362 if (Parameters[Pos].LinearStepOrPos == 0) in hasValidParameterList()
1371 if (Parameters[Pos].LinearStepOrPos >= int(NumParams)) in hasValidParameterList()
1374 if (Parameters[Parameters[Pos].LinearStepOrPos].ParamKind != in hasValidParameterList()
1378 if (Parameters[Pos].LinearStepOrPos == int(Pos)) in hasValidParameterList()
1385 if (Parameters[NextPos].ParamKind == VFParamKind::GlobalPredicate) in hasValidParameterList()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatVariadic.h131 Tuple Parameters; variable
153 Parameters(std::move(Params)) { in formatv_object()
154 ParameterPointers = apply_tuple(create_adapters(), Parameters); in formatv_object()
161 Parameters(std::move(rhs.Parameters)) { in formatv_object()
162 ParameterPointers = apply_tuple(create_adapters(), Parameters); in formatv_object()
/freebsd-13.1/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()
H A Dnsarguments.c206 UserArgType = Info->Parameters[i]->Common.Type; in AcpiNsCheckArgumentTypes()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h84 SmallVector<VFParameter, 8> Parameters; // List of parameter information. member
87 return std::tie(VF, Parameters) == std::tie(Other.VF, Other.Parameters);
92 assert(P.ParamPos < Parameters.size() && "Invalid parameter position."); in updateParam()
93 Parameters[P.ParamPos] = P; in updateParam()
109 SmallVector<VFParameter, 8> Parameters; in get() local
111 Parameters.push_back(VFParameter({I, VFParamKind::Vector})); in get()
113 Parameters.push_back( in get()
116 return {EC, Parameters}; in get()
/freebsd-13.1/contrib/libucl/doc/
H A Dlua_api.md75 **Parameters:**
100 **Parameters:**
143 **Parameters:**
170 **Parameters:**
184 **Parameters:**
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h145 MCAsmMacroParameters Parameters; member
151 : Name(N), Body(B), Parameters(std::move(P)) {} in MCAsmMacro()
154 : Name(N), Body(B), Parameters(std::move(P)), Locals(std::move(L)), in MCAsmMacro()
/freebsd-13.1/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-13.1/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-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmMacro.cpp37 for (const MCAsmMacroParameter &P : Parameters) { in dump()
/freebsd-13.1/sys/dev/qlxge/
H A DREADME.txt18 5. Driver Parameters
63 5. Parameters to set prior to installing the driver
/freebsd-13.1/sys/dev/qlxgb/
H A DREADME.txt18 5. Driver Parameters
63 5. Parameters to set prior to installing the driver
/freebsd-13.1/sys/dev/qlxgbe/
H A DREADME.txt18 5. Driver Parameters
63 5. Parameters to set prior to installing the driver
/freebsd-13.1/contrib/sendmail/cf/feature/
H A Dgreet_pause.m426 ### Parameters:
/freebsd-13.1/contrib/wpa/hostapd/
H A Dhlr_auc_gw.milenage_db1 # Parameters for Milenage (Example algorithms for AKA).
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2497 unsigned NParameters = Parameters.size(); in expandMacro()
2577 if (Parameters[Index].Name == Argument) in expandMacro()
2814 if (M->Parameters[FAI].Name == FA.Name) in parseMacroArguments()
2843 if (M->Parameters[FAI].Required) { in parseMacroArguments()
2850 if (!M->Parameters[FAI].Value.empty()) in parseMacroArguments()
2851 A[FAI] = M->Parameters[FAI].Value; in parseMacroArguments()
4486 MCAsmMacroParameters Parameters; in parseDirectiveMacro() local
4489 if (!Parameters.empty() && Parameters.back().Vararg) in parseDirectiveMacro()
4538 Parameters.push_back(std::move(Parameter)); in parseDirectiveMacro()
4624 unsigned NParameters = Parameters.size(); in checkForBadMacro()
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/ddr/
H A Dlpddr2-timings.txt12 of type <u32> and the default unit is ps (pico seconds). Parameters with
/freebsd-13.1/sys/contrib/device-tree/Bindings/dma/
H A Datmel-dma.txt27 3. Parameters for the at91 DMA configuration register which are device
/freebsd-13.1/sys/contrib/device-tree/Bindings/arm/firmware/
H A Dsdei.txt16 {r1 - r3} => Parameters
/freebsd-13.1/contrib/ipfilter/
H A DSTYLE.TXT14 /* Parameters: param1(I) - param1 is an input parameter */
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h144 std::vector<struct BTF::BTFParam> Parameters; variable
150 return BTFTypeBase::getSize() + Parameters.size() * BTF::BTFParamSize; in getSize()

123