/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | model_test.cc | 35 Value<TensorRef<BHWC>>* graph_input = graph.NewValue(); in TEST() 36 Value<TensorRef<BHWC>>* graph_output = graph.NewValue(); in TEST() 56 Value<TensorRef<BHWC>>* graph_input = graph.NewValue(); in TEST() 57 Value<TensorRef<BHWC>>* graph_output1 = graph.NewValue(); in TEST() 58 Value<TensorRef<BHWC>>* graph_output2 = graph.NewValue(); in TEST() 71 Value<TensorRef<BHWC>>* graph_input = graph.NewValue(); in TEST() 80 Value<TensorRef<BHWC>>* graph_input1 = graph.NewValue(); in TEST() 81 Value<TensorRef<BHWC>>* graph_input2 = graph.NewValue(); in TEST() 105 Value<TensorRef<BHWC>>* graph_output = graph.NewValue(); in TEST() 113 Value<TensorRef<BHWC>>* v0 = graph.NewValue(); in TEST() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/ |
D | PtrState.h | 122 void SetKnownSafe(const bool NewValue) { RRI.KnownSafe = NewValue; } in SetKnownSafe() argument 126 void SetTailCallRelease(const bool NewValue) { in SetTailCallRelease() argument 127 RRI.IsTailCallRelease = NewValue; in SetTailCallRelease() 136 void SetReleaseMetadata(MDNode *NewValue) { RRI.ReleaseMetadata = NewValue; } in SetReleaseMetadata() argument 140 void SetCFGHazardAfflicted(const bool NewValue) { in SetCFGHazardAfflicted() argument 141 RRI.CFGHazardAfflicted = NewValue; in SetCFGHazardAfflicted()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | PtrState.h | 120 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 166 Value *NewValue = C; in remapConstant() local 176 NewValue = Builder.CreateAddrSpaceCast( in remapConstant() 184 NewValue = remapConstantVectorOrConstantAggregate(M, F, C, Builder); in remapConstant() 189 NewValue = remapConstantExpr(M, F, cast<ConstantExpr>(C), Builder); in remapConstant() 192 ConstantToValueMap[C] = NewValue; in remapConstant() 193 return NewValue; in remapConstant() 219 Value *NewValue = UndefValue::get(C->getType()); in remapConstantVectorOrConstantAggregate() local 223 NewValue = Builder.CreateInsertElement(NewValue, NewOperands[i], Idx); in remapConstantVectorOrConstantAggregate() 227 NewValue = in remapConstantVectorOrConstantAggregate() 228 Builder.CreateInsertValue(NewValue, NewOperands[i], makeArrayRef(i)); in remapConstantVectorOrConstantAggregate() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 139 DWARFYAML::FormValue NewValue; in dumpDebugInfo() local 140 NewValue.Value = 0xDEADBEEFDEADBEEF; in dumpDebugInfo() 153 NewValue.Value = Val.getValue(); in dumpDebugInfo() 163 NewValue.Value = Val.getValue(); in dumpDebugInfo() 173 std::back_inserter(NewValue.BlockData)); in dumpDebugInfo() 175 NewValue.Value = NewValue.BlockData.size(); in dumpDebugInfo() 187 NewValue.Value = Val.getValue(); in dumpDebugInfo() 191 NewValue.CStr = Val.getValue(); in dumpDebugInfo() 196 NewValue.Value = Val.getValue(); in dumpDebugInfo() 197 NewEntry.Values.push_back(NewValue); in dumpDebugInfo() [all …]
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 216 Value *NewValue = C; in remapConstant() local 228 NewValue = getOrInsertCVTA(M, F, I->second, Builder); in remapConstant() 234 NewValue = remapConstantVectorOrConstantAggregate(M, F, C, Builder); in remapConstant() 239 NewValue = remapConstantExpr(M, F, cast<ConstantExpr>(C), Builder); in remapConstant() 242 ConstantToValueMap[C] = NewValue; in remapConstant() 243 return NewValue; in remapConstant() 269 Value *NewValue = UndefValue::get(C->getType()); in remapConstantVectorOrConstantAggregate() local 273 NewValue = Builder.CreateInsertElement(NewValue, NewOperands[i], Idx); in remapConstantVectorOrConstantAggregate() 277 NewValue = in remapConstantVectorOrConstantAggregate() 278 Builder.CreateInsertValue(NewValue, NewOperands[i], makeArrayRef(i)); in remapConstantVectorOrConstantAggregate() [all …]
|
/external/clang/lib/Parse/ |
D | RAIIObjectsForParser.h | 350 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()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/ |
D | remove_noop_test.cc | 33 auto input = graph.NewValue(); in TEST() 61 auto input = graph.NewValue(); in TEST() 88 auto input = graph.NewValue(); in TEST() 115 auto input = graph.NewValue(); in TEST() 142 auto input = graph.NewValue(); in TEST() 178 Value<TensorRef<BHWC>>* graph_input = graph.NewValue(); in TEST() 179 Value<TensorRef<BHWC>>* graph_output = graph.NewValue(); in TEST() 180 Value<TensorRef<BHWC>>* value0 = graph.NewValue(); in TEST() 181 Value<TensorRef<BHWC>>* value1 = graph.NewValue(); in TEST()
|
D | merge_padding_with_test.cc | 32 auto input = graph.NewValue(); in TEST() 69 auto input = graph.NewValue(); in TEST() 113 auto input0 = graph.NewValue(); in TEST() 115 auto input1 = graph.NewValue(); in TEST() 116 auto padded = graph.NewValue(); in TEST() 117 auto output = graph.NewValue(); in TEST()
|
/external/clang/test/Analysis/ |
D | objc-properties.m | 53 - (void) setY:(MyClass*) NewValue { 54 _Y = NewValue; // no-warning 57 - (void) setZ:(MyClass*) NewValue { 58 _Z = NewValue; // no-warning
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | SaveAndRestore.h | 24 SaveAndRestore(T &X, const T &NewValue) : X(X), OldValue(X) { in SaveAndRestore() 25 X = NewValue; in SaveAndRestore()
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | VariantValue.cpp | 307 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()
|
/external/llvm/include/llvm/Support/ |
D | SaveAndRestore.h | 24 SaveAndRestore(T &X, const T &NewValue) : X(X), OldValue(X) { in SaveAndRestore() 25 X = NewValue; in SaveAndRestore()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | TruncInstCombine.cpp | 297 assert(Entry.NewValue); in getReducedOperand() 298 return Entry.NewValue; in getReducedOperand() 306 assert(!NodeInfo.NewValue && "Instruction has been evaluated"); in ReduceExpressionDag() 321 NodeInfo.NewValue = I->getOperand(0); in ReduceExpressionDag() 359 NodeInfo.NewValue = Res; in ReduceExpressionDag()
|
D | AggressiveInstCombineInternal.h | 68 Value *NewValue = nullptr; member
|
/external/clang/include/clang/AST/ |
D | ExternalASTSource.h | 422 void set(T NewValue) { in set() 424 LazyVal->LastValue = NewValue; in set() 427 Value = NewValue; in set() 431 void setNotUpdated(T NewValue) { Value = NewValue; } in setNotUpdated()
|
/external/clang/unittests/Tooling/ |
D | RecursiveASTVisitorTestExprVisitor.cpp | 116 void setShouldVisitImplicitCode(bool NewValue) { in setShouldVisitImplicitCode() argument 117 ShouldVisitImplicitCode = NewValue; in setShouldVisitImplicitCode()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
D | test_util.cc | 46 auto input = graph_.NewValue(); in SingleOpModel() 56 auto output = graph_.NewValue(); in SingleOpModel()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceClFlags.h | 160 void setGenerateUnitTestMessages(bool NewValue) { 161 GenerateUnitTestMessages = NewValue;
|
D | IceUtils.h | 164 BoolFlagSaver(bool &F, bool NewValue) : OldValue(F), Flag(F) { F = NewValue; } in BoolFlagSaver() argument
|
D | IceLoopAnalyzer.cpp | 75 void setOnStack(bool NewValue = true) { OnStack = NewValue; } in setOnStack() argument
|
D | IceAssembler.h | 77 void setPosition(intptr_t NewValue) { Position = NewValue; } in setPosition() argument
|
D | IceTargetLoweringX8632.h | 50 void _mov_sp(Operand *NewValue);
|
D | IceTargetLoweringX8664.h | 53 void _mov_sp(Operand *NewValue);
|
/external/clang/lib/Analysis/ |
D | BodyFarm.cpp | 299 const ParmVarDecl *NewValue = D->getParamDecl(1); in create_OSAtomicCompareAndSwap() local 300 QualType NewValueTy = NewValue->getType(); in create_OSAtomicCompareAndSwap() 330 M.makeLvalueToRvalue(M.makeDeclRefExpr(NewValue), NewValueTy), in create_OSAtomicCompareAndSwap()
|