Home
last modified time | relevance | path

Searched refs:Sets (Results 1 – 25 of 100) sorted by relevance

1234

/NextBSD/contrib/llvm/lib/Support/
HDDeltaAlgorithm.cpp45 const changesetlist_ty &Sets) { in Delta() argument
47 UpdatedSearchState(Changes, Sets); in Delta()
50 if (Sets.size() <= 1) in Delta()
55 if (Search(Changes, Sets, Res)) in Delta()
60 for (changesetlist_ty::const_iterator it = Sets.begin(), in Delta()
61 ie = Sets.end(); it != ie; ++it) in Delta()
63 if (SplitSets.size() == Sets.size()) in Delta()
70 const changesetlist_ty &Sets, in Search() argument
73 for (changesetlist_ty::const_iterator it = Sets.begin(), in Search()
74 ie = Sets.end(); it != ie; ++it) { in Search()
[all …]
HDDAGDeltaAlgorithm.cpp119 const changesetlist_ty &Sets, in UpdatedSearchState() argument
121 DDA.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState()
164 const changesetlist_ty &Sets) override { in UpdatedSearchState() argument
165 DDAI.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState()
/NextBSD/contrib/llvm/lib/Analysis/
HDCFLAliasAnalysis.cpp146 StratifiedSets<Value *> Sets; member
151 : Sets(std::move(S)), ReturnedValues(std::move(RV)) {} in FunctionInfo()
363 static Optional<Level> getIndexRelation(const StratifiedSets<Value *> &Sets, in getIndexRelation() argument
369 const auto *Current = &Sets.getLink(Index1); in getIndexRelation()
373 Current = &Sets.getLink(Current->Below); in getIndexRelation()
376 Current = &Sets.getLink(Index1); in getIndexRelation()
380 Current = &Sets.getLink(Current->Above); in getIndexRelation()
412 auto &Sets = Info.Sets; in tryInterproceduralAnalysis() local
417 auto MaybeInfo = Sets.find(&Param); in tryInterproceduralAnalysis()
432 auto MaybeInfo = Sets.find(RetVals[X]); in tryInterproceduralAnalysis()
[all …]
/NextBSD/contrib/llvm/include/llvm/ADT/
HDDeltaAlgorithm.h61 const changesetlist_ty &Sets);
69 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets,
75 const changesetlist_ty &Sets) {} in UpdatedSearchState() argument
HDDAGDeltaAlgorithm.h68 const changesetlist_ty &Sets, in UpdatedSearchState() argument
/NextBSD/sys/dev/cxgbe/firmware/
HDt4fw_cfg_uwire.txt153 # 4 ports, 3 functions (NIC, FCoE and iSCSI), scaling up to 8 "CPU Queue Sets"
301 # Sets" for ports 0-3. The FCoE and iSCSI functions for such OSes will be
309 niqflint = 8 # NCPUS "Queue Sets"
310 nethctrl = 8 # NCPUS "Queue Sets"
321 niqflint = 8 # NCPUS "Queue Sets"
322 nethctrl = 8 # NCPUS "Queue Sets"
333 niqflint = 8 # NCPUS "Queue Sets"
334 nethctrl = 8 # NCPUS "Queue Sets"
345 niqflint = 8 # NCPUS "Queue Sets"
346 nethctrl = 8 # NCPUS "Queue Sets"
[all …]
HDt5fw_cfg_uwire.txt180 # 4 ports, 3 functions (NIC, FCoE and iSCSI), scaling up to 8 "CPU Queue Sets"
329 # Sets" for ports 0-3. The FCoE and iSCSI functions for such OSes will be
337 niqflint = 8 # NCPUS "Queue Sets"
338 nethctrl = 8 # NCPUS "Queue Sets"
350 niqflint = 8 # NCPUS "Queue Sets"
351 nethctrl = 8 # NCPUS "Queue Sets"
363 niqflint = 8 # NCPUS "Queue Sets"
364 nethctrl = 8 # NCPUS "Queue Sets"
376 niqflint = 8 # NCPUS "Queue Sets"
377 nethctrl = 8 # NCPUS "Queue Sets"
[all …]
HDt5fw_cfg_fpga.txt173 # 4 ports, 3 functions (NIC, FCoE and iSCSI), scaling up to 8 "CPU Queue Sets"
321 # Sets" for ports 0-3. The FCoE and iSCSI functions for such OSes will be
356 # "Queue Sets" each.
400 niqflint = 4 # 2 "Queue Sets" + NXIQ
401 nethctrl = 2 # 2 "Queue Sets"
402 neq = 4 # 2 "Queue Sets" * 2
411 niqflint = 4 # 2 "Queue Sets" + NXIQ
412 nethctrl = 2 # 2 "Queue Sets"
413 neq = 4 # 2 "Queue Sets" * 2
/NextBSD/contrib/llvm/utils/TableGen/
HDTableGen.cpp153 SetTheory Sets; in LLVMTableGenMain() local
154 Sets.addFieldExpander("Set", "Elements"); in LLVMTableGenMain()
157 const std::vector<Record*> *Elts = Sets.expand(Rec); in LLVMTableGenMain()
HDCodeGenRegisters.h479 SetTheory Sets; variable
565 SetTheory &getSets() { return Sets; } in getSets()
HDCodeGenSchedule.cpp92 Sets.addFieldExpander("InstRW", "Instrs"); in CodeGenSchedModels()
96 Sets.addOperator("instrs", llvm::make_unique<InstrsOp>()); in CodeGenSchedModels()
97 Sets.addOperator("instregex", llvm::make_unique<InstRegexOp>(Target)); in CodeGenSchedModels()
677 const RecVec *InstDefs = Sets.expand(InstRWDef); in createInstRWClass()
708 const RecVec *OrigInstDefs = Sets.expand(RWDefs[0]); in createInstRWClass()
886 const RecVec *InstDefs = Sets.expand(Rec); in inferFromInstRWs()
/NextBSD/contrib/atf/atf-sh/
HDlibatf-sh.subr140 # Sets the expectations to 'death'.
153 # Sets the expectations to 'timeout'.
166 # Sets the expectations to 'exit'.
185 # Sets the expectations to 'fail'.
198 # Sets the expectations to 'pass'.
211 # Sets the expectations to 'signal'.
342 # Sets the test case's variable 'varname' to the specified values
396 # Sets the test case's private variable 'varname' to the specified
409 # Sets the test case's private variable 'varname' to the specified
/NextBSD/sys/boot/common/
HDhelp.common135 Sets the default delay for the autoboot command to <value> seconds.
144 Sets the default set of kernel boot filename(s). It may be overridden
242 Sets the current console. If <value> is omitted, a list of valid
257 Sets the list of binaries which the kernel will try to run as initial
266 Sets the list of directories which will be searched in for modules
310 Sets the size of kernel memory (bytes). This overrides
342 Sets the lowest address that the pci code will assign
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDSIRegisterInfo.cpp87 const int *Sets = getRegClassPressureSets(*I); in getRegPressureSetLimit() local
88 assert(Sets); in getRegPressureSetLimit()
89 for (unsigned i = 0; Sets[i] != -1; ++i) { in getRegPressureSetLimit()
90 if (Sets[i] == (int)Idx) in getRegPressureSetLimit()
/NextBSD/share/i18n/csmapper/CP/
DCP1131%UCS.src16 # + RFC1345 Mnemonics and Character Sets
/NextBSD/crypto/heimdal/kuser/
HDkdigest-commands.in87 help = "Sets up a digest context and return initial parameters"
271 help = "Sets up a digest context and return initial parameters"
/NextBSD/sys/dev/e1000/
HDREADME148 10baseT/UTP - Sets speed to 10 Mbps. Use the ifconfig mediaopt
151 100baseTX - Sets speed to 100 Mbps. Use the ifconfig mediaopt
154 1000baseTX - Sets speed to 1000 Mbps. In this case, the driver
157 1000baseSX - Sets speed to 1000 Mbps. In this case, the driver
/NextBSD/sys/arm/ti/
HDti_gpio_if.m34 * Sets the Ti SoCs gpio flags
/NextBSD/lib/libc/softfloat/
HDtimesoftfloat.txt30 Function Sets
139 Function Sets
/NextBSD/sys/arm/conf/
HDPANDABOARD.hints23 # Sets the PHY mode for the individual ports, the following values are allowed
/NextBSD/contrib/gperf/src/
HDbool-array.icc44 /* Sets the specified bit to true.
HDoptions.icc33 /* Sets a given boolean option. */
/NextBSD/sys/dev/pccard/
HDcard_if.m61 # Sets the memory offset of the pccard bridge's window into attribute
/NextBSD/sys/compat/mach/defs/
HDmach_port.defs294 * Sets the make-send count for the port.
354 * Sets the sequence number for the port.
534 * Sets the context pointer for the port.
/NextBSD/contrib/gcc/
HDtree-browser.def33 DEFTBCODE (TB_VERBOSE, "verbose", "Sets/unsets verbose mode (default is on).")

1234