Searched refs:NewValue (Results 1 - 20 of 20) sorted by relevance

/external/llvm/include/llvm/Support/
H A DSaveAndRestore.h24 SaveAndRestore(T &X, const T &NewValue) : X(X), OldValue(X) { argument
25 X = NewValue;
H A DEndian.h119 void operator=(value_type NewValue) { argument
120 endian::write<value_type, endian, alignment>(Ptr, NewValue);
/external/llvm/lib/Transforms/ObjCARC/
H A DPtrState.h120 void SetKnownSafe(const bool NewValue) { RRI.KnownSafe = NewValue; } argument
124 void SetTailCallRelease(const bool NewValue) { argument
125 RRI.IsTailCallRelease = NewValue;
134 void SetReleaseMetadata(MDNode *NewValue) { RRI.ReleaseMetadata = NewValue; } argument
138 void SetCFGHazardAfflicted(const bool NewValue) { argument
139 RRI.CFGHazardAfflicted = NewValue;
H A DObjCARCOpts.cpp718 llvm::Value *NewValue = UndefValue::get(CI->getType()); local
720 "\nOld = " << *CI << "\nNew = " << *NewValue << "\n"); local
721 CI->replaceAllUsesWith(NewValue);
738 llvm::Value *NewValue = UndefValue::get(CI->getType()); local
740 "\nOld = " << *CI << "\nNew = " << *NewValue << "\n"); local
742 CI->replaceAllUsesWith(NewValue);
/external/clang/lib/Parse/
H A DRAIIObjectsForParser.h344 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) argument
345 : Ident_AbnormalTermination(Self.Ident_AbnormalTermination, NewValue),
346 Ident_GetExceptionCode(Self.Ident_GetExceptionCode, NewValue),
347 Ident_GetExceptionInfo(Self.Ident_GetExceptionInfo, NewValue),
348 Ident__abnormal_termination(Self.Ident__abnormal_termination, NewValue),
349 Ident__exception_code(Self.Ident__exception_code, NewValue),
350 Ident__exception_info(Self.Ident__exception_info, NewValue),
351 Ident___abnormal_termination(Self.Ident___abnormal_termination, NewValue),
352 Ident___exception_code(Self.Ident___exception_code, NewValue),
353 Ident___exception_info(Self.Ident___exception_info, NewValue) {
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp221 Value *NewValue = C; local
233 NewValue = getOrInsertCVTA(M, F, I->second, Builder);
240 NewValue = remapConstantVectorOrConstantAggregate(M, F, C, Builder);
245 NewValue = remapConstantExpr(M, F, cast<ConstantExpr>(C), Builder);
248 ConstantToValueMap[C] = NewValue;
249 return NewValue;
275 Value *NewValue = UndefValue::get(C->getType()); local
279 NewValue = Builder.CreateInsertElement(NewValue, NewOperands[i], Idx);
283 NewValue
[all...]
/external/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp307 void VariantValue::setUnsigned(unsigned NewValue) { argument
310 Value.Unsigned = NewValue;
322 void VariantValue::setString(const std::string &NewValue) { argument
325 Value.String = new std::string(NewValue);
337 void VariantValue::setMatcher(const VariantMatcher &NewValue) { argument
340 Value.Matcher = new VariantMatcher(NewValue);
/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTestExprVisitor.cpp116 void setShouldVisitImplicitCode(bool NewValue) { argument
117 ShouldVisitImplicitCode = NewValue;
/external/clang/include/clang/AST/
H A DExternalASTSource.h419 void set(T NewValue) { argument
421 LazyVal->LastValue = NewValue;
424 Value = NewValue;
428 void setNotUpdated(T NewValue) { Value = NewValue; } argument
/external/v8/src/
H A Dscopes.h28 Interface* interface = Interface::NewValue());
135 Interface* interface = Interface::NewValue());
147 Interface* interface = Interface::NewValue(),
H A Dvariables.h58 Interface* interface = Interface::NewValue());
H A Dinterface.h44 static Interface* NewValue() { function in class:v8::internal::Interface
H A Dparser.cc1904 VariableProxy* proxy = NewUnresolved(name, VAR, Interface::NewValue());
1945 VariableProxy* proxy = NewUnresolved(name, mode, Interface::NewValue());
1979 VariableProxy* proxy = NewUnresolved(name, mode, Interface::NewValue());
2201 is_const ? Interface::NewConst() : Interface::NewValue();
2988 NewUnresolved(names->at(i), LET, Interface::NewValue());
3024 NewUnresolved(names->at(i), LET, Interface::NewValue());
3127 is_const ? Interface::NewConst() : Interface::NewValue();
3193 scope_->NewUnresolved(factory(), name, Interface::NewValue());
H A Dast.h3377 Interface* interface = Interface::NewValue(),
/external/clang/lib/Analysis/
H A DBodyFarm.cpp301 const ParmVarDecl *NewValue = D->getParamDecl(1); local
302 QualType NewValueTy = NewValue->getType();
332 M.makeLvalueToRvalue(M.makeDeclRefExpr(NewValue), NewValueTy),
/external/clang/include/clang/Basic/
H A DIdentifierTable.h340 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue) argument
343 II->setIsPoisoned(NewValue);
/external/llvm/lib/Target/R600/
H A DAMDGPUISelDAGToDAG.cpp454 SDValue NewValue = CurDAG->getNode(ISD::BITCAST, SDLoc(N), local
456 SDValue NewStore = CurDAG->getStore(ST->getChain(), SDLoc(N), NewValue,
461 if (NewValue.getOpcode() == ISD::BITCAST) {
463 return SelectCode(NewValue.getNode());
/external/clang/lib/AST/
H A DExprConstant.cpp2086 APValue NewValue(APValue::UninitArray(), NewElts, Size);
2088 NewValue.getArrayInitializedElt(I).swap(Array.getArrayInitializedElt(I));
2090 NewValue.getArrayInitializedElt(I) = Array.getArrayFiller();
2091 if (NewValue.hasArrayFiller())
2092 NewValue.getArrayFiller() = Array.getArrayFiller();
2093 Array.swap(NewValue);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5517 SDValue NewValue = DAG.getNode(ISD::CONCAT_VECTORS, DL, DstVT, Loads); local
5519 CombineTo(N, NewValue);
5524 DAG.getNode(ISD::TRUNCATE, SDLoc(N0), N0.getValueType(), NewValue);
5526 ExtendSetCCUses(SetCCs, Trunc, NewValue, DL,
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8543 SDValue NewValue = DAG.getNode(CondOpcode, SDLoc(SubsNode), VTs, Ops); local
8544 DAG.ReplaceAllUsesWith(SubsNode, NewValue.getNode());

Completed in 673 milliseconds