Home
last modified time | relevance | path

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

123

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchDagOperands.cpp69 std::unique_ptr<GIMatchDagOperandList> NewValue = in makeEmptyOperandList() local
89 std::unique_ptr<GIMatchDagOperandList> NewValue = in makeOperandList() local
110 std::unique_ptr<GIMatchDagOperandList> NewValue = in makeMIPredicateOperandList() local
133 std::unique_ptr<GIMatchDagOperandList> NewValue = in makeTwoMOPredicateOperandList() local
/external/llvm-project/llvm/lib/Transforms/ObjCARC/
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()
/external/llvm/lib/Transforms/ObjCARC/
DPtrState.h120 void SetKnownSafe(const bool NewValue) { RRI.KnownSafe = NewValue; } in SetKnownSafe()
124 void SetTailCallRelease(const bool NewValue) { in SetTailCallRelease()
134 void SetReleaseMetadata(MDNode *NewValue) { RRI.ReleaseMetadata = NewValue; } in SetReleaseMetadata()
138 void SetCFGHazardAfflicted(const bool NewValue) { in SetCFGHazardAfflicted()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
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()
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/
DVariantValue.cpp325 void VariantValue::setBoolean(bool NewValue) { in setBoolean()
340 void VariantValue::setDouble(double NewValue) { in setDouble()
355 void VariantValue::setUnsigned(unsigned NewValue) { in setUnsigned()
370 void VariantValue::setString(StringRef NewValue) { in setString()
385 void VariantValue::setMatcher(const VariantMatcher &NewValue) { in setMatcher()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerConstantIntrinsics.cpp51 Value *NewValue) { in replaceConditionalBranchesOnConstant()
116 Value *NewValue; in lowerConstantIntrinsics() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLowerConstantIntrinsics.cpp53 Value *NewValue) { in replaceConditionalBranchesOnConstant()
118 Value *NewValue; in lowerConstantIntrinsics() local
/external/clang/lib/ASTMatchers/Dynamic/
DVariantValue.cpp307 void VariantValue::setUnsigned(unsigned NewValue) { in setUnsigned()
322 void VariantValue::setString(StringRef NewValue) { in setString()
337 void VariantValue::setMatcher(const VariantMatcher &NewValue) { in setMatcher()
/external/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/
DConstructExpr.cpp28 void setShouldVisitImplicitCode(bool NewValue) { in setShouldVisitImplicitCode()
DDeclRefExpr.cpp21 void setShouldVisitImplicitCode(bool NewValue) { in setShouldVisitImplicitCode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp165 Value *NewValue = C; in remapConstant() local
218 Value *NewValue = UndefValue::get(C->getType()); in remapConstantVectorOrConstantAggregate() local
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp165 Value *NewValue = C; in remapConstant() local
218 Value *NewValue = UndefValue::get(C->getType()); in remapConstantVectorOrConstantAggregate() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombineInternal.h70 Value *NewValue = nullptr; member
/external/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombineInternal.h69 Value *NewValue = nullptr; member
/external/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp216 Value *NewValue = C; in remapConstant() local
269 Value *NewValue = UndefValue::get(C->getType()); in remapConstantVectorOrConstantAggregate() local
/external/swiftshader/third_party/subzero/src/
DIceUtils.h164 BoolFlagSaver(bool &F, bool NewValue) : OldValue(F), Flag(F) { F = NewValue; } in BoolFlagSaver()
DIceLoopAnalyzer.cpp75 void setOnStack(bool NewValue = true) { OnStack = NewValue; } in setOnStack()
DIceAssembler.h77 void setPosition(intptr_t NewValue) { Position = NewValue; } in setPosition()
/external/llvm-project/clang/include/clang/Basic/
DPlistSupport.h32 unsigned NewValue = V.size(); in AddFID() local
/external/llvm-project/polly/lib/CodeGen/
DLoopGenerators.cpp248 Value *NewValue = Builder.CreateLoad(Address); in extractValuesFromStruct() local
/external/clang/unittests/Tooling/
DRecursiveASTVisitorTestExprVisitor.cpp116 void setShouldVisitImplicitCode(bool NewValue) { in setShouldVisitImplicitCode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheckImpl.h109 void setValue(uint64_t NewValue) { Value = NewValue; } in setValue()
/external/llvm-project/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp243 DWARFYAML::FormValue NewValue; in dumpDebugInfo() local
/external/llvm-project/clang/include/clang/Parse/
DRAIIObjectsForParser.h370 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject()
/external/clang/lib/Parse/
DRAIIObjectsForParser.h350 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject()

123