Home
last modified time | relevance | path

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

12

/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DValueList.h81 void replaceValueWithoutRAUW(unsigned ValNo, Value *NewV) { in replaceValueWithoutRAUW()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp791 Value *NewV = cloneInstructionWithNewAddressSpace( cloneValueWithNewAddressSpace() local
1040 handleMemIntrinsicPtrUse(MemIntrinsic * MI,Value * OldV,Value * NewV) handleMemIntrinsicPtrUse() argument
1163 User *NewV = cast_or_null<User>(ValueWithNewAddrSpace.lookup(V)); rewriteWithNewAddressSpaces() local
1180 Value *NewV = ValueWithNewAddrSpace.lookup(V); rewriteWithNewAddressSpaces() local
[all...]
H A DFloat2Int.cpp425 Value *NewV = nullptr; convert() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp350 if (Value *NewV = Materializer->materialize(const_cast<Value *>(V))) { in mapValue() local
1087 Constant *NewV; mapAppendingVariable() local
H A DSCCPSolver.cpp1476 ValueLatticeElement NewV; visitBinaryOperator() local
H A DLocal.cpp2205 Value *NewV = salvageDebugInfoImpl(*I, CurrentLocOps, Ops, AdditionalValues); salvageDbgAssignAddress() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp757 Value *NewV = nullptr; optimizeAtomic() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp288 const llvm::APSInt &NewV = getBasicVals().Convert(T, *Int); getSVal() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp486 llvm::Instruction *NewV = replaceManagedVar() local
H A DCGExprScalar.cpp1676 Value* NewV = llvm::PoisonValue::get(RTy); VisitShuffleVectorExpr() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp874 Value *NewV = nullptr; optimizeAMXCastFromPhi() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp396 Value *Simplifier::Context::subst(Value *Tree, Value *OldV, Value *NewV) { in subst() argument
422 void Simplifier::Context::replace(Value *OldV, Value *NewV) { in replace() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6194 return NewV; in reproduceValue() local
6178 if (const auto &NewV = VMap.lookup(&V)) reproduceValue() local
6202 Value *NewV = SimplifiedAssociatedValue manifestReplacementValue() local
6272 if (auto *NewV = manifestReplacementValue(A, IP)) { manifest() local
6519 if (auto *NewV = manifestReplacementValue(A, getCtxI())) { manifest() local
10927 Value *NewV = getSingleValue(A, *this, getIRPosition(), Values); manifest() local
11036 Constant *NewV = ConstantInt::get(Type::getInt1Ty(Ctx), handleCmp() local
11046 Value *NewV = simplifyCmpInst(Pred, TypedLHS, TypedRHS, Q); handleCmp() local
11079 Constant *NewV = handleCmp() local
11289 Value *NewV = simplifyInstructionWithOperands(&I, NewOps, Q); handleGenericInst() local
11350 Value *NewV = nullptr; genericValueTraversal() local
[all...]
H A DAttributor.cpp2429 __anon66b7d7671602(Use *U, Value *NewV) cleanupIR() argument
2489 Value *NewV = It.second; cleanupIR() local
[all...]
H A DGlobalOpt.cpp745 OptimizeAwayTrappingUsesOfValue(Value * V,Constant * NewV) OptimizeAwayTrappingUsesOfValue() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp435 auto *NewV = V; replace() local
H A DInstCombineAndOrXor.cpp1261 Value *NewV = V1; foldAndOrOfICmpsUsingRanges() local
4033 Value *NewV = LHS0; foldXorOfICmps() local
[all...]
H A DInstCombineCasts.cpp2514 Value *NewV = nullptr; optimizeBitCastFromPhi() local
H A DInstCombineAddSub.cpp658 Value *NewV = Builder.CreateFNeg(V); in createFNeg() local
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp1233 V = NewV; in emitArgumentReversal() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h322 rewriteIntrinsicWithAddressSpace(IntrinsicInst * II,Value * OldV,Value * NewV) rewriteIntrinsicWithAddressSpace() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h137 rewriteIntrinsicWithAddressSpace(IntrinsicInst * II,Value * OldV,Value * NewV) rewriteIntrinsicWithAddressSpace() argument
H A DTargetTransformInfo.h2224 rewriteIntrinsicWithAddressSpace(IntrinsicInst * II,Value * OldV,Value * NewV) rewriteIntrinsicWithAddressSpace() argument

12