Home
last modified time | relevance | path

Searched refs:use2 (Results 1 – 13 of 13) sorted by relevance

/external/clang/test/Analysis/inlining/
Deager-reclamation-path-notes.c27 void use2(int *ptr, int val) { in use2() function
33 use2(p, compute()); in passThrough()
/external/llvm/test/Transforms/InstCombine/
Dphi-select-constexpr.ll15 %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/
Dmerge-template-members.cpp14 B<int>::C use2; variable
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.deprecated/
Dp1.cpp13 int use2 = s.member; // expected-warning {{'member' is deprecated}} variable
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dphi-select-constant.ll16 %use2 = phi i1 [ false, %entry ], [ icmp eq (i32* @A, i32* @B), %delay ]
17 %value = select i1 %use2, i32 2, i32 1
Dfsub.ll35 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/
Dcxx1z-inline-variables.cpp19 const int &use2 = internal_inline; variable
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionAttrs/
Dnonnull.ll79 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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NaryReassociate/
Dnary-add.ll119 ; cond2 use2
128 ; NaryReassociate should match use1 with def3, and use2 with def1.
/external/llvm/test/Transforms/NaryReassociate/
Dnary-add.ll118 ; cond2 use2
127 ; NaryReassociate should match use1 with def3, and use2 with def1.
/external/deqp-deps/SPIRV-Tools/source/opt/
Dscalar_replacement_pass.cpp740 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/
Dscalar_replacement_pass.cpp740 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/
Dsimplified-lowering.cc208 static bool IsUseLessGeneral(UseInfo use1, UseInfo use2) { in IsUseLessGeneral() argument
209 return use1.truncation().IsLessGeneralThan(use2.truncation()); in IsUseLessGeneral()