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

  /external/guava/guava-tests/test/com/google/common/collect/
AbstractMapEntryTest.java 34 private static final Integer NV = null;
57 assertEquals("foo=null", entry("foo", NV).toString());
58 assertEquals("null=null", entry(NK, NV).toString());
74 assertEquals(control("bar", NV), entry("bar", NV));
88 assertEquals(control("bar", NV).hashCode(), entry("bar", NV).hashCode());
89 assertEquals(control(NK, NV).hashCode(), entry(NK, NV).hashCode());
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 493 Value *NV = UndefValue::get(PN->getType());
494 PN->replaceAllUsesWith(NV);
496 VMap[OldI] = NV;
SimplifyCFG.cpp     [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 35 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV,
  /external/llvm/lib/Linker/
LinkModules.cpp 760 GlobalValue::VisibilityTypes NV;
762 if (getLinkageResult(DGV, SGV, NewLinkage, NV, LinkFromSrc))
764 NewVisibility = NV;
822 GlobalValue::VisibilityTypes NV;
823 if (getLinkageResult(DGV, SF, NewLinkage, NV, LinkFromSrc))
825 NewVisibility = NV;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 911 const jsize NV = env->GetArrayLength(outValues);
912 if (NV < (NI*STYLE_NUM_ENTRIES)) {
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 288 SDValue NV = DAG.getNode(ISD::ZERO_EXTEND, DL, MVT::i64, OutVals[i+1]);
289 OutVal = DAG.getNode(ISD::OR, DL, MVT::i64, OutVal, NV);
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 46 NV, // Always (unconditional) Always (unconditional)
47 // Note the NV exists purely to disassemble 0b1111. Execution
72 case A64CC::NV: return "nv";
96 .Case("nv", A64CC::NV)
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 575 milliseconds