Home
last modified time | relevance | path

Searched refs:test_0 (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/CodeGen/AMDGPU/
Dsampler-resource-id.ll3 ; FUNC-LABEL: {{^}}test_0:
8 define void @test_0(i32 %in0, i32 addrspace(1)* %out) {
46 !0 = !{void (i32, i32 addrspace(1)*)* @test_0, !10, !20, !30, !40, !50}
/external/llvm/test/Feature/OperandBundles/
Dfunction-attrs.ll6 define void @test_0(i32* %x) {
9 ; CHECK-LABEL: define void @test_0(i32* %x) {
Ddse.ll6 define void @test_0() {
7 ; CHECK-LABEL: @test_0(
/external/libcxx/test/std/experimental/utilities/tuple/tuple.apply/
Dconstexpr_types.pass.cpp52 void test_0() in test_0() function
119 test_0<std::tuple<>>(); in main()
Dtypes.pass.cpp387 void test_0() in test_0() function
416 test_0<std::tuple<>>(); in main()
/external/llvm/examples/BrainF/
DBrainF.cpp245 Value *test_0 = builder-> in readloop() local
254 CreateOr(test_0, test_1, testreg); in readloop()
436 ICmpInst *test_0 = new ICmpInst(*testbb, ICmpInst::ICMP_EQ, tape_0, in readloop() local
441 BranchInst::Create(bb_0, oldbb, test_0, testbb); in readloop()
/external/clang/test/CodeGen/
Dbitfield-2.c38 unsigned long long test_0() { in test_0() function