| /llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/ |
| H A D | GIMatchDagOperands.cpp | 69 std::unique_ptr<GIMatchDagOperandList> NewValue = in makeEmptyOperandList() local 72 OperandListsOwner.push_back(std::move(NewValue)); in makeEmptyOperandList() 89 std::unique_ptr<GIMatchDagOperandList> NewValue = in makeOperandList() local 94 OperandListsOwner.push_back(std::move(NewValue)); in makeOperandList() 110 std::unique_ptr<GIMatchDagOperandList> NewValue = in makeMIPredicateOperandList() local 112 NewValue->add("$", 0, true); in makeMIPredicateOperandList() 113 NewValue->add("mi", 1, false); in makeMIPredicateOperandList() 115 OperandListsOwner.push_back(std::move(NewValue)); in makeMIPredicateOperandList() 135 NewValue->add("$", 0, true); in makeTwoMOPredicateOperandList() 136 NewValue->add("mi0", 1, false); in makeTwoMOPredicateOperandList() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Transforms/ObjCARC/ |
| H A D | PtrState.h | 121 void SetKnownSafe(const bool NewValue) { RRI.KnownSafe = NewValue; } in SetKnownSafe() argument 125 void SetTailCallRelease(const bool NewValue) { in SetTailCallRelease() argument 126 RRI.IsTailCallRelease = NewValue; in SetTailCallRelease() 135 void SetReleaseMetadata(MDNode *NewValue) { RRI.ReleaseMetadata = NewValue; } in SetReleaseMetadata() argument 139 void SetCFGHazardAfflicted(const bool NewValue) { in SetCFGHazardAfflicted() argument 140 RRI.CFGHazardAfflicted = NewValue; in SetCFGHazardAfflicted()
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXGenericToNVVM.cpp | 161 Value *NewValue = C; in remapConstant() local 171 NewValue = Builder.CreateAddrSpaceCast( in remapConstant() 179 NewValue = remapConstantVectorOrConstantAggregate(M, F, C, Builder); in remapConstant() 184 NewValue = remapConstantExpr(M, F, cast<ConstantExpr>(C), Builder); in remapConstant() 187 ConstantToValueMap[C] = NewValue; in remapConstant() 188 return NewValue; in remapConstant() 214 Value *NewValue = PoisonValue::get(C->getType()); in remapConstantVectorOrConstantAggregate() local 218 NewValue = Builder.CreateInsertElement(NewValue, NewOperands[i], Idx); in remapConstantVectorOrConstantAggregate() 222 NewValue = in remapConstantVectorOrConstantAggregate() 223 Builder.CreateInsertValue(NewValue, NewOperands[i], makeArrayRef(i)); in remapConstantVectorOrConstantAggregate() [all …]
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/ |
| H A D | VariantValue.cpp | 343 void VariantValue::setBoolean(bool NewValue) { in setBoolean() argument 346 Value.Boolean = NewValue; in setBoolean() 358 void VariantValue::setDouble(double NewValue) { in setDouble() argument 361 Value.Double = NewValue; in setDouble() 373 void VariantValue::setUnsigned(unsigned NewValue) { in setUnsigned() argument 376 Value.Unsigned = NewValue; in setUnsigned() 388 void VariantValue::setString(StringRef NewValue) { in setString() argument 391 Value.String = new std::string(NewValue); in setString() 401 void VariantValue::setNodeKind(ASTNodeKind NewValue) { in setNodeKind() argument 404 Value.NodeKind = new ASTNodeKind(NewValue); in setNodeKind() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LowerConstantIntrinsics.cpp | 53 Value *NewValue, in replaceConditionalBranchesOnConstant() argument 57 replaceAndRecursivelySimplify(II, NewValue, nullptr, nullptr, nullptr, in replaceConditionalBranchesOnConstant() 132 Value *NewValue; in lowerConstantIntrinsics() local 137 NewValue = lowerIsConstantIntrinsic(II); in lowerConstantIntrinsics() 141 NewValue = lowerObjectSizeCall(II, DL, &TLI, true); in lowerConstantIntrinsics() 146 II, NewValue, DTU ? DTU.getPointer() : nullptr); in lowerConstantIntrinsics()
|
| /llvm-project-15.0.7/clang/include/clang/Parse/ |
| H A D | RAIIObjectsForParser.h | 373 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject() argument 374 : Ident_AbnormalTermination(Self.Ident_AbnormalTermination, NewValue), in PoisonSEHIdentifiersRAIIObject() 375 Ident_GetExceptionCode(Self.Ident_GetExceptionCode, NewValue), in PoisonSEHIdentifiersRAIIObject() 376 Ident_GetExceptionInfo(Self.Ident_GetExceptionInfo, NewValue), in PoisonSEHIdentifiersRAIIObject() 377 Ident__abnormal_termination(Self.Ident__abnormal_termination, NewValue), in PoisonSEHIdentifiersRAIIObject() 378 Ident__exception_code(Self.Ident__exception_code, NewValue), in PoisonSEHIdentifiersRAIIObject() 379 Ident__exception_info(Self.Ident__exception_info, NewValue), in PoisonSEHIdentifiersRAIIObject() 380 Ident___abnormal_termination(Self.Ident___abnormal_termination, NewValue), in PoisonSEHIdentifiersRAIIObject() 381 Ident___exception_code(Self.Ident___exception_code, NewValue), in PoisonSEHIdentifiersRAIIObject() 382 Ident___exception_info(Self.Ident___exception_info, NewValue) { in PoisonSEHIdentifiersRAIIObject()
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | dwarf2yaml.cpp | 244 DWARFYAML::FormValue NewValue; in dumpDebugInfo() local 245 NewValue.Value = 0xDEADBEEFDEADBEEF; in dumpDebugInfo() 258 NewValue.Value = Val.value(); in dumpDebugInfo() 268 NewValue.Value = Val.value(); in dumpDebugInfo() 280 NewValue.Value = NewValue.BlockData.size(); in dumpDebugInfo() 292 NewValue.Value = Val.value(); in dumpDebugInfo() 296 NewValue.CStr = *Val; in dumpDebugInfo() 301 NewValue.Value = Val.value(); in dumpDebugInfo() 315 NewValue.Value = Val.value(); in dumpDebugInfo() 318 NewValue.Value = 1; in dumpDebugInfo() [all …]
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | objc-properties.m | 53 - (void) setY:(MyClass*) NewValue { 54 _Y = NewValue; // no-warning 57 - (void) setZ:(MyClass*) NewValue { 58 _Z = NewValue; // no-warning
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | SaveAndRestore.h | 23 SaveAndRestore(T &X, const T &NewValue) : X(X), OldValue(X) { in SaveAndRestore() 24 X = NewValue; in SaveAndRestore()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | IntrinsicInst.cpp | 114 Value *NewValue) { in replaceVariableLocationOp() argument 115 assert(NewValue && "Values must be non-null"); in replaceVariableLocationOp() 120 Value *NewOperand = isa<MetadataAsValue>(NewValue) in replaceVariableLocationOp() 121 ? NewValue in replaceVariableLocationOp() 123 getContext(), ValueAsMetadata::get(NewValue)); in replaceVariableLocationOp() 127 ValueAsMetadata *NewOperand = getAsMetadata(NewValue); in replaceVariableLocationOp() 134 Value *NewValue) { in replaceVariableLocationOp() argument 137 Value *NewOperand = isa<MetadataAsValue>(NewValue) in replaceVariableLocationOp() 138 ? NewValue in replaceVariableLocationOp() 140 getContext(), ValueAsMetadata::get(NewValue)); in replaceVariableLocationOp() [all …]
|
| /llvm-project-15.0.7/clang/unittests/Tooling/RecursiveASTVisitorTests/ |
| H A D | ConstructExpr.cpp | 28 void setShouldVisitImplicitCode(bool NewValue) { in setShouldVisitImplicitCode() argument 29 ShouldVisitImplicitCode = NewValue; in setShouldVisitImplicitCode()
|
| H A D | DeclRefExpr.cpp | 21 void setShouldVisitImplicitCode(bool NewValue) { in setShouldVisitImplicitCode() argument 22 ShouldVisitImplicitCode = NewValue; in setShouldVisitImplicitCode()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | PlistSupport.h | 32 unsigned NewValue = V.size(); in AddFID() local 33 FIDs[FID] = NewValue; in AddFID() 35 return NewValue; in AddFID()
|
| H A D | IdentifierTable.h | 493 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue) in PoisonIdentifierRAIIObject() argument 496 II->setIsPoisoned(NewValue); in PoisonIdentifierRAIIObject()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ExternalASTSource.h | 425 void set(T NewValue) { in set() 427 LazyVal->LastValue = NewValue; in set() 430 Value = NewValue; in set() 434 void setNotUpdated(T NewValue) { Value = NewValue; } in setNotUpdated()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | DebugData.cpp | 712 static std::string encodeLE(size_t ByteSize, uint64_t NewValue) { in encodeLE() argument 715 LE64[I] = NewValue & 0xff; in encodeLE() 716 NewValue >>= 8; in encodeLE() 762 new DebugPatchVariableSize(Offset, OldValueSize, NewValue)); in addUDataPatch() 768 DebugPatches.emplace_back(new DebugPatch64(Offset, NewValue)); in addLE64Patch() 776 DebugPatches.emplace_back(new DebugPatch32(Offset, NewValue)); in addLE32Patch() 785 std::string &&NewValue, in addBinaryPatch() argument 787 Patches.emplace_back(Offset, std::move(NewValue)); in addBinaryPatch() 797 Patches.emplace_back(Offset, encodeLE(ByteSize, NewValue)); in addLEPatch() 810 addLEPatch(Offset, NewValue, 8); in addLE64Patch() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | TruncInstCombine.cpp | 376 assert(Entry.NewValue); in getReducedOperand() 377 return Entry.NewValue; in getReducedOperand() 388 assert(!NodeInfo.NewValue && "Instruction has been evaluated"); in ReduceExpressionGraph() 403 NodeInfo.NewValue = I->getOperand(0); in ReduceExpressionGraph() 476 NodeInfo.NewValue = Res; in ReduceExpressionGraph()
|
| H A D | AggressiveInstCombineInternal.h | 73 Value *NewValue = nullptr; member
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | LoopGenerators.cpp | 250 Value *NewValue = Builder.CreateLoad(ElemTy, Address); in extractValuesFromStruct() local 251 NewValue->setName("polly.subfunc.arg." + OldValues[i]->getName()); in extractValuesFromStruct() 252 Map[OldValues[i]] = NewValue; in extractValuesFromStruct()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | DebugData.h | 625 void addLEPatch(uint64_t Offset, uint64_t NewValue, size_t ByteSize); 648 void addBinaryPatch(uint64_t Offset, std::string &&NewValue, 657 virtual void addLE64Patch(uint64_t Offset, uint64_t NewValue); 662 virtual void addLE32Patch(uint64_t Offset, uint32_t NewValue, 860 virtual void addLE64Patch(uint64_t Offset, uint64_t NewValue) override; 865 virtual void addLE32Patch(uint64_t Offset, uint32_t NewValue,
|
| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/ |
| H A D | State.h | 304 ValueRAII(VTy &V, Ty NewValue, Ty OldValue, bool Active, IdentTy *Ident, 313 *Ptr = NewValue;
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.cpp | 382 void VPBasicBlock::dropAllReferences(VPValue *NewValue) { in dropAllReferences() argument 385 Def->replaceAllUsesWith(NewValue); in dropAllReferences() 388 R.setOperand(I, NewValue); in dropAllReferences() 499 void VPRegionBlock::dropAllReferences(VPValue *NewValue) { in dropAllReferences() argument 503 Block->dropAllReferences(NewValue); in dropAllReferences()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/InstCombine/ |
| H A D | InstCombiner.h | 445 void replaceUse(Use &U, Value *NewValue) { in replaceUse() argument 447 U = NewValue; in replaceUse()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 642 const ParmVarDecl *NewValue = D->getParamDecl(1); in create_OSAtomicCompareAndSwap() local 643 QualType NewValueTy = NewValue->getType(); in create_OSAtomicCompareAndSwap() 673 M.makeLvalueToRvalue(M.makeDeclRefExpr(NewValue), NewValueTy), in create_OSAtomicCompareAndSwap()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollAndJam.cpp | 448 Value *NewValue = OldValue; in UnrollAndJamLoop() local 450 NewValue = PrevValue; in UnrollAndJamLoop() 454 Phi.setIncomingValue(0, NewValue); in UnrollAndJamLoop()
|