Searched defs:NV (Results 1 - 25 of 26) sorted by relevance

12

/external/compiler-rt/lib/profile/
H A DInstrProfilingMergeFile.c33 uint8_t NV = VR->SiteCountArray[S]; local
34 for (V = 0; V < NV; V++) {
/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractMapEntryTest.java34 private static final Integer NV = null; field in class:AbstractMapEntryTest
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/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DCloneFunction.cpp485 Value *NV = UndefValue::get(PN->getType()); local
486 PN->replaceAllUsesWith(NV);
488 VMap[OldI] = NV;
H A DSimplifyCFG.cpp1359 SelectInst *NV = local
1361 PN->replaceAllUsesWith(NV);
1362 NV->takeName(PN);
1811 Value *NV = cast<SelectInst> local
1813 PN->setIncomingValue(PBBIdx, NV);
/external/clang/include/clang/AST/
H A DASTVector.h338 void resize(const ASTContext &C, unsigned N, const T &NV) { argument
345 construct_range(this->end(), this->begin()+N, NV);
/external/curl/src/
H A Dtool_setopt.c41 #define NV(e) {#e, e} macro
46 NV(CURLPROXY_HTTP),
47 NV(CURLPROXY_HTTP_1_0),
48 NV(CURLPROXY_HTTPS),
49 NV(CURLPROXY_SOCKS4),
50 NV(CURLPROXY_SOCKS5),
51 NV(CURLPROXY_SOCKS4A),
52 NV(CURLPROXY_SOCKS5_HOSTNAME),
57 NV(CURLPROXY_SOCKS4),
58 NV(CURLPROXY_SOCKS
[all...]
/external/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp538 Value *NV = UndefValue::get(PN->getType()); local
539 PN->replaceAllUsesWith(NV);
541 VMap[&*OldI] = NV;
H A DSimplifyCFG.cpp2968 SelectInst *NV = cast<SelectInst>( local
2970 PN->setIncomingValue(PBBIdx, NV);
2987 NV->setMetadata(LLVMContext::MD_prof,
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DMetadata.cpp61 virtual void allUsesReplacedWith(Value *NV);
70 void MDNodeOperand::allUsesReplacedWith(Value *NV) { argument
71 Parent->replaceOperand(this, NV);
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h636 Value *NV = Map[V]; local
637 if (InterpretConsts && isa<ConstantInt>(NV))
638 return SE.getConstant(cast<ConstantInt>(NV));
639 return SE.getUnknown(NV);
/external/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp394 uint32_t NV = Func.getNumValueDataForSite(IPVK_IndirectCallTarget, I); local
397 TotalNumValues += NV;
398 if (NV)
400 for (uint32_t V = 0; V < NV; V++) {
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DSmallVector.h305 void resize(unsigned N, const T &NV) { argument
312 construct_range(this->end(), this->begin()+N, NV);
/external/llvm/include/llvm/ADT/
H A DSmallVector.h362 void resize(size_type N, const T &NV) { argument
369 std::uninitialized_fill(this->end(), this->begin()+N, NV);
/external/llvm/lib/ProfileData/
H A DInstrProf.cpp674 uint32_t NV = InstrProfR.getNumValueDataForSite(ValueKind, SiteIdx); local
675 if (!NV)
682 ArrayRef<InstrProfValueData> VDs(VD.get(), NV);
/external/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h209 NV = 0xf, // Always (unconditional) Always (unconditional) enumerator in enum:llvm::AArch64CC::CondCode
210 // Note the NV exists purely to disassemble 0b1111. Execution is "always".
232 case NV: return "nv";
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1209 Value *NV = NC; local
1210 if (OldRetTy != NV->getType() && !Caller->use_empty()) {
1211 if (!NV->getType()->isVoidTy()) {
1214 NV = NC = CastInst::Create(opcode, NC, OldRetTy);
1228 NV = UndefValue::get(Caller->getType());
1233 ReplaceInstUsesWith(*Caller, NV);
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSmallVector.h365 void resize(size_type N, const T &NV) { argument
372 std::uninitialized_fill(this->end(), this->begin()+N, NV);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp2128 SDValue NV = DAG.getNode(N->getOpcode(), DL, NVT, N->getOperand(0)); local
2132 DAG.getNode(ISD::FP_ROUND, DL, VT, NV, DAG.getIntPtrConstant(0, DL)));
H A DDAGCombiner.cpp7269 SDValue NV = DAG.getNode(ISD::TRUNCATE, SDLoc(V), VTs[i], V); local
7270 AddToWorklist(NV.getNode());
7271 Opnds.push_back(NV);
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2214 GlobalVariable *NV = local
2217 NV->takeName(&V);
2218 NV->setSection("llvm.metadata");
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1288 SDValue NV = CurDAG->getTargetExtractSubreg(QSubs[i], dl, WideVT, SuperReg); local
1290 NV = NarrowVector(NV, *CurDAG);
1291 ReplaceUses(SDValue(N, i), NV); local
1340 SDValue NV = CurDAG->getTargetExtractSubreg(QSubs[i], dl, WideVT, local
1343 NV = NarrowVector(NV, *CurDAG);
1344 ReplaceUses(SDValue(N, i), NV); local
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2852 Value *NV = NC; local
2853 if (OldRetTy != NV->getType() && !Caller->use_empty()) {
2854 if (!NV->getType()->isVoidTy()) {
2855 NV = NC = CastInst::CreateBitOrPointerCast(NC, OldRetTy);
2869 NV = UndefValue::get(Caller->getType());
2874 replaceInstUsesWith(*Caller, NV);
2876 if (OldRetTy == NV->getType())
2877 ValueHandleBase::ValueIsRAUWd(Caller, NV);
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp344 SDValue NV = DAG.getNode(ISD::ZERO_EXTEND, DL, MVT::i64, OutVals[i+1]); local
345 OutVal = DAG.getNode(ISD::OR, DL, MVT::i64, OutVal, NV);
1262 SDValue NV = DAG.getNode(ISD::ZERO_EXTEND, DL, MVT::i64,
1264 Arg = DAG.getNode(ISD::OR, DL, MVT::i64, Arg, NV);
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2121 Value *NV = CI->getOperand(1); local
2122 if (NV == LF.OperandValToReplace) {
2124 CI->setOperand(0, NV);
2125 NV = CI->getOperand(1);
2130 const SCEV *N = SE.getSCEV(NV);
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2966 Value *NV = CI->getOperand(1); local
2967 if (NV == LF.OperandValToReplace) {
2969 CI->setOperand(0, NV);
2970 NV = CI->getOperand(1);
2975 const SCEV *N = SE.getSCEV(NV);

Completed in 967 milliseconds

12