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 257 Instruction *NI = InsertValueInst::Create(AI, EI, 0);
258 NI->insertAfter(EI);
259 AI->replaceAllUsesWith(NI);
263 NI->setOperand(0, AI);
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 225 BasicBlock::iterator NI = II->getNormalDest()->getFirstInsertionPt();
228 InvokeNum, false, NI);
296 Instruction *NI = InsertValueInst::Create(AI, EI, 0);
297 NI->insertAfter(EI);
298 AI->replaceAllUsesWith(NI);
301 NI->setOperand(0, AI);
SimplifyCFG.cpp 595 Instruction *NI = Builder.CreateBr(ThisDef);
596 (void) NI;
602 << "Through successor TI: " << *TI << "Leaving: " << *NI << "\n");
681 Instruction *NI = Builder.CreateBr(TheRealDest);
682 (void) NI;
685 << "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/
BugReporterVisitors.cpp 874 const ExplodedNode *NI = N;
876 ProgramPoint ProgPoint = NI->getLocation();
889 NI = NI->getFirstPred();
890 } while (NI);
    [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 424 final int NI = event.getPointerCount();
426 for (int i = 0; i < NI; i++) {
432 for (int i = 0; i < NI; i++) {
570 final int NI = event.getPointerCount();
581 for (int i = 0; i < NI; i++) {
594 for (int i = 0; i < NI; i++) {
    [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 910 const jsize NI = env->GetArrayLength(attrs);
912 if (NV < (NI*STYLE_NUM_ENTRIES)) {
932 if (env->GetArrayLength(outIndices) > NI) {
996 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 449 milliseconds