/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingPort.h | 70 #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 D | InstrProfilingUtil.c | 95 uint32_t lprofBoolCmpXchg(void **Ptr, void *OldV, void *NewV) { in lprofBoolCmpXchg()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | ValueList.h | 81 void replaceValueWithoutRAUW(unsigned ValNo, Value *NewV) { in replaceValueWithoutRAUW()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | InferAddressSpaces.cpp | 791 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 D | Float2Int.cpp | 425 Value *NewV = nullptr; convert() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ValueMapper.cpp | 350 if (Value *NewV = Materializer->materialize(const_cast<Value *>(V))) { in mapValue() local 1087 Constant *NewV; mapAppendingVariable() local
|
H A D | SCCPSolver.cpp | 1476 ValueLatticeElement NewV; visitBinaryOperator() local
|
H A D | Local.cpp | 2205 Value *NewV = salvageDebugInfoImpl(*I, CurrentLocOps, Ops, AdditionalValues); salvageDbgAssignAddress() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAtomicOptimizer.cpp | 757 Value *NewV = nullptr; optimizeAtomic() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ProgramState.cpp | 288 const llvm::APSInt &NewV = getBasicVals().Convert(T, *Int); getSVal() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCUDANV.cpp | 486 llvm::Instruction *NewV = replaceManagedVar() local
|
H A D | CGExprScalar.cpp | 1676 Value* NewV = llvm::PoisonValue::get(RTy); VisitShuffleVectorExpr() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXType.cpp | 874 Value *NewV = nullptr; optimizeAMXCastFromPhi() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 396 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 D | AttributorAttributes.cpp | 6194 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 D | Attributor.cpp | 2429 __anon66b7d7671602(Use *U, Value *NewV) cleanupIR() argument 2489 Value *NewV = It.second; cleanupIR() local [all...] |
H A D | GlobalOpt.cpp | 745 OptimizeAwayTrappingUsesOfValue(Value * V,Constant * NewV) OptimizeAwayTrappingUsesOfValue() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 435 auto *NewV = V; replace() local
|
H A D | InstCombineAndOrXor.cpp | 1261 Value *NewV = V1; foldAndOrOfICmpsUsingRanges() local 4033 Value *NewV = LHS0; foldXorOfICmps() local [all...] |
H A D | InstCombineCasts.cpp | 2514 Value *NewV = nullptr; optimizeBitCastFromPhi() local
|
H A D | InstCombineAddSub.cpp | 658 Value *NewV = Builder.CreateFNeg(V); in createFNeg() local
|
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 1233 V = NewV; in emitArgumentReversal() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 322 rewriteIntrinsicWithAddressSpace(IntrinsicInst * II,Value * OldV,Value * NewV) rewriteIntrinsicWithAddressSpace() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 137 rewriteIntrinsicWithAddressSpace(IntrinsicInst * II,Value * OldV,Value * NewV) rewriteIntrinsicWithAddressSpace() argument
|
H A D | TargetTransformInfo.h | 2224 rewriteIntrinsicWithAddressSpace(IntrinsicInst * II,Value * OldV,Value * NewV) rewriteIntrinsicWithAddressSpace() argument
|