Searched refs:set (Results 701 - 725 of 1536) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp116 // where each f(i) is a set of instructions that, collectively, are a function
256 // The set of all reductions, and state tracking of possible reductions
268 // - A set of all possible instructions in eligible reductions.
269 // - A set of all PHIs in eligible reductions
270 // - A set of all reduced values (last instructions) in eligible
376 // The set of all DAG roots, and state tracking of all roots
672 // Collect the set of all users of the provided root instruction. This set of
676 // 1. Instructions in the set of excluded instructions are never added to the
677 // use set (eve
[all...]
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js221 // The number of elements contained in the matched element set
230 // Get the Nth element in the matched element set OR
231 // Get the whole matched element set as a clean array
243 // (returning the new matched element set)
245 // Build a new jQuery matched element set
266 // Return the newly-formed element set
270 // Execute a callback for every element in the matched set.
827 // Mutifunctional method to get and set values to a collection
1547 // Check if table cells still have offsetWidth/Height when they are set
2001 // Make sure we set th
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dglobal.c28 #include "hard-reg-set.h"
187 /* For any allocno set in ALLOCNO_SET, set ALLOCNO to that allocno,
210 /* For any allocno that conflicts with IN_ALLOCNO, set OUT_ALLOCNO to
252 /* Test, set or clear bit number I in allocnos_live,
288 /* Record all regs that are set in any one insn.
579 allocate it. So avoid the divide-by-zero and set it to a low
810 /* Make regs_set an empty set. */
843 /* Mark any registers set in INSN as live,
846 the registers that are set
874 rtx set = XVECEXP (PATTERN (insn), 0, i); local
915 rtx set; local
[all...]
H A Dtree-into-ssa.c31 #include "hard-reg-set.h"
61 /* Structure to map a variable VAR to the set of blocks that contain
68 /* Blocks that contain definitions of VAR. Bit I will be set if the
95 underlying variable should be set to the given SSA_NAME.
139 create new names on the fly. FIXME. Currently set to 1/3 to avoid
148 bitmap set; member in struct:repl_map_d
181 /* This bitmap contains the variables which are set before they
219 /* The set of blocks affected by update_ssa. */
354 /* Compute global livein information given the set of blockx where
356 and the set o
2171 bitmap set = names_replaced_by (var); local
2632 mark_set_for_renaming(bitmap set) argument
[all...]
H A Dcombine.c29 and not used or set in between. LOG_LINKs never cross basic blocks.
30 They were set up by the preceding pass (lifetime analysis).
46 insn(s) values for the regs they set into the expressions in
70 the condition code for the insn that set the condition code.
86 #include "hard-reg-set.h"
190 last_set_invalid set to nonzero when it is not valid
228 used to store the mode in which the register was last set, the bits
229 that were known to be zero when it was last set, and the number of
230 sign bits copies it was known to have when it was last set. */
237 used. last_set_invalid is set nonzer
924 rtx set, note; local
1053 set_nonzero_bits_and_sign_copies(rtx x, rtx set, void *data ATTRIBUTE_UNUSED) argument
1141 rtx set = 0, src, dest; local
1487 rtx set = x ; local
1604 rtx set; local
1650 likely_spilled_retval_1(rtx x, rtx set, void *data) argument
3318 rtx i2_insn = 0, i2_val = 0, set; local
3349 rtx i1_insn = 0, i1_val = 0, set; local
11084 rtx links, set; local
12198 rtx set = single_set (tem); local
12470 rtx set, reg; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql79 SELECT local_relpath, op_depth, 1, 'Invalid parent relpath set in NODES'
87 SELECT local_relpath, -1, 2, 'Invalid parent relpath set in ACTUAL'
165 /* Verify if type specific data is set (or not set for wrong type) */
275 /* If moved_here is set on an op-root, there must be a proper moved_to */
284 /* If moved_to is set there should be an moved op root at the target */
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dvendstat.c198 static int do_config_space_records(ib_portid_t *portid, unsigned set, argument
212 set ? IB_MAD_METHOD_SET : IB_MAD_METHOD_GET,
215 fprintf(stderr,"cannot %s config space records\n", set ? "set" : "get");
276 fprintf(stderr, "config counter group set failure\n");
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_bitmap.h181 * Performs a test-and-set operation at the offset specified in the
183 * Returns true if the bit at the specified offset was already set,
207 * second argument is set.
342 * Returns true if the first limit bits in bitmap are set. If limit
372 * Returns the number of set bit in bitmap, upto (and excluding)
399 * Returns the number of set bit in the intersection of two bitmaps,
444 bool set)
449 memset(bitmap->map, -(int)set, base);
451 if (set == true) {
442 ck_bitmap_init(struct ck_bitmap *bitmap, unsigned int n_bits, bool set) argument
/freebsd-11-stable/stand/lua/
H A Dcore.lua49 -- On i386, hint.acpi.0.rsdp will be set before we're loaded. On !i386,
50 -- it will generally be set upon execution of the kernel. Because of
52 -- reliably. Just set it enabled if we detect it and leave well enough
147 -- Otherwise, respect disabled if it's set
198 -- a new kernel set.
231 -- setting, kernels_autodetect. If it's set to 'yes', we'll add
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp30 #include <set>
82 /// Returns a set of unique symbol occurrences. Duplicate or
103 const std::set<std::string> USRSet;
154 // given USRs' set.
174 // Normally, we set it to true for the symbol declaration and definition to
493 const std::set<std::string> USRSet;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfaddsub.S58 #define Q6_ALIAS(TAG) .global __qdsp_##TAG ; .set __qdsp_##TAG, __hexagon_##TAG
59 #define FAST_ALIAS(TAG) .global __hexagon_fast_##TAG ; .set __hexagon_fast_##TAG, __hexagon_##TAG
60 #define FAST2_ALIAS(TAG) .global __hexagon_fast2_##TAG ; .set __hexagon_fast2_##TAG, __hexagon_##TAG
393 A = convert_sf2df(BL) // trigger invalid, set NaN
H A Ddfdiv.S65 #define Q6_ALIAS(TAG) .global __qdsp_##TAG ; .set __qdsp_##TAG, __hexagon_##TAG
66 #define FAST_ALIAS(TAG) .global __hexagon_fast_##TAG ; .set __hexagon_fast_##TAG, __hexagon_##TAG
67 #define FAST2_ALIAS(TAG) .global __hexagon_fast2_##TAG ; .set __hexagon_fast2_##TAG, __hexagon_##TAG
183 // set up amt to add to q
298 P_TMP = bitsset(PRODHI,TMP) // but a bunch of bits set in the unrounded abs(quotient)?
303 if (!P_TMP) jumpr r31 // Else, we want to set Unf+Inexact
304 // Note that inexact is already set...
308 TMP = USR // Else, we want to set Unf+Inexact
309 } // Note that inexact is already set...
H A Ddfsqrt.S59 #define Q6_ALIAS(TAG) .global __qdsp_##TAG ; .set __qdsp_##TAG, __hexagon_##TAG; .type __qdsp_##TAG,@function
60 #define FAST_ALIAS(TAG) .global __hexagon_fast_##TAG ; .set __hexagon_fast_##TAG, __hexagon_##TAG; .type __hexagon_fast_##TAG,@function
61 #define FAST2_ALIAS(TAG) .global __hexagon_fast2_##TAG ; .set __hexagon_fast2_##TAG, __hexagon_##TAG; .type __hexagon_fast2_##TAG,@function
289 // If carry set, no borrow: result was still positive
323 RET = convert_ud2df(ROOT) // set up mantissa, maybe set inexact flag
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.h21 #include <set>
68 using EdgeSetType = std::set<CFGEdge>;
69 using InstrSetType = std::set<const MachineInstr *>;
150 // any register, it is more of an abstraction of the two-element set of
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM.cpp516 const RegisterSet *RegisterContextMinidump_ARM::GetRegisterSet(size_t set) { argument
517 if (set < k_num_reg_sets)
518 return &g_reg_sets[set];
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp82 // AllColors - If index is set, it's a spill slot, i.e. color.
241 AllColors[StackID].set(FI);
299 UsedColors[StackID].set(Color);
340 UsedColors.set(NewSS);
H A DTargetRegisterInfo.cpp61 RegisterSet.set(*AI);
81 Checked.set(*SR);
214 R.set(Order[i]);
221 // A register class with no allocatable subclass returns an empty set.
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h20 #include <set>
216 /// The set of paths added consists of approximately all syslibroot-prepended
452 std::set<StringRef> _existingPaths; // For testing only.
492 mutable std::set<mach_o::MachODylibFile*> _upwardDylibs;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp33 #include <set>
59 std::set<Constant *> Done;
323 std::set<Function *> TestFunctions;
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_display.c500 /* BIOS should set the proper LVDS register value at boot, but
501 * in reality, it doesn't set the value when the lid is closed;
502 * we need to check "the value to be set" in VBT when LVDS
641 * Returns whether the given set of divisors are valid for a given refclk with
690 * reliably set up different single/dual channel state, if we
984 /* Wait for vblank interrupt bit to set */
1724 /* Workaround: set timing override bit. */
2909 /* still set train pattern 1 */
3143 /* set transcoder timing, panel must allow it */
3316 DRM_ERROR("mode set faile
8088 intel_set_config_compute_mode_changes(struct drm_mode_set *set, struct intel_set_config *config) argument
8122 intel_modeset_stage_output_state(struct drm_device *dev, struct drm_mode_set *set, struct intel_set_config *config) argument
8222 intel_crtc_set_config(struct drm_mode_set *set) argument
[all...]
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dexception.S92 * Atomically set a bit in a TTE.
172 set KSTACK_PAGES * PAGE_SIZE, %g2 ; \
236 set trap, %o2
244 * resume at a set instruction offset in the trap handler.
454 set trap, %o2
486 set trap, %o2
545 set trap, %o2
554 set \mask, %o1
750 set trap, %o2
915 set tra
[all...]
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dbuild_test.cpp70 atf::env::set(var, val);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dm2-exp.y153 %type <voidval> exp type_exp start set
323 exp : set
326 exp : exp IN set
338 set : '{' arglist '}'
584 /* block_found is set by lookup_symbol. */
337 set : '{' arglist '}' label
/freebsd-11-stable/contrib/bmake/mk/
H A Dautodep.mk65 # set this to -MMD to ignore /usr/include
82 # should have been set by sys.mk
/freebsd-11-stable/contrib/libbegemot/
H A Drpoll.c225 sigset_t set; local
227 sigemptyset(&set);
228 sigaddset(&set, SIGNAL);
230 if(sigprocmask(SIG_BLOCK, &set, &bset))

Completed in 205 milliseconds

<<21222324252627282930>>