/freebsd/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/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | ValueList.h | 81 void replaceValueWithoutRAUW(unsigned ValNo, Value *NewV) { in replaceValueWithoutRAUW()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | InferAddressSpaces.cpp | 792 Value *NewV = cloneInstructionWithNewAddressSpace( in cloneValueWithNewAddressSpace() local 1041 Value *NewV) { in handleMemIntrinsicPtrUse() 1164 User *NewV = cast_or_null<User>(ValueWithNewAddrSpace.lookup(V)); in rewriteWithNewAddressSpaces() local 1181 Value *NewV = ValueWithNewAddrSpace.lookup(V); in rewriteWithNewAddressSpaces() local
|
H A D | Float2Int.cpp | 431 Value *NewV = nullptr; in convert() local
|
/freebsd/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 1101 Constant *NewV; in mapAppendingVariable() local
|
H A D | SCCPSolver.cpp | 1514 ValueLatticeElement NewV; in visitBinaryOperator() local
|
H A D | Local.cpp | 2228 Value *NewV = salvageDebugInfoImpl(*I, CurrentLocOps, Ops, AdditionalValues); in salvageDbgAssignAddress() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAtomicOptimizer.cpp | 744 Value *NewV = nullptr; in optimizeAtomic() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCUDANV.cpp | 508 llvm::Instruction *NewV = in replaceManagedVar() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ProgramState.cpp | 302 const llvm::APSInt &NewV = getBasicVals().Convert(T, *Int); in getSVal() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Value.cpp | 655 Value *NewV = cast<Operator>(V)->getOperand(0); in stripPointerCastsAndOffsets() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXType.cpp | 880 Value *NewV = nullptr; in optimizeAMXCastFromPhi() local
|
/freebsd/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() 422 void Simplifier::Context::replace(Value *OldV, Value *NewV) { in replace()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 6193 if (const auto &NewV = VMap.lookup(&V)) in reproduceValue() local 6209 if (Value *NewV = reproduceInst(A, QueryingAA, *I, Ty, CtxI, Check, VMap)) in reproduceValue() local 6217 Value *NewV = SimplifiedAssociatedValue in manifestReplacementValue() local 6287 if (auto *NewV = manifestReplacementValue(A, IP)) { in manifest() local 6534 if (auto *NewV = manifestReplacementValue(A, getCtxI())) { in manifest() local 10918 Value *NewV = getSingleValue(A, *this, getIRPosition(), Values); in manifest() local 11027 Constant *NewV = ConstantInt::get(Type::getInt1Ty(Ctx), in handleCmp() local 11037 Value *NewV = simplifyCmpInst(Pred, TypedLHS, TypedRHS, Q); in handleCmp() local 11070 Constant *NewV = in handleCmp() local 11280 Value *NewV = simplifyInstructionWithOperands(&I, NewOps, Q); in handleGenericInst() local [all …]
|
H A D | Attributor.cpp | 2432 auto ReplaceUse = [&](Use *U, Value *NewV) { in cleanupIR() 2492 Value *NewV = It.second; in cleanupIR() local
|
H A D | GlobalOpt.cpp | 755 static bool OptimizeAwayTrappingUsesOfValue(Value *V, Constant *NewV) { in OptimizeAwayTrappingUsesOfValue()
|
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
H A D | SandboxIR.cpp | 461 llvm::Value *NewV = in createCommon() local
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 1226 Variable NewV(V.getType(), NewName + VariablePostfix); in emitArgumentReversal() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 1304 Value *NewV = V1; in foldAndOrOfICmpsUsingRanges() local 4164 Value *NewV = LHS0; in foldXorOfICmps() local
|
H A D | InstCombineCasts.cpp | 2604 Value *NewV = nullptr; in optimizeBitCastFromPhi() local
|
H A D | InstCombineAddSub.cpp | 658 Value *NewV = Builder.CreateFNeg(V); in createFNeg() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 140 Value *NewV) const { in rewriteIntrinsicWithAddressSpace()
|
H A D | TargetTransformInfo.h | 2303 Value *NewV) const override { in rewriteIntrinsicWithAddressSpace()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 324 Value *NewV) const { in rewriteIntrinsicWithAddressSpace()
|