Searched defs:Special (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dexamples.cpp145 typedef First::Bar<Second::Foo> Special; typedef in namespace:PR9668
151 const bool Special::static_bool(false);
/external/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp166 bool Special = MI->isCall() || local
227 if (MO.isUse() && Special) {
/external/llvm/lib/Fuzzer/
H A DFuzzerMutate.cpp64 const char *Special = "!*'();:@&=+$,/?%#[]123ABCxyz-`~."; local
65 return Special[Rand(sizeof(Special) - 1)];
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow_deadcode.c37 unsigned char Special[RC_NUM_SPECIAL_REGISTERS]; member in struct:updatemask_state
86 dst->Special[i] = a->Special[i] | b->Special[i];
139 return &s->R.Special[index];
/external/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp57 unsigned Special : 1; // Needs to be dealt with specially member in struct:__anon12131::ReduceEntry
360 // Special case for these ldr / str with sp as base register.
916 if (Entry.Special)
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp51 // register pressure decisions is partly worked around by the "Special"
1210 Special, ///< A special case of basic, allowing -1 scales. enumerator in enum:__anon12517::LSRUse::KindType
1338 case Special: OS << "Special"; break;
1416 case LSRUse::Special:
1417 // Special case Basic to handle -1 scales.
1517 case LSRUse::Special:
3569 isLegalUse(TTI, LU.MinOffset, LU.MaxOffset, LSRUse::Special,
3572 LU.Kind = LSRUse::Special;
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h3443 enum Special { kHoleNaN }; enum in class:final::final
3445 DECLARE_INSTRUCTION_FACTORY_P1(HConstant, Special);
3692 explicit HConstant(Special special);

Completed in 442 milliseconds