Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagOperands.cpp
/freebsd/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.cpp939 Value *NewValue = PoisonValue::get(CI->getType()); in OptimizeIndividualCallImpl() local
960 Value *NewValue = PoisonValue::get(CI->getType()); in OptimizeIndividualCallImpl() local
/freebsd/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/contrib/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.h172 insert(const KeyTy & NewValue) insert() argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerConstantIntrinsics.cpp55 Value *NewValue, in replaceConditionalBranchesOnConstant()
137 Value *NewValue; in lowerConstantIntrinsics() local
H A DStructurizeCFG.cpp782 if (auto NewValue = simplifyInstruction(Phi, Q)) { in simplifyAffectedPhis() local
/freebsd/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
H A DNVPTXISelDAGToDAG.cpp3845 SDValue NewValue = CurDAG->getNode(ISD::CopyToReg, DL, SmallVector<EVT>(N->values()), NewOps); in SelectV2I64toI128() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombineInternal.h73 Value *NewValue = nullptr; member
/freebsd/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/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp287 Value *NewValue, in replaceVariableLocationOp()
321 Value *NewValue) { in replaceVariableLocationOp()
H A DIntrinsicInst.cpp122 Value *NewValue, in replaceVariableLocationOp()
163 Value *NewValue) { in replaceVariableLocationOp()
H A DAutoUpgrade.cpp4926 std::string NewValue = ValueComp[0].str() + ";" + ValueComp[1].str(); in upgradeRetainReleaseMarker() local
5132 std::string NewValue; in UpgradeModuleFlags() local
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h405 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp105 static void createDebugValue(DIBuilder &DIB, Value *NewValue, in createDebugValue()
116 static void createDebugValue(DIBuilder &DIB, Value *NewValue, in createDebugValue()
H A DSCCPSolver.cpp1005 ValueLatticeElement &NewValue = StructValueState[{&*NewArg, I}]; in setLatticeValueForSpecializationArguments() local
1015 ValueLatticeElement &NewValue = StructValueState[{&*NewArg, I}]; in setLatticeValueForSpecializationArguments() local
1019 ValueLatticeElement &NewValue = ValueState[&*NewArg]; in setLatticeValueForSpecializationArguments() local
H A DLoopUnrollAndJam.cpp442 Value *NewValue = OldValue; in UnrollAndJamLoop() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h418 void replaceUse(Use &U, Value *NewValue) { in replaceUse()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp527 void VPBasicBlock::dropAllReferences(VPValue *NewValue) { in dropAllReferences()
722 void VPRegionBlock::dropAllReferences(VPValue *NewValue) { in dropAllReferences()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h585 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue) in PoisonIdentifierRAIIObject()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1667 Value *NewValue = Mapper.mapValue(GV); in run() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1007 uint64_t NewValue = remapValue(V.Value, ValueKind, ValueMap); in addValueData() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1076 DbgVariableValue NewValue(DbgValue); in addDefsFromCopies() local

12