Home
last modified time | relevance | path

Searched refs:NewValue (Results 1 – 18 of 18) sorted by relevance

/NextBSD/contrib/llvm/lib/Transforms/ObjCARC/
HDPtrState.h120 void SetKnownSafe(const bool NewValue) { RRI.KnownSafe = NewValue; } in SetKnownSafe() argument
124 void SetTailCallRelease(const bool NewValue) { in SetTailCallRelease() argument
125 RRI.IsTailCallRelease = NewValue; in SetTailCallRelease()
134 void SetReleaseMetadata(MDNode *NewValue) { RRI.ReleaseMetadata = NewValue; } in SetReleaseMetadata() argument
138 void SetCFGHazardAfflicted(const bool NewValue) { in SetCFGHazardAfflicted() argument
139 RRI.CFGHazardAfflicted = NewValue; in SetCFGHazardAfflicted()
HDObjCARCOpts.cpp718 llvm::Value *NewValue = UndefValue::get(CI->getType()); in OptimizeIndividualCalls() local
720 "\nOld = " << *CI << "\nNew = " << *NewValue << "\n"); in OptimizeIndividualCalls()
721 CI->replaceAllUsesWith(NewValue); in OptimizeIndividualCalls()
738 llvm::Value *NewValue = UndefValue::get(CI->getType()); in OptimizeIndividualCalls() local
740 "\nOld = " << *CI << "\nNew = " << *NewValue << "\n"); in OptimizeIndividualCalls()
742 CI->replaceAllUsesWith(NewValue); in OptimizeIndividualCalls()
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXGenericToNVVM.cpp221 Value *NewValue = C; in remapConstant() local
233 NewValue = getOrInsertCVTA(M, F, I->second, Builder); in remapConstant()
240 NewValue = remapConstantVectorOrConstantAggregate(M, F, C, Builder); in remapConstant()
245 NewValue = remapConstantExpr(M, F, cast<ConstantExpr>(C), Builder); in remapConstant()
248 ConstantToValueMap[C] = NewValue; in remapConstant()
249 return NewValue; in remapConstant()
275 Value *NewValue = UndefValue::get(C->getType()); in remapConstantVectorOrConstantAggregate() local
279 NewValue = Builder.CreateInsertElement(NewValue, NewOperands[i], Idx); in remapConstantVectorOrConstantAggregate()
283 NewValue = in remapConstantVectorOrConstantAggregate()
284 Builder.CreateInsertValue(NewValue, NewOperands[i], makeArrayRef(i)); in remapConstantVectorOrConstantAggregate()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDRAIIObjectsForParser.h350 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject() argument
351 : Ident_AbnormalTermination(Self.Ident_AbnormalTermination, NewValue), in PoisonSEHIdentifiersRAIIObject()
352 Ident_GetExceptionCode(Self.Ident_GetExceptionCode, NewValue), in PoisonSEHIdentifiersRAIIObject()
353 Ident_GetExceptionInfo(Self.Ident_GetExceptionInfo, NewValue), in PoisonSEHIdentifiersRAIIObject()
354 Ident__abnormal_termination(Self.Ident__abnormal_termination, NewValue), in PoisonSEHIdentifiersRAIIObject()
355 Ident__exception_code(Self.Ident__exception_code, NewValue), in PoisonSEHIdentifiersRAIIObject()
356 Ident__exception_info(Self.Ident__exception_info, NewValue), in PoisonSEHIdentifiersRAIIObject()
357 Ident___abnormal_termination(Self.Ident___abnormal_termination, NewValue), in PoisonSEHIdentifiersRAIIObject()
358 Ident___exception_code(Self.Ident___exception_code, NewValue), in PoisonSEHIdentifiersRAIIObject()
359 Ident___exception_info(Self.Ident___exception_info, NewValue) { in PoisonSEHIdentifiersRAIIObject()
/NextBSD/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
HDVariantValue.cpp307 void VariantValue::setUnsigned(unsigned NewValue) { in setUnsigned() argument
310 Value.Unsigned = NewValue; in setUnsigned()
322 void VariantValue::setString(StringRef NewValue) { in setString() argument
325 Value.String = new std::string(NewValue); in setString()
337 void VariantValue::setMatcher(const VariantMatcher &NewValue) { in setMatcher() argument
340 Value.Matcher = new VariantMatcher(NewValue); in setMatcher()
/NextBSD/contrib/llvm/include/llvm/Support/
HDSaveAndRestore.h24 SaveAndRestore(T &X, const T &NewValue) : X(X), OldValue(X) { in SaveAndRestore()
25 X = NewValue; in SaveAndRestore()
HDEndian.h129 void operator=(value_type NewValue) {
130 endian::write<value_type, endian, alignment>(Ptr, NewValue);
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExternalASTSource.h433 void set(T NewValue) { in set()
435 LazyVal->LastValue = NewValue; in set()
438 Value = NewValue; in set()
442 void setNotUpdated(T NewValue) { Value = NewValue; } in setNotUpdated()
/NextBSD/sys/dev/mps/
HDmps_sas_lsi.c390 le32toh(event_data->NewValue), in mpssas_fw_work()
397 le32toh(event_data->NewValue), in mpssas_fw_work()
404 le32toh(event_data->NewValue), in mpssas_fw_work()
408 state = le32toh(event_data->NewValue); in mpssas_fw_work()
457 le32toh(event_data->NewValue), in mpssas_fw_work()
467 le32toh(event_data->NewValue), event_data->PhysDiskNum, in mpssas_fw_work()
476 le32toh(event_data->NewValue), event_data->PhysDiskNum, in mpssas_fw_work()
479 switch (event_data->NewValue) { in mpssas_fw_work()
/NextBSD/sys/dev/mpr/
HDmpr_sas_lsi.c468 le32toh(event_data->NewValue), in mprsas_fw_work()
475 le32toh(event_data->NewValue), in mprsas_fw_work()
482 le32toh(event_data->NewValue), in mprsas_fw_work()
486 state = le32toh(event_data->NewValue); in mprsas_fw_work()
541 le32toh(event_data->NewValue), in mprsas_fw_work()
552 le32toh(event_data->NewValue), in mprsas_fw_work()
563 le32toh(event_data->NewValue), in mprsas_fw_work()
568 switch (event_data->NewValue) { in mprsas_fw_work()
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDBodyFarm.cpp301 const ParmVarDecl *NewValue = D->getParamDecl(1); in create_OSAtomicCompareAndSwap() local
302 QualType NewValueTy = NewValue->getType(); in create_OSAtomicCompareAndSwap()
332 M.makeLvalueToRvalue(M.makeDeclRefExpr(NewValue), NewValueTy), in create_OSAtomicCompareAndSwap()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDIdentifierTable.h343 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue) in PoisonIdentifierRAIIObject() argument
346 II->setIsPoisoned(NewValue); in PoisonIdentifierRAIIObject()
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDAMDGPUISelDAGToDAG.cpp493 SDValue NewValue = CurDAG->getNode(ISD::BITCAST, SDLoc(N), in Select() local
495 SDValue NewStore = CurDAG->getStore(ST->getChain(), SDLoc(N), NewValue, in Select()
500 if (NewValue.getOpcode() == ISD::BITCAST) { in Select()
502 return SelectCode(NewValue.getNode()); in Select()
/NextBSD/sys/dev/mps/mpi/
HDmpi2_ioc.h630 U32 NewValue; /* 0x04 */ member
652 U32 NewValue; /* 0x0C */ member
/NextBSD/sys/dev/mpr/mpi/
HDmpi2_ioc.h747 U32 NewValue; /* 0x04 */ member
769 U32 NewValue; /* 0x0C */ member
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExprConstant.cpp2086 APValue NewValue(APValue::UninitArray(), NewElts, Size); in expandArray() local
2088 NewValue.getArrayInitializedElt(I).swap(Array.getArrayInitializedElt(I)); in expandArray()
2090 NewValue.getArrayInitializedElt(I) = Array.getArrayFiller(); in expandArray()
2091 if (NewValue.hasArrayFiller()) in expandArray()
2092 NewValue.getArrayFiller() = Array.getArrayFiller(); in expandArray()
2093 Array.swap(NewValue); in expandArray()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp5809 SDValue NewValue = DAG.getNode(ISD::CONCAT_VECTORS, DL, DstVT, Loads); in CombineExtLoad() local
5811 CombineTo(N, NewValue); in CombineExtLoad()
5816 DAG.getNode(ISD::TRUNCATE, SDLoc(N0), N0.getValueType(), NewValue); in CombineExtLoad()
5818 ExtendSetCCUses(SetCCs, Trunc, NewValue, DL, in CombineExtLoad()
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp8714 SDValue NewValue = DAG.getNode(CondOpcode, SDLoc(SubsNode), VTs, Ops); in performCONDCombine() local
8715 DAG.ReplaceAllUsesWith(SubsNode, NewValue.getNode()); in performCONDCombine()