/external/llvm-project/llvm/utils/TableGen/GlobalISel/ |
D | GIMatchDagOperands.cpp | 69 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/ |
D | PtrState.h | 121 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/ |
D | PtrState.h | 120 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/ |
D | PtrState.h | 121 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/ |
D | VariantValue.cpp | 325 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/ |
D | LowerConstantIntrinsics.cpp | 51 Value *NewValue) { in replaceConditionalBranchesOnConstant() 116 Value *NewValue; in lowerConstantIntrinsics() local
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LowerConstantIntrinsics.cpp | 53 Value *NewValue) { in replaceConditionalBranchesOnConstant() 118 Value *NewValue; in lowerConstantIntrinsics() local
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | VariantValue.cpp | 307 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/ |
D | ConstructExpr.cpp | 28 void setShouldVisitImplicitCode(bool NewValue) { in setShouldVisitImplicitCode()
|
D | DeclRefExpr.cpp | 21 void setShouldVisitImplicitCode(bool NewValue) { in setShouldVisitImplicitCode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 165 Value *NewValue = C; in remapConstant() local 218 Value *NewValue = UndefValue::get(C->getType()); in remapConstantVectorOrConstantAggregate() local
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 165 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/ |
D | AggressiveInstCombineInternal.h | 70 Value *NewValue = nullptr; member
|
/external/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
D | AggressiveInstCombineInternal.h | 69 Value *NewValue = nullptr; member
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 216 Value *NewValue = C; in remapConstant() local 269 Value *NewValue = UndefValue::get(C->getType()); in remapConstantVectorOrConstantAggregate() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceUtils.h | 164 BoolFlagSaver(bool &F, bool NewValue) : OldValue(F), Flag(F) { F = NewValue; } in BoolFlagSaver()
|
D | IceLoopAnalyzer.cpp | 75 void setOnStack(bool NewValue = true) { OnStack = NewValue; } in setOnStack()
|
D | IceAssembler.h | 77 void setPosition(intptr_t NewValue) { Position = NewValue; } in setPosition()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | PlistSupport.h | 32 unsigned NewValue = V.size(); in AddFID() local
|
/external/llvm-project/polly/lib/CodeGen/ |
D | LoopGenerators.cpp | 248 Value *NewValue = Builder.CreateLoad(Address); in extractValuesFromStruct() local
|
/external/clang/unittests/Tooling/ |
D | RecursiveASTVisitorTestExprVisitor.cpp | 116 void setShouldVisitImplicitCode(bool NewValue) { in setShouldVisitImplicitCode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FileCheckImpl.h | 109 void setValue(uint64_t NewValue) { Value = NewValue; } in setValue()
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 243 DWARFYAML::FormValue NewValue; in dumpDebugInfo() local
|
/external/llvm-project/clang/include/clang/Parse/ |
D | RAIIObjectsForParser.h | 370 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject()
|
/external/clang/lib/Parse/ |
D | RAIIObjectsForParser.h | 350 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject()
|