Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/compiler-rt/lib/profile/
H A DInstrProfilingPort.h59 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument
66 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument
74 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument
81 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument
H A DInstrProfilingUtil.c51 uint32_t lprofBoolCmpXchg(void **Ptr, void *OldV, void *NewV) { in lprofBoolCmpXchg()
/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A DNVPTXInferAddressSpaces.cpp390 Value *NewV = cloneInstructionWithNewAddressSpace( in cloneValueWithNewAddressSpace() local
532 User *NewV = cast<User>(ValueWithNewAddrSpace.lookup(V)); in rewriteWithNewAddressSpaces() local
540 Value *NewV = ValueWithNewAddrSpace.lookup(V); in rewriteWithNewAddressSpaces() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp592 Value *NewV = cloneInstructionWithNewAddressSpace( in cloneValueWithNewAddressSpace() local
787 Value *NewV) { in handleMemIntrinsicPtrUse()
893 User *NewV = cast<User>(ValueWithNewAddrSpace.lookup(V)); in rewriteWithNewAddressSpaces() local
905 Value *NewV = ValueWithNewAddrSpace.lookup(V); in rewriteWithNewAddressSpaces() local
H A DFloat2Int.cpp464 Value *NewV = nullptr; in convert() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
H A DValueList.h81 void replaceValueWithoutRAUW(unsigned ValNo, Value *NewV) { in replaceValueWithoutRAUW()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp350 if (Value *NewV = Materializer->materialize(const_cast<Value *>(V))) { in mapValue() local
961 Constant *NewV; in mapAppendingVariable() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp350 if (Value *NewV = Materializer->materialize(const_cast<Value *>(V))) { in mapValue() local
978 Constant *NewV; in mapAppendingVariable() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp457 Value *NewV = nullptr; in convert() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp476 Value *NewV = nullptr; in optimizeAtomic() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp527 Value *NewV = nullptr; in optimizeAtomic() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp380 Value *Simplifier::Context::subst(Value *Tree, Value *OldV, Value *NewV) { in subst()
406 void Simplifier::Context::replace(Value *OldV, Value *NewV) { in replace()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp277 const llvm::APSInt &NewV = getBasicVals().Convert(T, *Int); in getSVal() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp874 Value *NewV = nullptr; in optimizeAMXCastFromPhi() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h225 Value *OldV, Value *NewV) const { in rewriteIntrinsicWithAddressSpace()
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp745 Value *NewV = createFSub(Zero, V); in createFNeg() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h169 Value *OldV, Value *NewV) const { in rewriteIntrinsicWithAddressSpace()
/aosp_15_r20/prebuilts/go/linux-x86/test/
Descape2n.go1531 func NewV(u U) *V { // ERROR "leaking param: u$" func

123