Searched refs:set (Results 526 - 550 of 1536) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp19 #include <set>
41 void LanguageSet::Insert(LanguageType language) { bitvector.set(language); }
191 std::set<TypeSystem *> visited;
209 // Use a std::set so we only call the callback once for each unique
211 std::set<TypeSystem *> visited;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp118 #include <set>
209 void updateLiveness(std::set<unsigned> &RegSet, bool Recalc,
217 bool split(MachineInstr &MI, std::set<unsigned> &UpdRegs);
227 std::set<unsigned> &UpdRegs);
231 bool predicate(MachineInstr &TfrI, bool Cond, std::set<unsigned> &UpdRegs);
233 std::set<unsigned> &UpdRegs);
239 std::set<unsigned> &UpdRegs);
326 // Only set the kill flag on the first encountered use of Reg in this
469 std::set<RegisterRef> DefRegs;
493 // Construct the set o
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetCXXABI.h133 void set(Kind kind) { function in class:clang::TargetCXXABI
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp115 /// Polymorphic output value is set to true. AKind output value is set to the
236 State = State->set<RegionState>(Region, AllocKind::Array);
253 State = State->set<RegionState>(Region, Kind);
271 State = State->set<RegionState>(Region, AllocKind::Reinterpreted);
292 State = State->set<RegionState>(Region, AllocKind::Array);
H A DObjCSelfInitChecker.cpp88 /// No flag set.
121 state = state->set<SelfFlag>(sym, getSelfFlags(val, state) | flag);
183 state = state->set<CalledInit>(true);
205 "Instance variable used while 'self' is not set to the result of "
217 "Returning 'self' while it is not set to the result of "
255 C.addTransition(state->set<PreCallSelfFlags>(selfFlags));
259 C.addTransition(state->set<PreCallSelfFlags>(selfFlags));
289 // returns 'self'. So assign the flags, which were set on 'self' to the
H A DIterator.cpp171 return State->set<IteratorRegionMap>(Reg, Pos);
173 return State->set<IteratorSymbolMap>(Sym, Pos);
175 return State->set<IteratorRegionMap>(LCVal->getRegion(), Pos);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp98 MFProps.set(SetProperties);
H A DPatchableFunction.cpp34 return MachineFunctionProperties().set(
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyPrepareForLiveIntervals.cpp124 MF.getProperties().set(MachineFunctionProperties::Property::TracksLiveness);
/freebsd-11-stable/contrib/gcc/
H A Dfunction.c52 #include "hard-reg-set.h"
98 (ignoring the prologue and epilogue). This is set prior to
115 calls.c:emit_library_call_value_1 uses it to set up
778 /* If we know the alias set for the memory that will be used, use
780 alias set for the memory. */
784 /* If a type is specified, set the relevant flags. */
888 is in which alias set will be lost. */
1255 is a virtual register, return the equivalent hard register and set the
1291 in any sense implied by the target. If any change is made, set CHANGED
1368 rtx set, ne
1357 rtx set, new, x, seq; local
2796 rtx sinsn, set; local
4943 handle_epilogue_set(rtx set, struct epi_info *p) argument
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-asm.h309 ASM_STMT (".set\tpush\n" \
310 "\t.set\tmips64r2\n" \
314 "\t.set\tpop": "=d"(result)); \
367 // set can be 0-1
368 #define CVMX_MT_LLM_READ_ADDR(set,val) asm volatile ("dmtc2 %[rt],0x0400+(8*(" CVMX_TMP_STR(set) "))" : : [rt] "d" (val))
369 #define CVMX_MT_LLM_WRITE_ADDR_INTERNAL(set,val) asm volatile ("dmtc2 %[rt],0x0401+(8*(" CVMX_TMP_STR(set) "))" : : [rt] "d" (val))
370 #define CVMX_MT_LLM_READ64_ADDR(set,val) asm volatile ("dmtc2 %[rt],0x0404+(8*(" CVMX_TMP_STR(set) "))"
[all...]
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dsupport.S57 * the same (empty or non-empty). It is up to the caller to set %asi.
392 .set fubyte, fuword8
393 .set fusword, fuword16
394 .set fuword, fuword64
395 .set subyte, suword8
396 .set susword, suword16
397 .set suword, suword64
400 .set casuword, casuword64
401 .set fuptr, fuword64
402 .set supt
[all...]
/freebsd-11-stable/sys/mips/rmi/
H A Dxlr_csum_nocopy.S16 .set noreorder
78 .set reorder
80 .set noreorder
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_exit.c228 sigset_t set; local
231 SIGEMPTYSET(set);
232 SIGADDSET(set, SIGCANCEL);
/freebsd-11-stable/usr.bin/chat/
H A Dchat.c28 * back. When HANGUP is set to NO, chat will not hangup at HUP signal.
31 * Added CLR_ABORT to clear previously set ABORT string. This has been
450 fatal(2, "Can't set file mode flags on stdin: %m");
503 fatal(2, "Can't set terminal parameters: %m");
1008 chat_logf("timeout set to %d seconds", timeout);
1042 fatal(2, "Can't set file mode flags on stdin: %m");
1069 fatal(2, "Can't set file mode flags on stdin: %m");
/freebsd-11-stable/lib/libc/mips/gen/
H A Dsetjmp.S160 # set sigmask
161 PTR_ADDU a1, a0, _JB_SIGMASK * SZREG # &set
164 PTR_LA t9,_C_LABEL(sigprocmask) # set current signal mask
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_arm.S26 @ Handler address is nullptr if handler is not set
57 @ Handler address is nullptr if handler is not set
87 @ Handler address is nullptr if handler is not set
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DEquivalenceClasses.h21 #include <set>
32 /// of the element being indexed per entry in the set, and allows any arbitrary
39 /// EC.unionSets(1, 2); // insert 1, 2 into the same set
41 /// EC.unionSets(5, 1); // merge the set for 1 with 5's set.
47 /// MI != EC.member_end(); ++MI) // Loop over members in this set.
49 /// cerr << "\n"; // Finish set.
59 /// ECValue - The EquivalenceClasses data structure is just a set of these.
61 /// value itself, which provides the ordering that the set queries. Next, it
63 /// in the unioned set
[all...]
H A DPointerSumType.h58 /// and may be desirable to set to a state that is particularly desirable to
100 void set(typename HelperT::template Lookup<N>::PointerT Pointer) { function in class:llvm::PointerSumType
112 Result.set<N>(Pointer);
117 void clear() { set<HelperT::MinTag>(nullptr); }
H A DSmallSet.h24 #include <set>
37 using SetIterTy = typename std::set<T, C>::const_iterator;
41 /// Iterators to the parts of the SmallSet containing the data. They are set
56 // MSVC STL, where set<T>::const_iterator is not trivially copy constructible.
129 /// SmallSet - This maintains a set of unique values, optimizing for the case
130 /// when the set is small (less than N). In this case, the set can be
131 /// maintained with no mallocs. If the set gets large, we expand to using an
132 /// std::set to maintain reasonable lookup times.
139 std::set<
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontierImpl.h28 #include <set>
76 std::set<BlockT *> tmpSet;
138 const std::set<BlockT *> &BBs = I->second;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.h12 #include <set>
379 std::set<const clang::Decl *> m_active_lexical_decls;
380 std::set<const char *> m_active_lookups;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DSubtargetFeature.h56 set(I);
59 FeatureBitset &set() { function in class:llvm::FeatureBitset
64 constexpr FeatureBitset &set(unsigned I) { function in class:llvm::FeatureBitset
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp30 /// A set factory of dynamic cast informations.
81 State = State->set<DynamicTypeMap>(MR->StripCasts(), NewTy);
102 State = State->set<DynamicTypeMap>(MR, CastToTy);
115 State = State->set<DynamicCastMap>(MR, Set);
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DConfig.h18 #include <set>
52 // forwardTo is set to "dllname.bar" part. Usually empty.
118 // Symbols in this set are considered as live by the garbage collector.
121 std::set<std::string> noDefaultLibs;
129 std::set<std::string> delayLoads;
159 // Used for /section=.name,{DEKPRSW} to set section attributes.

Completed in 217 milliseconds

<<21222324252627282930>>