HomeSort by: relevance | last modified time | path
    Searched defs:Special (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXTargetTransformInfo.cpp 145 Optional<SpecialCase> Special;
161 SimplifyAction(SpecialCase Special, FtzRequirementTy FtzReq)
162 : Special(Special), FtzRequirement(FtzReq) {}
215 // nvvm_sqrt_f is a special case. For most intrinsics, foo_ftz_f is the
278 // need special handling.
349 // All that's left are the special cases.
350 if (!Action.Special)
353 switch (*Action.Special) {
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerMutate.cpp 65 const char Special[] = "!*'();:@&=+$,/?%#[]012Az-`~.\xff\x00";
66 return Special[Rand(sizeof(Special) - 1)];
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 162 // instructions that have special allocation requirements. Also assume all
177 bool Special =
237 if (MO.isUse() && Special) {
493 // There are three anti-dependencies here, and without special care,
605 // If MI's defs have a special allocation requirement, don't allow
609 // If this instruction's defs have special allocation requirement, don't
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp 77 unsigned Special : 1; // Needs to be dealt with specially
394 // Special case for these ldr / str with sp as base register.
758 // t2MUL is "special". The tied source operand is second, not first.
927 // TEQ is special in that it doesn't define a register but we're converting
1022 // Don't attempt normal reductions on "special" cases for now.
1023 if (Entry.Special)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
ItaniumDemangle.h 813 const StringView Special;
818 : Node(KSpecialName), Special(Special_), Child(Child_) {}
820 template<typename Fn> void match(Fn F) const { F(Special, Child); }
823 S += Special;
1252 // special handling.
2660 // <ctor-dtor-name>s are special-cased in parseNestedName().
5013 // Special case legacy __uuidof mangling. The 't' and 'z' appear where the
5079 // <special-name> ::= TV <type> # virtual table
5230 // ::= <special-name>
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 50 // register pressure decisions is partly worked around by the "Special"
508 /// field. Otherwise, we would have to do special cases everywhere in LSR
678 // Handle a few RHS special cases.
1001 /// This includes address-mode folding and special icmp tricks.
1143 Special, ///< A special case of basic, allowing -1 scales.
1162 /// the loop, in which case some special-case heuristics may be used.
1488 // Store is common and interesting enough to be worth special-casing.
1596 case Special: OS << "Special"; break
    [all...]

Completed in 23 milliseconds