Home
last modified time | relevance | path

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

12

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

12