Home
last modified time | relevance | path

Searched refs:p2_0 (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/test/CodeGenOpenCL/
Dbuiltins-amdgcn-interp.cl14 half p2_0 = __builtin_amdgcn_interp_p2_f16(p1_0, j, 2, 3, false, m0);
17 *out = p2_0 + p2_1;
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dllvm.amdgcn.interp.f16.ll51 %p2_0 = call half @llvm.amdgcn.interp.p2.f16(float %p1_0, float %j, i32 1, i32 2, i1 0, i32 %m0)
54 %res = fadd half %p2_0, %p2_1
111 %p2_0 = call half @llvm.amdgcn.interp.p2.f16(float %p1_0, float %j, i32 1, i32 2, i1 0, i32 %m0)
114 %res = fadd half %p2_0, %mh
174 %p2_0 = call half @llvm.amdgcn.interp.p2.f16(float %p1_0, float %j, i32 1, i32 2, i1 0, i32 %m0)
177 %res = fadd half %p2_0, %mh
Dllvm.amdgcn.interp.ll85 %p2_0 = call float @llvm.amdgcn.interp.p2(float %x, float %j, i32 0, i32 0, i32 256)
96 store volatile float %p2_0, float addrspace(1)* undef
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dopenmp-use-default-none.cpp93 void p2_0() { in p2_0() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment_test.cc863 HloInstruction* p2_0 = builder.AddInstruction( in TEST_P() local
866 HloInstruction::CreateBinary(shape, HloOpcode::kMultiply, add, p2_0)); in TEST_P()
874 negate6, p1, add, p2, p2_0, mul}); in TEST_P()