Home
last modified time | relevance | path

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

1234

/external/mesa3d/src/nouveau/vulkan/
Dnvk_sampler.c57 #define SAMP_SET_U(o, NV, i, FIELD, val) \ argument
61 #define SAMP_SET_UF(o, NV, i, FIELD, val) \ argument
65 #define SAMP_SET_SF(o, NV, i, FIELD, val) \ argument
69 #define SAMP_SET_B(o, NV, i, FIELD, b) \ argument
73 #define SAMP_SET_E(o, NV, i, FIELD, E) \ argument
79 #define MODE(VK, NV) \ in vk_to_9097_address_mode() argument
97 #define OP(VK, NV) \ in vk_to_9097_texsamp_compare_op() argument
/external/guava/guava-tests/test/com/google/common/collect/
DAbstractMapEntryTest.java34 private static final @Nullable Integer NV = null; field in AbstractMapEntryTest
/external/guava/android/guava-tests/test/com/google/common/collect/
DAbstractMapEntryTest.java34 private static final @Nullable Integer NV = null; field in AbstractMapEntryTest
/external/compiler-rt/lib/profile/
DInstrProfilingMergeFile.c33 uint8_t NV = VR->SiteCountArray[S]; in lprofMergeValueProfData() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAssumptionCache.cpp147 void AssumptionCache::transferAffectedValuesInCache(Value *OV, Value *NV) { in transferAffectedValuesInCache()
159 void AssumptionCache::AffectedValueCallbackVH::allUsesReplacedWith(Value *NV) { in allUsesReplacedWith()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DOptimizationRemarkEmitter.h126 using NV = DiagnosticInfoOptimizationBase::Argument; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DAssumptionCache.cpp188 void AssumptionCache::transferAffectedValuesInCache(Value *OV, Value *NV) { in transferAffectedValuesInCache()
200 void AssumptionCache::AffectedValueCallbackVH::allUsesReplacedWith(Value *NV) { in allUsesReplacedWith()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DOptimizationRemarkEmitter.h136 using NV = DiagnosticInfoOptimizationBase::Argument; variable
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp276 if (Instruction *NV = FoldOpIntoPhi(I)) in visitMul() local
561 if (Instruction *NV = FoldOpIntoPhi(I)) in visitFMul() local
891 if (Instruction *NV = FoldOpIntoPhi(I)) in commonIDivTransforms() local
1404 if (Instruction *NV = FoldOpIntoPhi(I)) in commonIRemTransforms() local
DInstCombineAddSub.cpp1107 if (Instruction *NV = FoldOpIntoPhi(I)) in visitAdd() local
1308 if (Instruction *NV = FoldOpIntoPhi(I)) in visitFAdd() local
1312 if (Instruction *NV = FoldOpIntoSelect(I, SI)) in visitFAdd() local
1691 if (Instruction *NV = FoldOpIntoSelect(I, SI)) in visitFSub() local
DInstCombineAndOrXor.cpp1434 if (Instruction *NV = FoldOpIntoPhi(I)) in visitAnd() local
2172 if (Instruction *NV = FoldOpIntoPhi(I)) in visitOr() local
2633 if (Instruction *NV = FoldOpIntoPhi(I)) in visitXor() local
DInstCombineShifts.cpp367 if (Instruction *NV = FoldOpIntoPhi(I)) in FoldShiftByConstant() local
/external/clang/lib/StaticAnalyzer/Core/
DSVals.cpp181 if (Optional<nonloc::ConcreteInt> NV = getAs<nonloc::ConcreteInt>()) in isConstant() local
/external/clang/lib/StaticAnalyzer/Checkers/
DArrayBoundCheckerV2.cpp113 if (Optional<NonLoc> NV = extentBegin.getAs<NonLoc>()) { in checkLocation() local
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager.java776 final int NV = outValues.length; in resolveAttrs() local
846 final int NV = outValues.length; in retrieveAttributes() local
920 int NV = outValues.length; in retrieveArray() local
/external/clang/include/clang/AST/
DASTVector.h338 void resize(const ASTContext &C, unsigned N, const T &NV) { in resize()
/external/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h209 NV = 0xf, // Always (unconditional) Always (unconditional) enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h251 NV = 0xf, // Always (unconditional) Always (unconditional) enumerator
/external/llvm/include/llvm/ADT/
DSmallVector.h362 void resize(size_type N, const T &NV) { in resize()
/external/curl/src/
Dtool_setopt.c43 #define NV(e) {#e, e} macro
/external/tpm2-tss/src/tss2-esys/
Desys_int.h125 NV_IN NV; member
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallVector.h365 void resize(size_type N, const T &NV) { in resize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp492 uint32_t NV = getNumValueDataForSite(VK, I); in accumulateCounts() local
935 uint32_t NV = InstrProfR.getNumValueDataForSite(ValueKind, SiteIdx); in annotateValueSite() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSmallVector.h357 void resize(size_type N, const T &NV) { in resize()
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp394 uint32_t NV = Func.getNumValueDataForSite(IPVK_IndirectCallTarget, I); in showInstrProfile() local

1234