Searched defs:NewValue (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSaveAndRestore.h23 SaveAndRestore(T &X, const T &NewValue) : X(X), OldValue(X) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombineInternal.h70 Value *NewValue = nullptr; member in struct:llvm::TruncInstCombine::Info
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DPlistSupport.h32 unsigned NewValue = V.size(); local
H A DIdentifierTable.h426 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerConstantIntrinsics.cpp116 Value *NewValue; local
50 replaceConditionalBranchesOnConstant(Instruction *II, Value *NewValue) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp165 Value *NewValue = C; local
218 Value *NewValue = UndefValue::get(C->getType()); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DPtrState.h121 void SetKnownSafe(const bool NewValue) { RRI.KnownSafe = NewValue; } argument
125 void SetTailCallRelease(const bool NewValue) { argument
135 void SetReleaseMetadata(MDNode *NewValue) { RRI.ReleaseMetadata = NewValue; } argument
139 void SetCFGHazardAfflicted(const bool NewValue) { argument
H A DObjCARCOpts.cpp929 Value *NewValue = UndefValue::get(CI->getType()); local
933 << *CI << "\nNew = " << *NewValue << "\n"); local
950 Value *NewValue = UndefValue::get(CI->getType()); local
954 << *CI << "\nNew = " << *NewValue << "\n"); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp328 void VariantValue::setBoolean(bool NewValue) { argument
343 void VariantValue::setDouble(double NewValue) { argument
358 void VariantValue::setUnsigned(unsigned NewValue) { argument
373 void VariantValue::setString(StringRef NewValue) { argument
388 void VariantValue::setMatcher(const VariantMatcher &NewValue) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCheckImpl.h109 void setValue(uint64_t NewValue) { Value = NewValue; } argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h456 void set(T NewValue) { argument
465 void setNotUpdated(T NewValue) { Value = NewValue; } argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h370 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp396 Value *NewValue = OldValue; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp611 const ParmVarDecl *NewValue = D->getParamDecl(1); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp3869 std::string NewValue = ValueComp[0].str() + ";" + ValueComp[1].str(); local
4043 std::string NewValue; local
/freebsd-11-stable/sys/dev/mps/mpi/
H A Dmpi2_ioc.h630 U32 NewValue; /* 0x04 */ member in struct:_MPI2_EVENT_DATA_IR_VOLUME
652 U32 NewValue; /* 0x0C */ member in struct:_MPI2_EVENT_DATA_IR_PHYSICAL_DISK
/freebsd-11-stable/sys/dev/mpr/mpi/
H A Dmpi2_ioc.h831 U32 NewValue; /* 0x04 */ member in struct:_MPI2_EVENT_DATA_IR_VOLUME
853 U32 NewValue; /* 0x0C */ member in struct:_MPI2_EVENT_DATA_IR_PHYSICAL_DISK
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12009 SDValue NewValue = DAG.getNode(CondOpcode, SDLoc(SubsNode), VTs, Ops); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9333 SDValue NewValue = DAG.getNode(ISD::CONCAT_VECTORS, DL, DstVT, Loads); local

Completed in 506 milliseconds