Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/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.cpp938 Value *NewValue = PoisonValue::get(CI->getType()); OptimizeIndividualCallImpl() local
959 Value *NewValue = PoisonValue::get(CI->getType()); OptimizeIndividualCallImpl() local
/freebsd-src/contrib/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()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DLazyAtomicPointer.h65 bool compare_exchange_weak(T *&ExistingValue, T *NewValue) { in compare_exchange_weak() argument
80 bool compare_exchange_strong(T *&ExistingValue, T *NewValue) { in compare_exchange_strong() argument
H A DConcurrentHashtable.h171 std::pair<KeyDataTy *, bool> insert(const KeyTy &NewValue) { in insert()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerConstantIntrinsics.cpp55 Value *NewValue, in replaceConditionalBranchesOnConstant() argument
134 Value *NewValue; lowerConstantIntrinsics() local
H A DStructurizeCFG.cpp782 if (auto NewValue = simplifyInstruction(Phi, Q)) { in simplifyAffectedPhis() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp146 Value *NewValue = C; in remapConstant() local
199 Value *NewValue = PoisonValue::get(C->getType()); in remapConstantVectorOrConstantAggregate() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombineInternal.h73 Value *NewValue = nullptr; member
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DPlistSupport.h32 unsigned NewValue = V.size(); in AddFID() local
H A DIdentifierTable.h560 PoisonIdentifierRAIIObject(IdentifierInfo * II,bool NewValue) PoisonIdentifierRAIIObject() argument
/freebsd-src/contrib/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()
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp166 replaceVariableLocationOp(Value * OldValue,Value * NewValue,bool AllowEmpty) replaceVariableLocationOp() argument
199 replaceVariableLocationOp(unsigned OpIdx,Value * NewValue) replaceVariableLocationOp() argument
[all...]
H A DIntrinsicInst.cpp122 Value *NewValue, in replaceVariableLocationOp() argument
160 replaceVariableLocationOp(unsigned OpIdx,Value * NewValue) replaceVariableLocationOp() argument
[all...]
H A DAutoUpgrade.cpp4834 std::string NewValue = ValueComp[0].str() + ";" + ValueComp[1].str(); upgradeRetainReleaseMarker() local
5040 std::string NewValue; UpgradeModuleFlags() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h405 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp104 createDebugValue(DIBuilder & DIB,Value * NewValue,DILocalVariable * Variable,DIExpression * Expression,const DILocation * DI,DPValue * InsertBefore) createDebugValue() argument
112 createDebugValue(DIBuilder & DIB,Value * NewValue,DILocalVariable * Variable,DIExpression * Expression,const DILocation * DI,Instruction * InsertBefore) createDebugValue() argument
H A DSCCPSolver.cpp961 ValueLatticeElement &NewValue = StructValueState[{&*NewArg, I}]; setLatticeValueForSpecializationArguments() local
971 ValueLatticeElement &NewValue = StructValueState[{&*NewArg, I}]; setLatticeValueForSpecializationArguments() local
975 ValueLatticeElement &NewValue = ValueState[&*NewArg]; setLatticeValueForSpecializationArguments() local
H A DLoopUnrollAndJam.cpp442 Value *NewValue = OldValue; in UnrollAndJamLoop() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h456 replaceUse(Use & U,Value * NewValue) replaceUse() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp501 dropAllReferences(VPValue * NewValue) dropAllReferences() argument
618 dropAllReferences(VPValue * NewValue) dropAllReferences() argument
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp643 const ParmVarDecl *NewValue = D->getParamDecl(1); in create_OSAtomicCompareAndSwap() local
/freebsd-src/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1665 Value *NewValue = Mapper.mapValue(GV); run() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1076 DbgVariableValue NewValue(DbgValue); in addDefsFromCopies() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp171 auto NewValue = OldValue & Value; ConstructorHelper() local

12