Home
last modified time | relevance | path

Searched defs:NV (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMergeFile.c33 uint8_t NV = VR->SiteCountArray[S]; in lprofMergeValueProfData() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumptionCache.cpp191 void AssumptionCache::transferAffectedValuesInCache(Value *OV, Value *NV) { in transferAffectedValuesInCache()
203 void AssumptionCache::AffectedValueCallbackVH::allUsesReplacedWith(Value *NV) { in allUsesReplacedWith()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DOptimizationRemarkEmitter.h136 using NV = DiagnosticInfoOptimizationBase::Argument; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBoolAssignmentChecker.cpp75 std::optional<NonLoc> NV = val.getAs<NonLoc>(); in checkBind() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp253 if (std::optional<nonloc::ConcreteInt> NV = getAs<nonloc::ConcreteInt>()) in isConstant() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp280 unsigned NV = Ptr.isBaseClass() ? 0 : Record->getNumVirtualBases(); in toRValue() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h341 void resize(const ASTContext &C, unsigned N, const T &NV) { in resize()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp640 uint32_t NV = getNumValueDataForSite(VK, I); in accumulateCounts() local
1168 uint32_t NV = InstrProfR.getNumValueDataForSite(ValueKind, SiteIdx); in annotateValueSite() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h271 NV = 0xf, // Always (unconditional) Always (unconditional) enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp185 if (Instruction *NV = FoldOpIntoSelect(CI, Sel)) { in commonCastTransforms() local
198 if (Instruction *NV = foldOpIntoPhi(CI, PN)) in commonCastTransforms() local
H A DInstCombineAddSub.cpp856 if (Instruction *NV = foldBinOpIntoSelectOrPhi(Add)) in foldAddWithConstant() local
2861 if (Instruction *NV = FoldOpIntoSelect(I, SI)) in visitFSub() local
H A DInstCombineCompares.cpp3937 if (Instruction *NV = foldOpIntoPhi(I, cast<PHINode>(LHSI))) in foldICmpInstWithConstantNotInt() local
7744 if (Instruction *NV = foldOpIntoPhi(I, cast<PHINode>(LHSI))) in visitFCmpInst() local
7749 if (Instruction *NV = foldFCmpIntToFPConst(I, LHSI, RHSC)) in visitFCmpInst() local
7753 if (Instruction *NV = foldFCmpReciprocalAndZero(I, LHSI, RHSC)) in visitFCmpInst() local
H A DInstCombineMulDivRem.cpp1991 if (Instruction *NV = foldOpIntoPhi(I, PN)) in commonIRemTransforms() local
H A DInstructionCombining.cpp4128 if (Instruction *NV = foldOpIntoPhi(I, PN)) in visitFreeze() local
4130 if (Instruction *NV = foldFreezeIntoRecurrence(I, PN)) in visitFreeze() local
H A DInstCombineCalls.cpp4084 Value *NV = NC; in transformConstExprCastCall() local
H A DInstCombineSelect.cpp3628 if (Instruction *NV = foldOpIntoPhi(SI, PN)) in visitSelectInst() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp816 Value *NV = PoisonValue::get(PN->getType()); in CloneAndPruneIntoFromInst() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h663 void resize(size_type N, ValueParamT NV) { in resize()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp394 SDValue NV = DAG.getNode(ISD::ZERO_EXTEND, DL, MVT::i64, OutVals[i+1]); in LowerReturn_64() local
1344 SDValue NV = DAG.getNode(ISD::ZERO_EXTEND, DL, MVT::i64, in LowerCall_64() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2122 GlobalVariable *NV = in setUsedInitializer() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2159 SDValue NV = CurDAG->getTargetExtractSubreg(QSubs[i], dl, WideVT, SuperReg); in SelectLoadLane() local
2210 SDValue NV = CurDAG->getTargetExtractSubreg(QSubs[i], dl, WideVT, in SelectPostLoadLane() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2647 uint32_t NV = Func.getNumValueDataForSite(VK, I); in traverseAllValueSites() local
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1955 std::string NV = colourize(V.str() + " " + Value.str(), Colour); in DotCfgDiff() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp2718 SDValue NV = DAG.getNode(N->getOpcode(), DL, NVT, N->getOperand(0)); in PromoteFloatRes_XINT_TO_FP() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4864 llvm::Value *NV = llvm::Constant::getNullValue(CGM.IntTy); in registerGlobalDtor() local

12