Home
last modified time | relevance | path

Searched defs:NewValue (Results 1 – 25 of 41) sorted by relevance

12

/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DPtrState.h121 void SetKnownSafe(const bool NewValue) { RRI.KnownSafe = NewValue; } in SetKnownSafe()
125 void SetTailCallRelease(const bool NewValue) { in SetTailCallRelease()
135 void SetReleaseMetadata(MDNode *NewValue) { RRI.ReleaseMetadata = NewValue; } in SetReleaseMetadata()
139 void SetCFGHazardAfflicted(const bool NewValue) { in SetCFGHazardAfflicted()
H A DObjCARCOpts.cpp939 Value *NewValue = PoisonValue::get(CI->getType()); in OptimizeIndividualCallImpl() local
960 Value *NewValue = PoisonValue::get(CI->getType()); in OptimizeIndividualCallImpl() local
/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp344 void VariantValue::setBoolean(bool NewValue) { in setBoolean()
359 void VariantValue::setDouble(double NewValue) { in setDouble()
374 void VariantValue::setUnsigned(unsigned NewValue) { in setUnsigned()
389 void VariantValue::setString(StringRef NewValue) { in setString()
402 void VariantValue::setNodeKind(ASTNodeKind NewValue) { in setNodeKind()
417 void VariantValue::setMatcher(const VariantMatcher &NewValue) { in setMatcher()
/llvm-project/llvm/include/llvm/ADT/
H A DLazyAtomicPointer.h65 bool compare_exchange_weak(T *&ExistingValue, T *NewValue) { in compare_exchange_weak()
80 bool compare_exchange_strong(T *&ExistingValue, T *NewValue) { in compare_exchange_strong()
H A DConcurrentHashtable.h171 insert(const KeyTy & NewValue) insert() argument
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerConstantIntrinsics.cpp55 replaceConditionalBranchesOnConstant(Instruction * II,Value * NewValue,DomTreeUpdater * DTU) replaceConditionalBranchesOnConstant() argument
137 Value *NewValue; lowerConstantIntrinsics() local
/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/
H A DConstructExpr.cpp28 setShouldVisitImplicitCode(bool NewValue) setShouldVisitImplicitCode() argument
H A DDeclRefExpr.cpp21 setShouldVisitImplicitCode(bool NewValue) setShouldVisitImplicitCode() argument
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp146 Value *NewValue = C; in remapConstant() local
199 Value *NewValue = PoisonValue::get(C->getType()); remapConstantVectorOrConstantAggregate() local
[all...]
/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombineInternal.h73 Value *NewValue = nullptr; global() member
/llvm-project/bolt/include/bolt/Core/
H A DDIEBuilder.h368 replaceValue(DIEValueList * Die,dwarf::Attribute Attribute,dwarf::Form Form,T && NewValue) replaceValue() argument
376 replaceValue(DIEValueList * Die,dwarf::Attribute Attribute,dwarf::Attribute NewAttribute,dwarf::Form Form,T && NewValue) replaceValue() argument
382 replaceValue(DIEValueList * Die,dwarf::Attribute Attribute,dwarf::Form Form,DIEValue & NewValue) replaceValue() argument
/llvm-project/clang/include/clang/Basic/
H A DPlistSupport.h32 unsigned NewValue = V.size(); AddFID() local
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DEnumInitialValueCheck.cpp115 const llvm::APSInt NewValue = Enumerator->getInitVal(); in AST_MATCHER() local
/llvm-project/polly/lib/CodeGen/
H A DLoopGenerators.cpp247 Value *NewValue = Builder.CreateLoad(ElemTy, Address); extractValuesFromStruct() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h754 T &&NewValue) { in replaceValue()
768 dwarf::Form Form, T &&NewValue) { in replaceValue()
780 dwarf::Form Form, DIEValue &NewValue) { in replaceValue()
/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp287 Value *NewValue, in replaceVariableLocationOp() argument
321 Value *NewValue) { in replaceVariableLocationOp() argument
[all...]
H A DIntrinsicInst.cpp122 Value *NewValue, in replaceVariableLocationOp() argument
163 Value *NewValue) { in replaceVariableLocationOp() argument
[all...]
/llvm-project/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp255 DWARFYAML::FormValue NewValue; in dumpDebugInfo() local
[all...]
/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h405 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject() argument
[all...]
/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h418 replaceUse(Use & U,Value * NewValue) replaceUse() argument
/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp105 createDebugValue(DIBuilder & DIB,Value * NewValue,DILocalVariable * Variable,DIExpression * Expression,const DILocation * DI,DbgVariableRecord * InsertBefore) createDebugValue() argument
116 createDebugValue(DIBuilder & DIB,Value * NewValue,DILocalVariable * Variable,DIExpression * Expression,const DILocation * DI,Instruction * InsertBefore) createDebugValue() argument
H A DSCCPSolver.cpp1011 ValueLatticeElement &NewValue = StructValueState[{&*NewArg, I}]; setLatticeValueForSpecializationArguments() local
1021 ValueLatticeElement &NewValue = StructValueState[{&*NewArg, I}]; setLatticeValueForSpecializationArguments() local
1025 ValueLatticeElement &NewValue = ValueState[&*NewArg]; setLatticeValueForSpecializationArguments() local
H A DLoopUnrollAndJam.cpp442 Value *NewValue = OldValue; UnrollAndJamLoop() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp526 dropAllReferences(VPValue * NewValue) dropAllReferences() argument
721 dropAllReferences(VPValue * NewValue) dropAllReferences() argument
/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp643 const ParmVarDecl *NewValue = D->getParamDecl(1); in create_OSAtomicCompareAndSwap() local

12