Searched defs:NP (Results 1 - 19 of 19) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCSubtargetInfo.cpp28 unsigned NF, unsigned NP) {
37 NumProcs = NP;
21 InitMCSubtargetInfo(StringRef TT, StringRef CPU, StringRef FS, const SubtargetFeatureKV *PF, const SubtargetFeatureKV *PD, const SubtargetInfoKV *PI, const InstrStage *IS, const unsigned *OC, const unsigned *FP, unsigned NF, unsigned NP) argument
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp58 template<std::nullptr_t np> struct NP { // expected-note 2{{template parameter is declared here}} struct
59 NP<np> *np2;
62 NP<nullptr> np1;
63 NP<np> np2;
64 NP<get_nullptr()> np3;
65 NP<0> np4; // expected-error{{null non-type template argument must be cast to template parameter type 'std::nullptr_t' (aka 'nullptr_t')}}
67 NP<i> np5; // expected-error{{non-type template argument of type 'const int' cannot be converted to a value of type 'std::nullptr_t'}}
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dilist_iterator.h84 explicit ilist_iterator(pointer NP) : NodePtr(Access::getNodePtr(NP)) {} argument
/external/clang/test/SemaCXX/
H A Ddestructor.cpp196 struct NP {}; struct in namespace:dnvd
251 NP* np = new NP();
255 NP* np = new NP[4];
/external/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp287 unsigned &NP = BBNumPreds[BB]; local
288 if (NP == 0)
289 NP = std::distance(pred_begin(BB), pred_end(BB)) + 1;
290 return NP - 1;
/external/llvm/include/llvm/ADT/
H A Dilist.h208 explicit ilist_iterator(pointer NP) : NodePtr(NP) {} argument
226 void reset(pointer NP) { NodePtr = NP; } argument
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A Dilist.h175 ilist_iterator(pointer NP) : NodePtr(NP) {} argument
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
H A DAlphaISelLowering.cpp738 SDValue NP = DAG.getNode(ISD::ADD, dl, MVT::i64, SrcP, local
741 NP, MachinePointerInfo(), MVT::i32, false, false, 0);
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp269 unsigned &NP = BBNumPreds[BB]; local
270 if (NP == 0)
271 NP = std::distance(pred_begin(BB), pred_end(BB))+1;
272 return NP-1;
/external/vboot_reference/utility/
H A Deficompress.c68 #define NP (WNDBIT + 1) macro
72 #if NT > NP
75 #define NPT NP
270 mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1];
1155 Root = MakeTree(NP, mPFreq, mPTLen, mPTCode);
1156 if (Root >= NP) {
1157 WritePTLen(NP, PBIT, -1);
1181 for (i = 0; i < NP; i++) {
1243 for (i = 0; i < NP; i++) {
/external/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp875 unsigned Ox = 0, NP = MI.getNumOperands(); local
877 while (Ox < NP) {
888 while (Ox < NP) {
H A DRDFGraph.cpp238 unsigned NP = BB->pred_size(); local
250 << " === preds(" << NP << "): ";
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp4018 uint32_t NP; local
4020 if (!checkUInt32Argument(*this, Attr, NumParamsExpr, NP)) {
4032 numParams = NP;
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 361 milliseconds