Searched refs:set (Results 551 - 575 of 1536) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h15 #include <set>
43 typedef std::set<std::unique_ptr<Result>> ResultSet;
265 static std::set<lldb::LanguageType> GetSupportedLanguages();
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp130 void LoadedModule::set(const char *module_name, uptr base_address) { function in class:__sanitizer::LoadedModule
136 void LoadedModule::set(const char *module_name, uptr base_address, function in class:__sanitizer::LoadedModule
139 set(module_name, base_address);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMergeBaseOffset.cpp32 #include <set>
52 return MachineFunctionProperties().set(
62 std::set<MachineInstr *> DeadInstrs;
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp95 // Number all the predicate dependencies in this DAG and set up a bitvector
104 UnsatisfiedPredDepsForPred[ID].set(Dep.index());
143 TestablePredicates.set(DepsFor.index());
163 TraversableEdges.set(E.index());
177 TestablePredicates.set(DepsFor.index());
361 // Start by recording the root instruction as instr #0 and set up the initial
464 TestedPredicatesForLeaf.set(PIdx);
479 Partitions.find(Partition->second)->second.set(Leaf.index());
501 Partition.second.set(Leaf.index());
528 Partition.second.set(Lea
[all...]
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_aq100x.c325 int err, set; local
328 set = BMCR_SPEED100;
330 set = BMCR_SPEED1000;
332 set = BMCR_SPEED1000 | BMCR_SPEED100;
345 BMCR_SPEED1000 | BMCR_SPEED100, set);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp158 stateNotNull = stateNotNull->set<StreamMap>(Sym, StreamState::getOpened());
159 stateNull = stateNull->set<StreamMap>(Sym, StreamState::getOpenFailed());
200 StateRetNotNull->set<StreamMap>(StreamSym, StreamState::getOpened());
202 StateRetNull->set<StreamMap>(StreamSym, StreamState::getOpenFailed());
320 State = State->set<StreamMap>(Sym, StreamState::getClosed());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.cpp233 Reserved.set(XCore::CP);
234 Reserved.set(XCore::DP);
235 Reserved.set(XCore::SP);
236 Reserved.set(XCore::LR);
238 Reserved.set(XCore::R10);
/freebsd-11-stable/contrib/tcsh/
H A Dsh.sem.c90 sigset_t set; local
395 * not die before we can set the process group
398 sigemptyset(&set);
399 sigaddset(&set, SIGCHLD);
400 (void)sigprocmask(SIG_BLOCK, &set, &csigset);
443 sigemptyset(&set);
444 sigaddset(&set, SIGCHLD);
445 (void)sigprocmask(SIG_BLOCK, &set, &csigset);
448 sigemptyset(&set);
449 sigaddset(&set, SIGCHL
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.cpp180 // CONSIDER after local and llgs debugging are merged, register set support can
223 Status NativeRegisterContextNetBSD_x86_64::ReadRegisterSet(uint32_t set) { argument
224 switch (set) {
244 Status NativeRegisterContextNetBSD_x86_64::WriteRegisterSet(uint32_t set) { argument
245 switch (set) {
285 int set = GetSetForNativeRegNum(reg); local
286 if (set == -1) {
289 error.SetErrorStringWithFormat("register \"%s\" is in unrecognized set",
294 error = ReadRegisterSet(set);
510 int set local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h269 /// \param Regions the set of regions to be invalidated.
273 /// \param CausesPointerEscape the flag is set to true when
277 /// \param IS the set of invalidated symbols.
407 set(typename ProgramStateTrait<T>::data_type D) const;
411 set(typename ProgramStateTrait<T>::key_type K,
416 set(typename ProgramStateTrait<T>::key_type K,
593 ProgramStateRef set(ProgramStateRef st, typename ProgramStateTrait<T>::data_type D) { function in class:clang::ento::ProgramStateManager
599 ProgramStateRef set(ProgramStateRef st, function in class:clang::ento::ProgramStateManager
822 ProgramStateRef ProgramState::set(typename ProgramStateTrait<T>::data_type D) const { function in class:clang::ento::ProgramState
823 return getStateManager().set<
827 ProgramStateRef ProgramState::set(typename ProgramStateTrait<T>::key_type K, function in class:clang::ento::ProgramState
833 ProgramStateRef ProgramState::set(typename ProgramStateTrait<T>::key_type K, function in class:clang::ento::ProgramState
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dmain.c97 sigset_t set; local
99 sigemptyset(&set);
100 sigaddset(&set, SIGINT);
101 sigaddset(&set, SIGTERM);
102 sigaddset(&set, SIGHUP);
104 sigaddset(&set, SIGUSR1);
106 pthread_sigmask(SIG_SETMASK, &set, &saved_sigset);
242 " Name of the map file with set of the IDs which will be used\n"
293 " This option provides the means to define a set of ports\n"
393 " A bit set/clea
[all...]
/freebsd-11-stable/contrib/gcc/
H A Djump.c24 of the compiler. Now it contains basically a set of utility functions to
45 #include "hard-reg-set.h"
443 rtx set = set_of (arg0, prev);
444 if (set && GET_CODE (set) == SET
445 && rtx_equal_p (SET_DEST (set), arg0))
447 rtx src = SET_SRC (set);
468 if (set)
869 /* Return set of PC, otherwise NULL. */
879 /* The set i
437 rtx set = set_of (arg0, prev); local
967 rtx set; local
1210 rtx set = single_set (insn); local
[all...]
H A Dloop-unroll.c26 #include "hard-reg-set.h"
1553 rtx set, dest, src, op1; local
1557 set = single_set (insn);
1558 if (!set)
1561 dest = SET_DEST (set);
1562 src = SET_SRC (set);
1646 rtx set, dest; local
1653 set = single_set (insn);
1654 if (!set)
1657 dest = SET_DEST (set);
1868 rtx src, dest, set; local
1948 rtx new_reg, set; local
[all...]
H A Difcvt.c34 #include "hard-reg-set.h"
155 /* If this instruction is the load or set of a "stack" register,
164 rtx set = single_set (insn);
165 if (set && STACK_REG_P (SET_DEST (set)))
1373 rtx set;
1389 set = single_set (tmp);
1390 SET_DEST (set) = a;
1398 rtx set, last;
1414 set
163 rtx set = single_set (insn); local
1370 rtx set; local
1395 rtx set, last; local
1481 rtx cond, set, insn; local
1765 rtx set, insn = prev_nonnote_insn (earliest); local
2019 rtx cond, set, tmp; local
2417 rtx set, dest, src; local
2552 rtx set, target, dest, t, e; local
2583 rtx set, target, dest; local
3810 rtx note, set; local
[all...]
H A Dfinal.c37 Instructions to set the condition codes are omitted when it can be
63 #include "hard-reg-set.h"
162 set and examined by output routines
176 In life_analysis, or in stupid_life_analysis, this is set
184 /* Like regs_ever_live, but 1 if a reg is set or clobbered from an asm.
186 eliminable regs like the frame pointer are set if an asm sets them. */
662 /* BRANCH has no proper alignment chain set, so use SEQ.
831 /* Initialize set up uid_shuid to be strictly
1440 /* First output the function prologue: code to set up the stack frame. */
1697 rtx set;
1688 rtx set; local
[all...]
H A Dsee.c29 Depending on the instruction set of the architecture, some of these
88 set ((reg:SI 10) (..def1rhs..))
89 set ((reg:DI 100) (sign_extend:DI (reg:SI 10)))
92 set ((reg:DI 100) (const_int 7))
95 set ((reg:SI 20) (..def3rhs..))
96 set ((reg:DI 100) (sign_extend:DI (reg:SI 20)))
99 set ((reg:CC...) (compare:CC (reg:DI 100) (...)))
102 set ((...) (reg:DI 100))
124 set ((reg:DI 100) (sign_extend:DI ((subreg:SI (reg:DI 100)))))
125 set ((re
673 rtx set, rhs, lhs; local
721 rtx rhs, lhs, set; local
835 rtx set = single_set (extension->se_insn); local
968 rtx set, lhs; local
2454 rtx set, rhs; local
3423 rtx set = NULL; local
[all...]
H A Dreload1.c29 #include "hard-reg-set.h"
89 /* Elt N nonzero if reg_last_reload_reg[N] has been set in this insn
145 use; all of these must remain set for an inheritance to occur. */
150 when reg_reloaded_valid is set for this register. */
156 This is only valid if reg_reloaded_contents is set and valid. */
180 reload_out is a MEM, spill_reg_stored_to will be set to reload_out_reg. */
191 /* This reg set indicates registers that can't be used as spill registers for
199 we can't eliminate. A register that appears in this set also can't be used
228 marked in this set. */
268 /* Flag set b
728 rtx set = single_set (insn); local
1490 rtx set = single_set (insn); local
1517 rtx set = single_set (insn); local
5764 rtx set = single_set (insn); local
6958 rtx set; local
6987 rtx set = single_set (insn); local
7535 rtx set = single_set (insn); local
7812 rtx set; local
8005 rtx set = single_set (i2); local
8029 rtx set = single_set (i2); local
8058 rtx set = single_set (dead_insn); local
8094 rtx prev, set, dst, i2; local
[all...]
H A Dcse.c29 #include "hard-reg-set.h"
236 a comparison, else it is set to UNKNOWN and the other two
324 /* The SUBREG that was set when REG_TICK was last incremented. Set
409 Each set of expressions with equivalent values
433 The `is_const' flag is set if the element is a constant (including
471 register (hard registers may require `do_not_record' to be set). */
515 /* Get the SUBREG set at the last increment to REG_TICK (-1 if not a
1254 (set (reg:si 100) (reg:si 5))
1255 (set (reg:si 5) (reg:si 100))
1256 (set (re
3566 rtx set; local
4531 rtx set; local
4811 struct set struct
6667 invalidate_skipped_set(rtx dest, rtx set, void *data ATTRIBUTE_UNUSED) argument
7407 set_live_p(rtx set, rtx insn ATTRIBUTE_UNUSED, int *counts) argument
7468 rtx note, set, new; local
7714 rtx set; local
7911 rtx set; local
[all...]
/freebsd-11-stable/bin/sh/
H A Dexpand.c260 * If EXP_GLOB or EXP_CASE are set, keep and/or generate CTLESC
263 * If EXP_SPLIT is set, dst receives any complete words produced.
641 error("%.*s: parameter %snot set", (int)(p - var - 1),
665 int set; local
681 set = 1;
685 set = varisset(var, varflags & VSNUL);
691 set = 0;
693 set = 1;
697 if (!set && uflag && *var != '@' && *var != '*') {
705 error("%.*s: parameter not set", (in
[all...]
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_asic.c192 .set = &r100_irq_set,
268 .set = &r100_irq_set,
344 .set = &r100_irq_set,
420 .set = &r100_irq_set,
496 .set = &r100_irq_set,
572 .set = &r100_irq_set,
648 .set = &rs600_irq_set,
724 .set = &rs600_irq_set,
800 .set = &rs600_irq_set,
876 .set
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dmips3.s29 * In addition the code depends on preprocessor flags set up by MIPSpro
53 .set noreorder; \
56 .set reorder
61 .set noat
62 .set reorder
68 .set noreorder
73 .set reorder
139 .set noreorder
145 .set reorder
197 .set noreorde
[all...]
/freebsd-11-stable/share/mk/
H A Dbsd.own.mk3 # The include file <bsd.own.mk> set common variables for owner,
9 # DESTDIR Change the tree where the file gets installed. [not set]
12 # gets installed (see /usr/src/release/Makefile). [not set]
155 # Use make.conf / environment LIBDIR as default if set...
239 # overriden by Makefiles, but the user may choose to set this in src.conf(5).
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp236 return MachineFunctionProperties().set(
355 Defs.set(Mips::RA);
372 Defs.set(Mips::RA);
373 Defs.set(Mips::RA_64);
395 AllocSet.set(*AI);
397 AllocSet.set(Mips::ZERO);
398 AllocSet.set(Mips::ZERO_64);
409 Uses.set(LI.PhysReg);
438 NewDefs.set(Reg);
443 NewUses.set(Re
[all...]
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S127 .set push
128 .set noat
129 .set noreorder
130 .set nomacro
225 .set pop
236 .set push
237 .set noat
238 .set noreorder
239 .set nomacro
315 .set po
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm148 sete al ; if al == [ecx] set al = 1 else set al = 0
173 sete al ; if ax == [ecx] set al = 1 else set al = 0
198 sete al ; if eax == [ecx] set al = 1 else set al = 0
231 sete al ; if edx:eax == [edi] set al = 1 else set al = 0
734 sete al ; if al == [rcx] set al = 1 else set a
[all...]

Completed in 391 milliseconds

<<21222324252627282930>>