Searched defs:Special (Results 1 - 11 of 11) 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.cpp196 bool Special = MI->getDesc().isCall() || local
235 if (MO.isUse() && Special) {
/external/expat/bcb5/
H A Delements.mak66 Special=0 macro
H A Dexpat.mak67 Special=0 macro
H A Dexpat_static.mak67 Special=0 macro
H A Dexpatw.mak67 Special=0 macro
H A Dexpatw_static.mak68 Special=0 macro
H A Doutline.mak66 Special=0 macro
H A Dxmlwf.mak67 Special=0 macro
/external/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp54 unsigned Special : 1; // Needs to be dealt with specially member in struct:__anon6843::ReduceEntry
306 // Special case for these ldr / str with sp as base register.
834 if (Entry.Special) {
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp51 // register pressure decisions is partly worked around by the "Special"
1025 Special, ///< A special case of basic, allowing -1 scales. enumerator in enum:__anon7041::LSRUse::KindType
1145 case Special: OS << "Special"; break;
1218 case LSRUse::Special:
2617 LSRUse::Special, LU.AccessTy, TLI) &&
2619 LU.Kind = LSRUse::Special;

Completed in 182 milliseconds