Home
last modified time | relevance | path

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

12

/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAssumptionCache.cpp174 void AssumptionCache::transferAffectedValuesInCache(Value *OV, Value *NV) { in transferAffectedValuesInCache()
186 void AssumptionCache::AffectedValueCallbackVH::allUsesReplacedWith(Value *NV) { in allUsesReplacedWith()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DOptimizationRemarkEmitter.h128 using NV = DiagnosticInfoOptimizationBase::Argument; variable
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DBoolAssignmentChecker.cpp73 Optional<NonLoc> NV = val.getAs<NonLoc>(); in checkBind() local
H A DArrayBoundCheckerV2.cpp146 if (Optional<NonLoc> NV = extentBegin.getAs<NonLoc>()) { in checkLocation() local
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp207 if (Optional<nonloc::ConcreteInt> NV = getAs<nonloc::ConcreteInt>()) in isConstant() local
/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DEvalEmitter.cpp138 unsigned NV = Ptr.isBaseClass() ? 0 : Record->getNumVirtualBases(); in emitRetValue() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTVector.h341 void resize(const ASTContext &C, unsigned N, const T &NV) { in resize()
/netbsd/external/gpl3/gdb/dist/sim/aarch64/
H A Ddecode.h52 NV = 0xf /* ditto */ enumerator
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h251 NV = 0xf, // Always (unconditional) Always (unconditional) enumerator
/netbsd/external/gpl3/gdb.old/dist/sim/aarch64/
H A Ddecode.h52 NV = 0xf /* ditto */ enumerator
/netbsd/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp514 uint32_t NV = getNumValueDataForSite(VK, I); in accumulateCounts() local
958 uint32_t NV = InstrProfR.getNumValueDataForSite(ValueKind, SiteIdx); in annotateValueSite() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp870 if (Instruction *NV = foldBinOpIntoSelectOrPhi(Add)) in foldAddWithConstant() local
2264 if (Instruction *NV = FoldOpIntoSelect(I, SI)) in visitFSub() local
H A DInstCombineCompares.cpp3261 if (Instruction *NV = foldOpIntoPhi(I, cast<PHINode>(LHSI))) in foldICmpInstWithConstantNotInt() local
6245 if (Instruction *NV = foldOpIntoPhi(I, cast<PHINode>(LHSI))) in visitFCmpInst() local
6250 if (Instruction *NV = foldFCmpIntToFPConst(I, LHSI, RHSC)) in visitFCmpInst() local
6254 if (Instruction *NV = foldFCmpReciprocalAndZero(I, LHSI, RHSC)) in visitFCmpInst() local
H A DInstCombineCasts.cpp305 if (Instruction *NV = FoldOpIntoSelect(CI, Sel)) { in commonCastTransforms() local
318 if (Instruction *NV = foldOpIntoPhi(CI, PN)) in commonCastTransforms() local
H A DInstCombineMulDivRem.cpp1452 if (Instruction *NV = foldOpIntoPhi(I, PN)) in commonIRemTransforms() local
H A DInstCombineCalls.cpp2706 Value *NV = NC; in transformConstExprCastCall() local
H A DInstCombineSelect.cpp3032 if (Instruction *NV = foldOpIntoPhi(SI, PN)) in visitSelectInst() local
/netbsd/external/gpl3/gdb/dist/sim/arm/
H A Darmemu.h39 #define NV 15 macro
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp636 Value *NV = UndefValue::get(PN->getType()); in CloneAndPruneIntoFromInst() local
/netbsd/external/gpl3/gdb.old/dist/sim/arm/
H A Darmemu.h39 #define NV 15 macro
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSmallVector.h611 void resize(size_type N, ValueParamT NV) { in resize()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp344 SDValue NV = DAG.getNode(ISD::ZERO_EXTEND, DL, MVT::i64, OutVals[i+1]); in LowerReturn_64() local
1201 SDValue NV = DAG.getNode(ISD::ZERO_EXTEND, DL, MVT::i64, in LowerCall_64() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1634 SDValue NV = CurDAG->getTargetExtractSubreg(QSubs[i], dl, WideVT, SuperReg); in SelectLoadLane() local
1686 SDValue NV = CurDAG->getTargetExtractSubreg(QSubs[i], dl, WideVT, in SelectPostLoadLane() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2275 GlobalVariable *NV = in setUsedInitializer() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1994 uint32_t NV = Func.getNumValueDataForSite(VK, I); in traverseAllValueSites() local

12