Searched refs:values (Results 176 - 200 of 368) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S823 @ static void libunwind::Registers_arm::saveVFPWithFSTMD(unw_fpreg_t* values)
826 @ values pointer is in r0
837 @ static void libunwind::Registers_arm::saveVFPWithFSTMX(unw_fpreg_t* values)
840 @ values pointer is in r0
851 @ static void libunwind::Registers_arm::saveVFPv3(unw_fpreg_t* values)
854 @ values pointer is in r0
874 @ static void libunwind::Registers_arm::saveiWMMX(unw_fpreg_t* values)
877 @ values pointer is in r0
903 @ static void libunwind::Registers_arm::saveiWMMXControl(unw_uint32_t* values)
906 @ values pointe
[all...]
/freebsd-current/contrib/kyua/store/
H A Dmigrate_v1_v2.sql161 -- Populate default metadata values for all test programs and test cases.
164 -- explicit values for their metadata. Because we want to keep historical data
165 -- for the tests, we must record these values unconditionally instead of relying
166 -- on the built-in values in the code.
168 -- Once this is done, we override any values explicity set by the tests.
H A Dschema_v3.sql34 -- well as any predefined values) are written atomically to simplify error
114 -- One of the values of the property.
240 -- Initialization of values.
H A Dschema_v1.sql34 -- well as any predefined values) are written atomically to simplify error
248 -- While we could store the flattened values of the properties as provided
259 -- One of the values of the property.
299 -- Initialization of values.
/freebsd-current/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh95 # 8. Repeat steps 4-7, except setting options to their default values at (6).
1732 # find any files with values unique to $2; generate $4 containing these paths
1741 sort > ${F}-values
1744 # Any line in $2-values which doesn't appear in $1-values or $3-values
1746 sort $1-values $3-values |
1747 comm -13 - $2-values |
1751 # For each path, pull out one (and only one!) entry from $1-values
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h88 /// This cheats a bit in all of the uses since the values in the standard
275 /// A container for string pool string values.
294 /// A container for inline string values.
390 /// All values that aren't standard layout (or are larger than 8 bytes)
674 /// A list of DIE values.
686 /// have 2 or fewer values, and 90% have 5 or fewer. A vector would be
755 for (llvm::DIEValue &val : values()) {
769 for (llvm::DIEValue &val : values()) {
781 for (llvm::DIEValue &val : values()) {
807 value_range values() { function in class:llvm::DIEValueList
810 const_value_range values() const { function in class:llvm::DIEValueList
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp230 SmallVector<void*, 16> values(NumArgs);
235 values[ArgNo] = ffiValueFor(ArgTy, ArgVals[ArgNo], ArgDataPtr);
247 ffi_call(&cif, Fn, ret.data(), values.data());
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp309 bool ABISysV_s390x::GetArgumentValues(Thread &thread, ValueList &values) const {
310 unsigned int num_values = values.GetSize();
351 Value *value = values.GetValueAtIndex(value_index);
356 // We currently only support extracting values with Clang QualTypes. Do we
422 "integer values at present.");
427 "We don't support returning complex values at present");
458 "We don't support returning float values > 64 bits at present");
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIWindows_x86_64.cpp233 ValueList &values) const {
234 unsigned int num_values = values.GetSize();
272 Value *value = values.GetValueAtIndex(value_index);
341 "integer values at present.");
346 "We don't support returning complex values at present");
H A DABISysV_i386.cpp161 bool ABISysV_i386::GetArgumentValues(Thread &thread, ValueList &values) const {
162 unsigned int num_values = values.GetSize();
178 Value *value = values.GetValueAtIndex(value_index);
183 // Currently: Support for extracting values with Clang QualTypes only.
293 To return Floating Point values, all st% registers except st0 should be
296 values.
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABISysV_arm64.cpp124 bool ABISysV_arm64::GetArgumentValues(Thread &thread, ValueList &values) const {
125 uint32_t num_values = values.GetSize();
139 // We currently only support extracting values with Clang QualTypes. Do we
141 Value *value = values.GetValueAtIndex(value_idx);
267 "integer values at present.");
273 "returning complex float values are not supported");
285 error.SetErrorString("returning float values longer than 128 "
H A DABIMacOSX_arm64.cpp122 ValueList &values) const {
123 uint32_t num_values = values.GetSize();
137 // We currently only support extracting values with Clang QualTypes. Do we
139 Value *value = values.GetValueAtIndex(value_idx);
294 "integer values at present.");
300 "returning complex float values are not supported");
312 error.SetErrorString("returning float values longer than 128 "
/freebsd-current/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp75 cl::values(
170 cl::values(clEnumValN(NoPGO, "nopgo", "Do not use PGO."),
186 cl::values(
497 // Before executing passes, print the final values of the LLVM options.
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.cpp59 cl::values(clEnumValN(AccountOutputFormats::TEXT,
82 cl::values(clEnumValN(SortField::FUNCID, "funcid", "function id"),
100 cl::values(clEnumValN(SortDirection::ASCENDING, "asc", "ascending"),
388 // the values in seconds, with microsecond precision (0.000'001), so we
/freebsd-current/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h72 assert(Buffer.empty() && "didn't claim all values out of buffer");
188 assert(!Finished && "cannot add more values after finishing builder");
189 assert(!Frozen && "cannot add values while subbuilder is active");
207 /// Add a bunch of new values to this initializer.
208 void addAll(llvm::ArrayRef<llvm::Constant *> values) { argument
209 assert(!Finished && "cannot add more values after finishing builder");
210 assert(!Frozen && "cannot add values while subbuilder is active");
211 Builder.Buffer.append(values.begin(), values.end());
252 assert(!Finished && "cannot add more values afte
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp78 cl::values(clEnumValN(DebugCompressionType::None, "none", "No compression"),
99 cl::desc("Prefer hex format for immediate values"),
120 cl::values(clEnumValN(OFT_AssemblyFile, "asm",
224 cl::values(clEnumValN(AC_AsLex, "as-lex", "Lex tokens from a .s file"),
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp750 Ph->values()[ArgIndex] = E;
757 Ph->values().setValues(NPreds, nullptr);
759 Ph->values()[PIdx] = CurrE;
761 Ph->values()[ArgIndex] = E;
777 // Merge values from Map into the current variable map.
847 assert(Ph->values()[ArgIndex] == nullptr && "Wrong index for back edge.");
851 Ph->values()[ArgIndex] = E;
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarname-dot-make-save_dollars.mk9 # varmisc.mk for parsing the boolean values
/freebsd-current/stand/lua/
H A Ddrawer.lua54 -- values. The new loader will provide loader.* versions of all the gfx.*
445 -- Indexed by valid values for loader_brand in loader.conf(5). Valid
457 -- Indexed by valid values for loader_logo in loader.conf(5). Valid keys
498 -- Indexed by valid values for loader_menu_frame in loader.conf(5).
/freebsd-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc126 // [c.math.abs], absolute values
/freebsd-current/contrib/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp49 cl::values(clEnumValN(AutoPick, "auto", "Use best guess"),
65 cl::values(clEnumValN(AutoPick, "safe-auto", "Use best guess"),
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp126 template <typename Container> auto values(Container &&C) { function
985 // values.
1083 for (auto &Pat : values(MatchPats)) {
1090 for (auto &Pat : values(ApplyPats)) {
1101 for (auto &Pat : values(MatchPats)) {
1118 for (const auto &Pat : values(MatchPats)) {
1437 for (auto &Pat : values(MatchPats)) {
1443 for (auto &Pat : values(ApplyPats)) {
1918 for (auto &Pat : values(MatchPats)) {
1968 for (auto &Pat : values(MatchPat
[all...]
/freebsd-current/sys/dev/drm2/
H A Ddrm_crtc.c1131 DRM_WARNING("timing values too large for mode info\n");
1552 if (put_user(connector->properties.values[i],
2780 property->values = malloc(sizeof(uint64_t)*num_values, DRM_MEM_KMS,
2782 if (!property->values)
2802 free(property->values, DRM_MEM_KMS);
2876 property->values[0] = min;
2877 property->values[1] = max;
2892 * Bitmask enum properties have the additional constraint of values
2917 property->values[index] = value;
2933 free(property->values, DRM_MEM_KM
[all...]
/freebsd-current/contrib/libpcap/msdos/
H A Dpkt_rx1.s78 ; _pktRxBuf[n].rxBuffer[CX]. These values are checked in "PktReceive"
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DImportedFunctionsInliningStatistics.cpp30 cl::values(clEnumValN(InlinerFunctionImportStatsOpts::Basic, "basic",

Completed in 388 milliseconds

1234567891011>>