Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DValueList.h81 void replaceValueWithoutRAUW(unsigned ValNo, Value *NewV) { in replaceValueWithoutRAUW()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp792 Value *NewV = cloneInstructionWithNewAddressSpace( in cloneValueWithNewAddressSpace() local
1041 Value *NewV) { in handleMemIntrinsicPtrUse()
1164 User *NewV = cast_or_null<User>(ValueWithNewAddrSpace.lookup(V)); in rewriteWithNewAddressSpaces() local
1181 Value *NewV = ValueWithNewAddrSpace.lookup(V); in rewriteWithNewAddressSpaces() local
H A DFloat2Int.cpp431 Value *NewV = nullptr; in convert() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp350 if (Value *NewV = Materializer->materialize(const_cast<Value *>(V))) { in mapValue() local
1101 Constant *NewV; in mapAppendingVariable() local
H A DSCCPSolver.cpp1514 ValueLatticeElement NewV; in visitBinaryOperator() local
H A DLocal.cpp2228 Value *NewV = salvageDebugInfoImpl(*I, CurrentLocOps, Ops, AdditionalValues); in salvageDbgAssignAddress() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp744 Value *NewV = nullptr; in optimizeAtomic() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp508 llvm::Instruction *NewV = in replaceManagedVar() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp302 const llvm::APSInt &NewV = getBasicVals().Convert(T, *Int); in getSVal() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp655 Value *NewV = cast<Operator>(V)->getOperand(0); in stripPointerCastsAndOffsets() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp880 Value *NewV = nullptr; in optimizeAMXCastFromPhi() local
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6193 if (const auto &NewV = VMap.lookup(&V)) in reproduceValue() local
6209 if (Value *NewV = reproduceInst(A, QueryingAA, *I, Ty, CtxI, Check, VMap)) in reproduceValue() local
6217 Value *NewV = SimplifiedAssociatedValue in manifestReplacementValue() local
6287 if (auto *NewV = manifestReplacementValue(A, IP)) { in manifest() local
6534 if (auto *NewV = manifestReplacementValue(A, getCtxI())) { in manifest() local
10918 Value *NewV = getSingleValue(A, *this, getIRPosition(), Values); in manifest() local
11027 Constant *NewV = ConstantInt::get(Type::getInt1Ty(Ctx), in handleCmp() local
11037 Value *NewV = simplifyCmpInst(Pred, TypedLHS, TypedRHS, Q); in handleCmp() local
11070 Constant *NewV = in handleCmp() local
11280 Value *NewV = simplifyInstructionWithOperands(&I, NewOps, Q); in handleGenericInst() local
[all …]
H A DAttributor.cpp2432 auto ReplaceUse = [&](Use *U, Value *NewV) { in cleanupIR()
2492 Value *NewV = It.second; in cleanupIR() local
H A DGlobalOpt.cpp755 static bool OptimizeAwayTrappingUsesOfValue(Value *V, Constant *NewV) { in OptimizeAwayTrappingUsesOfValue()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp461 llvm::Value *NewV = in createCommon() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp1226 Variable NewV(V.getType(), NewName + VariablePostfix); in emitArgumentReversal() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1304 Value *NewV = V1; in foldAndOrOfICmpsUsingRanges() local
4164 Value *NewV = LHS0; in foldXorOfICmps() local
H A DInstCombineCasts.cpp2604 Value *NewV = nullptr; in optimizeBitCastFromPhi() local
H A DInstCombineAddSub.cpp658 Value *NewV = Builder.CreateFNeg(V); in createFNeg() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h140 Value *NewV) const { in rewriteIntrinsicWithAddressSpace()
H A DTargetTransformInfo.h2303 Value *NewV) const override { in rewriteIntrinsicWithAddressSpace()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h324 Value *NewV) const { in rewriteIntrinsicWithAddressSpace()

12