Home
last modified time | relevance | path

Searched refs:Effects (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp135 bool &Effects, bool &StackPointer) { in queryCallee() argument
148 Effects = true; in queryCallee()
161 Effects = true; in queryCallee()
167 bool &Effects, bool &StackPointer) { in query() argument
208 Effects = true; in query()
239 Effects = true; in query()
252 queryCallee(MI, Read, Write, Effects, StackPointer); in query()
398 bool Read = false, Write = false, Effects = false, StackPointer = false; in isSafeToMove() local
399 query(*DefI, Read, Write, Effects, StackPointer); in isSafeToMove()
404 if (!Read && !Write && !Effects && !StackPointer && !HasMutableRegisters) in isSafeToMove()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_mulv_impl.inc17 // Effects: aborts if a * b overflows
H A Dint_mulo_impl.inc17 // Effects: sets *overflow to 1 if a * b overflows
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4830 return FunctionEffectWithCondition{Outer->Effects[Idx],
4861 ArrayRef<FunctionEffect> Effects;
4870 : Effects(FX), Conditions(Conds) {}
4883 bool empty() const { return Effects.empty(); }
4884 size_t size() const { return Effects.size(); }
4886 ArrayRef<FunctionEffect> effects() const { return Effects; }
4896 return LHS.Effects == RHS.Effects && LHS.Conditions == RHS.Conditions;
4911 SmallVector<FunctionEffect> Effects;
4918 : Effects(FX.effects()), Conditions(FX.conditions()) {}
4920 bool empty() const { return Effects.empty(); }
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dprint172 // Effects: If the ordinary literal encoding ([lex.charset]) is UTF-8, equivalent to:
295 // 7 - Effects: If stream refers to a terminal capable of displaying
H A D__tree234 // Effects: Makes __x->__right_ the subtree root with __x as its left child
253 // Effects: Makes __x->__left_ the subtree root with __x as its right child
272 // Effects: Rebalances __root after attaching __x to a leaf.
331 // Effects: unlinks __z from the tree rooted at __root, rebalancing as needed.
/freebsd/contrib/googletest/docs/reference/
H A Dactions.md21 ## Side Effects
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3809 ID.AddInteger(epi.FunctionEffects.Effects[Idx].toOpaqueInt32()); in Profile()
5200 unsigned InsertIdx = Effects.size(); in insert()
5227 if (Conditions.empty() && !Effects.empty()) in insert()
5228 Conditions.resize(Effects.size()); in insert()
5232 Effects.insert(Effects.begin() + InsertIdx, NewEC.Effect); in insert()
/freebsd/contrib/libxo/doc/
H A Dxolint-errors.rst178 be prefixed by either "fg-" or "bg-". Effects are
/freebsd/share/misc/
H A Dusb_hid_usages1100 0x83 Simultaneous Effects Max
1120 0x99 DC Stop All Effects
H A Dusb_vendors1460 4039 Webcam Live! Effects
7875 00db BOSS GT-10 Guitar Effects Processor
17132 000d RP250 Guitar Multi-Effects Processor
17133 0016 RP500 Guitar Multi-Effects Processor
17134 001b RP155 Guitar Multi-Effects Processor
17135 001c RP255 Guitar Multi-Effects Processor
24097 AT 0307 Low Frequency Effects Speaker
25103 083 Simultaneous Effects Max
25123 099 DC Stop All Effects
/freebsd/contrib/bearssl/
H A DDoxyfile225 # "sideeffect=@par Side Effects:\n"
228 # "Side Effects:". You can put \n's in the value part of an alias to insert
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.ok1299 Charles D. Pack The Effects of Multiplexing on a
2625 Richard L. Nolan Effects of Chargeout on User/Manager
H A Dfunstack.in9529 title = "The Effects of Multiplexing on a Computer-Communications System",
19968 title = "Effects of Chargeout on User\slash Manager Attitudes",
/freebsd/contrib/libcbor/
H A DDoxyfile265 # "sideeffect=@par Side Effects:^^"
268 # "Side Effects:". Note that you cannot put \n's in the value part of an alias
/freebsd/contrib/ldns/
H A Dlibdns.doxygen.in251 # "sideeffect=@par Side Effects:\n"
254 # "Side Effects:". You can put \n's in the value part of an alias to insert
/freebsd/contrib/unbound/doc/
H A Dunbound.doxygen265 # "sideeffect=@par Side Effects:^^"
268 # "Side Effects:". Note that you cannot put \n's in the value part of an alias
/freebsd/contrib/file/magic/Magdir/
H A Dmsdos2010 # .lvf Logitech Video Effects Face Accessory
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md1960 ### Mocking Side Effects {#MockingSideEffects}