/external/clang/test/Analysis/inlining/ |
D | eager-reclamation-path-notes.c | 27 void use2(int *ptr, int val) { in use2() function 33 use2(p, compute()); in passThrough()
|
/external/llvm/test/Transforms/InstCombine/ |
D | phi-select-constexpr.ll | 15 %use2 = phi i1 [ false, %entry ], [ icmp eq (i32* @A, i32* @B), %delay ] 16 %value = select i1 %use2, i32 2, i32 1
|
/external/clang/test/Modules/ |
D | merge-template-members.cpp | 14 B<int>::C use2; variable
|
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.deprecated/ |
D | p1.cpp | 13 int use2 = s.member; // expected-warning {{'member' is deprecated}} variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | phi-select-constant.ll | 16 %use2 = phi i1 [ false, %entry ], [ icmp eq (i32* @A, i32* @B), %delay ] 17 %value = select i1 %use2, i32 2, i32 1
|
D | fsub.ll | 35 declare void @use2(float, double) 235 ; CHECK-NEXT: call void @use2(float [[T2]], double [[T1]]) 241 call void @use2(float %t2, double %t1)
|
/external/clang/test/CodeGenCXX/ |
D | cxx1z-inline-variables.cpp | 19 const int &use2 = internal_inline; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionAttrs/ |
D | nonnull.ll | 79 declare void @use2(i8* %x, i8* %y); 132 ; CHECK-NEXT: call void @use2(i8* %a, i8* %c) 137 call void @use2(i8* %a, i8* %c)
|
/external/llvm/test/Transforms/NaryReassociate/ |
D | nary-add.ll | 118 ; cond2 use2 127 ; NaryReassociate should match use1 with def3, and use2 with def1.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NaryReassociate/ |
D | nary-add.ll | 119 ; cond2 use2 128 ; NaryReassociate should match use1 with def3, and use2 with def1.
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | scalar_replacement_pass.cpp | 740 if (def_use_mgr->WhileEachUser(use, [&t](Instruction* use2) { in GetUsedComponents() argument 741 if (use2->opcode() != SpvOpCompositeExtract) { in GetUsedComponents() 744 t.push_back(use2->GetSingleWordInOperand(1)); in GetUsedComponents()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | scalar_replacement_pass.cpp | 740 if (def_use_mgr->WhileEachUser(use, [&t](Instruction* use2) { in GetUsedComponents() argument 741 if (use2->opcode() != SpvOpCompositeExtract) { in GetUsedComponents() 744 t.push_back(use2->GetSingleWordInOperand(1)); in GetUsedComponents()
|
/external/v8/src/compiler/ |
D | simplified-lowering.cc | 208 static bool IsUseLessGeneral(UseInfo use1, UseInfo use2) { in IsUseLessGeneral() argument 209 return use1.truncation().IsLessGeneralThan(use2.truncation()); in IsUseLessGeneral()
|