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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSaveAndRestore.h23 SaveAndRestore(T &X, const T &NewValue) : X(X), OldValue(X) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombineInternal.h69 Value *NewValue = nullptr; member in struct:llvm::TruncInstCombine::Info
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DPlistSupport.h32 unsigned NewValue = V.size(); local
H A DIdentifierTable.h425 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerConstantIntrinsics.cpp118 Value *NewValue; local
52 replaceConditionalBranchesOnConstant(Instruction *II, Value *NewValue) argument
/freebsd-13-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-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp325 void VariantValue::setBoolean(bool NewValue) { argument
340 void VariantValue::setDouble(double NewValue) { argument
355 void VariantValue::setUnsigned(unsigned NewValue) { argument
370 void VariantValue::setString(StringRef NewValue) { argument
385 void VariantValue::setMatcher(const VariantMatcher &NewValue) { argument
[all...]
/freebsd-13-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.cpp954 Value *NewValue = UndefValue::get(CI->getType()); local
958 << *CI << "\nNew = " << *NewValue << "\n"); local
975 Value *NewValue = UndefValue::get(CI->getType()); local
979 << *CI << "\nNew = " << *NewValue << "\n"); local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h431 void set(T NewValue) { argument
440 void setNotUpdated(T NewValue) { Value = NewValue; } argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h370 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h699 void replaceUse(Use &U, Value *NewValue) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp447 Value *NewValue = OldValue; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCheckImpl.h288 void setValue(ExpressionValue NewValue) { Value = NewValue; } argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp420 unsigned NewValue = FpPragmaStack.hasValue() local
971 unsigned NewValue = FpPragmaStack.hasValue() local
992 unsigned NewValue = FpPragmaStack.hasValue() local
1004 unsigned NewValue = FpPragmaStack.hasValue() local
1017 unsigned NewValue = FpPragmaStack.hasValue() local
1029 unsigned NewValue = FpPragmaStack.hasValue() local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp611 const ParmVarDecl *NewValue = D->getParamDecl(1); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp835 DbgVariableValue NewValue = DbgValue.changeLocNo(LocNo); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp3900 std::string NewValue = ValueComp[0].str() + ";" + ValueComp[1].str(); local
4080 std::string NewValue; local
/freebsd-13-stable/sys/dev/mpr/mpi/
H A Dmpi2_ioc.h817 U32 NewValue; /* 0x04 */ member in struct:_MPI2_EVENT_DATA_IR_VOLUME
838 U32 NewValue; /* 0x0C */ member in struct:_MPI2_EVENT_DATA_IR_PHYSICAL_DISK
/freebsd-13-stable/sys/dev/mps/mpi/
H A Dmpi2_ioc.h620 U32 NewValue; /* 0x04 */ member in struct:_MPI2_EVENT_DATA_IR_VOLUME
641 U32 NewValue; /* 0x0C */ member in struct:_MPI2_EVENT_DATA_IR_PHYSICAL_DISK
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13123 SDValue NewValue = DAG.getNode(CondOpcode, SDLoc(SubsNode), VTs, Ops); local
15121 auto NewValue = convertToScalableVector(DAG, ContainerVT, Store->getValue()); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9739 SDValue NewValue = DAG.getNode(ISD::CONCAT_VECTORS, DL, DstVT, Loads); local

Completed in 271 milliseconds