HomeSort by relevance Sort by last modified time
    Searched defs:NI (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 69 SDNodeIterator NI = SDNodeIterator::begin(TargetNode);
70 std::advance(NI, I.getNode()->getOperand(I.getOperand()).getResNo());
71 return NI;
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 254 Instruction *NI = InsertValueInst::Create(AI, EI, 0);
255 NI->insertAfter(EI);
256 AI->replaceAllUsesWith(NI);
260 NI->setOperand(0, AI);
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 228 BasicBlock::iterator NI = II->getNormalDest()->getFirstInsertionPt();
231 InvokeNum, false, NI);
299 Instruction *NI = InsertValueInst::Create(AI, EI, 0);
300 NI->insertAfter(EI);
301 AI->replaceAllUsesWith(NI);
304 NI->setOperand(0, AI);
SimplifyCFG.cpp 655 Instruction *NI = Builder.CreateBr(ThisDef);
656 (void) NI;
662 << "Through successor TI: " << *TI << "Leaving: " << *NI << "\n");
741 Instruction *NI = Builder.CreateBr(TheRealDest);
742 (void) NI;
745 << "Through successor TI: " << *TI << "Leaving: " << *NI << "\n");
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 207 const SDNodeInfo &NI = CGP.getSDNodeInfo(CGP.getSDNodeNamed("imm"));
208 AddMatcher(new CheckOpcodeMatcher(NI));
    [all...]
CodeGenDAGPatterns.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 613 const ExplodedNode *NI = N;
616 while (NI) {
617 ProgramPoint P = NI->getLocation();
622 NI->getLocationContext());
628 NI = NI->succ_empty() ? 0 : *(NI->succ_begin());
632 const LocationContext *LC = NI->getLocationContext();
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 440 NameSet::iterator NI = UsedNames.find(name);
441 if (NI != UsedNames.end())
456 NameSet::iterator NI = UsedNames.find(name);
457 if (NI != UsedNames.end())
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 411 final int NI = event.getPointerCount();
413 for (int i = 0; i < NI; i++) {
419 for (int i = 0; i < NI; i++) {
556 final int NI = event.getPointerCount();
567 for (int i = 0; i < NI; i++) {
580 for (int i = 0; i < NI; i++) {
    [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 901 const jsize NI = env->GetArrayLength(attrs);
903 if (NV < (NI*STYLE_NUM_ENTRIES)) {
923 if (env->GetArrayLength(outIndices) > NI) {
987 for (jsize ii=0; ii<NI; ii++) {
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 103 FE, CO, NI, CU, ZN, GA, GE, AS, SE, BR, KR, RB, SR, Y, ZR, NB, MO, TC, RU, RH, PD, AG, CD,
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java     [all...]

Completed in 930 milliseconds