Home
last modified time | relevance | path

Searched defs:OldV (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingPort.h34 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument
38 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument
43 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument
47 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument
H A DInstrProfilingValue.c30 uint32_t BoolCmpXchg(void **Ptr, void *OldV, void *NewV) { in BoolCmpXchg()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DValueList.cpp77 WeakTrackingVH &OldV = ValuePtrs[Idx]; in assignValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp339 Value *OldV, in rewriteIntrinsicOperands()
933 static bool handleMemIntrinsicPtrUse(MemIntrinsic *MI, Value *OldV, in handleMemIntrinsicPtrUse()
H A DSROA.cpp4588 Value *OldV = U; in clobberUse() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCUDANV.cpp459 llvm::Value *OldV = Var; in replaceManagedVar() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp1067 Value *OldV, in rewriteIntrinsicWithAddressSpace()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp398 Value *Simplifier::Context::subst(Value *Tree, Value *OldV, Value *NewV) { in subst()
424 void Simplifier::Context::replace(Value *OldV, Value *NewV) { in replace()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h111 Value *rewriteIntrinsicWithAddressSpace(IntrinsicInst *II, Value *OldV, in rewriteIntrinsicWithAddressSpace()
H A DTargetTransformInfo.h1793 Value *rewriteIntrinsicWithAddressSpace(IntrinsicInst *II, Value *OldV, in rewriteIntrinsicWithAddressSpace()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h285 Value *rewriteIntrinsicWithAddressSpace(IntrinsicInst *II, Value *OldV, in rewriteIntrinsicWithAddressSpace()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1264 Value *OldV = U->get(); in cleanupIR() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp271 IntrinsicInst *II, Value *OldV, Value *NewV) const { in rewriteIntrinsicWithAddressSpace()