Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingPort.h70 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument
77 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument
85 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument
92 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument
H A DInstrProfilingUtil.c95 uint32_t lprofBoolCmpXchg(void **Ptr, void *OldV, void *NewV) { in lprofBoolCmpXchg()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DValueList.h81 void replaceValueWithoutRAUW(unsigned ValNo, Value *NewV) { in replaceValueWithoutRAUW()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp772 Value *NewV = cloneInstructionWithNewAddressSpace( in cloneValueWithNewAddressSpace() local
1019 Value *NewV) { in handleMemIntrinsicPtrUse()
1141 User *NewV = cast_or_null<User>(ValueWithNewAddrSpace.lookup(V)); in rewriteWithNewAddressSpaces() local
1156 Value *NewV = ValueWithNewAddrSpace.lookup(V); in rewriteWithNewAddressSpaces() local
H A DFloat2Int.cpp456 Value *NewV = nullptr; in convert() local
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp527 Value *NewV = nullptr; in optimizeAtomic() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp348 if (Value *NewV = Materializer->materialize(const_cast<Value *>(V))) { in mapValue() local
1040 Constant *NewV; in mapAppendingVariable() local
H A DSCCPSolver.cpp1295 ValueLatticeElement NewV; in visitBinaryOperator() local
H A DLocal.cpp1824 Value *NewV = salvageDebugInfoImpl(*I, CurrentLocOps, Ops, AdditionalValues); in salvageDbgAssignAddress() local
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp289 const llvm::APSInt &NewV = getBasicVals().Convert(T, *Int); in getSVal() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCUDANV.cpp489 llvm::Instruction *NewV = in replaceManagedVar() local
H A DCGExprScalar.cpp1668 Value* NewV = llvm::PoisonValue::get(RTy); in VisitShuffleVectorExpr() local
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6116 if (const auto &NewV = VMap.lookup(&V)) in reproduceValue() local
6132 if (Value *NewV = reproduceInst(A, QueryingAA, *I, Ty, CtxI, Check, VMap)) in reproduceValue() local
6140 Value *NewV = SimplifiedAssociatedValue in manifestReplacementValue() local
6208 if (auto *NewV = manifestReplacementValue(A, IP)) { in manifest() local
6478 if (auto *NewV = manifestReplacementValue(A, getCtxI())) { in manifest() local
10591 Value *NewV = getSingleValue(A, *this, getIRPosition(), Values); in manifest() local
10670 Constant *NewV = ConstantInt::get(Type::getInt1Ty(Ctx), in handleCmp() local
10700 Constant *NewV = in handleCmp() local
10887 Value *NewV = simplifyInstructionWithOperands(&I, NewOps, Q, ORE); in handleGenericInst() local
10950 Value *NewV = nullptr; in genericValueTraversal() local
H A DAttributor.cpp2249 auto ReplaceUse = [&](Use *U, Value *NewV) { in cleanupIR()
2309 Value *NewV = It.second; in cleanupIR() local
H A DGlobalOpt.cpp703 static bool OptimizeAwayTrappingUsesOfValue(Value *V, Constant *NewV) { in OptimizeAwayTrappingUsesOfValue()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp396 Value *Simplifier::Context::subst(Value *Tree, Value *OldV, Value *NewV) { in subst()
422 void Simplifier::Context::replace(Value *OldV, Value *NewV) { in replace()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp874 Value *NewV = nullptr; in optimizeAMXCastFromPhi() local
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h120 Value *NewV) const { in rewriteIntrinsicWithAddressSpace()
H A DTargetTransformInfo.h1991 Value *NewV) const override { in rewriteIntrinsicWithAddressSpace()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h316 Value *NewV) const { in rewriteIntrinsicWithAddressSpace()
/openbsd/gnu/llvm/clang/utils/TableGen/
H A DNeonEmitter.cpp1229 Variable NewV(V.getType(), NewName + VariablePostfix); in emitArgumentReversal() local
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp658 Value *NewV = Builder.CreateFNeg(V); in createFNeg() local
H A DInstCombineCasts.cpp2625 Value *NewV = nullptr; in optimizeBitCastFromPhi() local
H A DInstCombineAndOrXor.cpp1176 Value *NewV = V1; in foldAndOrOfICmpsUsingRanges() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp9292 Value *NewV = propagateMetadata(V, E->Scalars); in vectorizeTree() local

12