Home
last modified time | relevance | path

Searched defs:NewV (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingPort.h34 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument
38 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument
43 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument
47 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument
H A DInstrProfilingValue.c30 uint32_t BoolCmpXchg(void **Ptr, void *OldV, void *NewV) { in BoolCmpXchg()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp730 Value *NewV = cloneInstructionWithNewAddressSpace( in cloneValueWithNewAddressSpace() local
934 Value *NewV) { in handleMemIntrinsicPtrUse()
1049 User *NewV = cast_or_null<User>(ValueWithNewAddrSpace.lookup(V)); in rewriteWithNewAddressSpaces() local
1064 Value *NewV = ValueWithNewAddrSpace.lookup(V); in rewriteWithNewAddressSpaces() local
H A DFloat2Int.cpp462 Value *NewV = nullptr; in convert() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp521 Value *NewV = nullptr; in optimizeAtomic() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp349 if (Value *NewV = Materializer->materialize(const_cast<Value *>(V))) { in mapValue() local
1022 Constant *NewV; in mapAppendingVariable() local
H A DSCCPSolver.cpp958 ValueLatticeElement NewV; in visitBinaryOperator() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp294 const llvm::APSInt &NewV = getBasicVals().Convert(T, *Int); in getSVal() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCUDANV.cpp460 llvm::Instruction *NewV = in replaceManagedVar() local
H A DCGExprScalar.cpp1611 Value* NewV = llvm::UndefValue::get(RTy); in VisitShuffleVectorExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp398 Value *Simplifier::Context::subst(Value *Tree, Value *OldV, Value *NewV) { in subst()
424 void Simplifier::Context::replace(Value *OldV, Value *NewV) { in replace()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h112 Value *NewV) const { in rewriteIntrinsicWithAddressSpace()
H A DTargetTransformInfo.h1794 Value *NewV) const override { in rewriteIntrinsicWithAddressSpace()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h286 Value *NewV) const { in rewriteIntrinsicWithAddressSpace()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp667 Value *NewV = Builder.CreateFNeg(V); in createFNeg() local
H A DInstCombineCasts.cpp2487 Value *NewV = nullptr; in optimizeBitCastFromPhi() local
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp1221 Variable NewV(V.getType(), NewName + VariablePostfix); in emitArgumentReversal() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1263 Value *NewV = It.second; in cleanupIR() local
H A DGlobalOpt.cpp729 static bool OptimizeAwayTrappingUsesOfValue(Value *V, Constant *NewV) { in OptimizeAwayTrappingUsesOfValue()
H A DAttributorAttributes.cpp295 Value *NewV = nullptr; in genericValueTraversal() local
344 if (Value *NewV = C.getValue()) { in genericValueTraversal() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4953 Value *NewV = propagateMetadata(V, E->Scalars); in vectorizeTree() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8670 auto ExractInto = [&DAG, &dl](SDValue NewV, SDValue ConVec, unsigned &j) { in LowerCONCAT_VECTORS_i1()