| /external/compiler-rt/lib/profile/ |
| D | InstrProfilingPort.h | 59 #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
|
| D | InstrProfilingUtil.c | 51 uint32_t lprofBoolCmpXchg(void **Ptr, void *OldV, void *NewV) { in lprofBoolCmpXchg()
|
| /external/llvm-project/compiler-rt/lib/profile/ |
| D | InstrProfilingPort.h | 68 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument 75 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument 83 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument 90 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument
|
| D | InstrProfilingUtil.c | 84 uint32_t lprofBoolCmpXchg(void **Ptr, void *OldV, void *NewV) { in lprofBoolCmpXchg()
|
| /external/llvm/lib/Target/NVPTX/ |
| D | NVPTXInferAddressSpaces.cpp | 390 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
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | InferAddressSpaces.cpp | 592 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
|
| D | Float2Int.cpp | 464 Value *NewV = nullptr; in convert() local
|
| /external/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | InferAddressSpaces.cpp | 721 Value *NewV = cloneInstructionWithNewAddressSpace( in cloneValueWithNewAddressSpace() local 929 Value *NewV) { in handleMemIntrinsicPtrUse() 1043 User *NewV = cast_or_null<User>(ValueWithNewAddrSpace.lookup(V)); in rewriteWithNewAddressSpaces() local 1058 Value *NewV = ValueWithNewAddrSpace.lookup(V); in rewriteWithNewAddressSpaces() local
|
| D | Float2Int.cpp | 463 Value *NewV = nullptr; in convert() local
|
| D | SCCP.cpp | 1018 ValueLatticeElement NewV; in visitBinaryOperator() local
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | Float2Int.cpp | 457 Value *NewV = nullptr; in convert() local
|
| /external/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUAtomicOptimizer.cpp | 480 Value *NewV = nullptr; in optimizeAtomic() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUAtomicOptimizer.cpp | 476 Value *NewV = nullptr; in optimizeAtomic() local
|
| /external/llvm/lib/Transforms/Utils/ |
| D | ValueMapper.cpp | 350 if (Value *NewV = Materializer->materialize(const_cast<Value *>(V))) { in mapValue() local 961 Constant *NewV; in mapAppendingVariable() local
|
| /external/llvm-project/llvm/lib/Transforms/Utils/ |
| D | ValueMapper.cpp | 346 if (Value *NewV = Materializer->materialize(const_cast<Value *>(V))) { in mapValue() local 974 Constant *NewV; in mapAppendingVariable() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | ValueMapper.cpp | 350 if (Value *NewV = Materializer->materialize(const_cast<Value *>(V))) { in mapValue() local 978 Constant *NewV; in mapAppendingVariable() local
|
| /external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| D | ProgramState.cpp | 294 const llvm::APSInt &NewV = getBasicVals().Convert(T, *Int); in getSVal() local
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| D | ProgramState.cpp | 277 const llvm::APSInt &NewV = getBasicVals().Convert(T, *Int); in getSVal() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonLoopIdiomRecognition.cpp | 380 Value *Simplifier::Context::subst(Value *Tree, Value *OldV, Value *NewV) { in subst() 406 void Simplifier::Context::replace(Value *OldV, Value *NewV) { in replace()
|
| /external/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonLoopIdiomRecognition.cpp | 399 Value *Simplifier::Context::subst(Value *Tree, Value *OldV, Value *NewV) { in subst() 425 void Simplifier::Context::replace(Value *OldV, Value *NewV) { in replace()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | BasicTTIImpl.h | 225 Value *OldV, Value *NewV) const { in rewriteIntrinsicWithAddressSpace()
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineAddSub.cpp | 745 Value *NewV = createFSub(Zero, V); in createFNeg() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | TargetTransformInfoImpl.h | 169 Value *OldV, Value *NewV) const { in rewriteIntrinsicWithAddressSpace()
|
| /external/llvm-project/llvm/include/llvm/CodeGen/ |
| D | BasicTTIImpl.h | 232 Value *NewV) const { in rewriteIntrinsicWithAddressSpace()
|
| /external/llvm-project/llvm/include/llvm/Analysis/ |
| D | TargetTransformInfoImpl.h | 95 Value *NewV) const { in rewriteIntrinsicWithAddressSpace()
|