Searched defs:Special (Results 1 - 6 of 6) 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.cpp163 bool Special = MI->isCall() || local
202 if (MO.isUse() && Special) {
/external/chromium_org/third_party/mesa/src/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/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.cpp56 unsigned Special : 1; // Needs to be dealt with specially member in struct:__anon21368::ReduceEntry
357 // Special case for these ldr / str with sp as base register.
902 if (Entry.Special)
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp51 // register pressure decisions is partly worked around by the "Special"
1155 Special, ///< A special case of basic, allowing -1 scales. enumerator in enum:__anon21648::LSRUse::KindType
1273 case Special: OS << "Special"; break;
1353 case LSRUse::Special:
1354 // Special case Basic to handle -1 scales.
1440 case LSRUse::Special:
3451 isLegalUse(TTI, LU.MinOffset, LU.MaxOffset, LSRUse::Special,
3454 LU.Kind = LSRUse::Special;

Completed in 174 milliseconds