Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dsampler-resource-id.ll3 ; FUNC-LABEL: {{^}}test_0:
8 define amdgpu_kernel void @test_0(i32 %in0, i32 addrspace(1)* %out) {
46 !0 = !{void (i32, i32 addrspace(1)*)* @test_0, !10, !20, !30, !40, !50}
/llvm-project-15.0.7/llvm/test/Transforms/SCCP/
H A Dcalltest.ll10 define double @test_0(i32 %param) {
11 ; CHECK-LABEL: @test_0(
/llvm-project-15.0.7/llvm/test/Feature/OperandBundles/
H A Dfunction-attrs.ll7 define void @test_0(i32* %x) {
10 ; CHECK-LABEL: define void @test_0(i32* %x) #3 {
H A Ddse.ll6 define void @test_0() {
7 ; CHECK-LABEL: @test_0(
/llvm-project-15.0.7/llvm/examples/BrainF/
H A DBrainF.cpp254 Value *test_0 = builder-> in readloop() local
263 CreateOr(test_0, test_1, testreg); in readloop()
444 ICmpInst *test_0 = new ICmpInst(*testbb, ICmpInst::ICMP_EQ, tape_0, in readloop() local
449 BranchInst::Create(bb_0, oldbb, test_0, testbb); in readloop()
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/vect/
H A Dvect-bool-basic-compile.ll4 ; CHECK-LABEL: test_0:
11 define i32 @test_0(i32 %a0, i32 %a1) #0 {
/llvm-project-15.0.7/clang/test/Parser/
H A Dpragma-fp.cpp3 void test_0(int *List, int Length) { in test_0() function
/llvm-project-15.0.7/llvm/utils/reduce_pipeline_test/
H A Dtest.py17 def test_0(self): member in Test
/llvm-project-15.0.7/flang/test/Evaluate/
H A Dfold-nearest.f9032 logical, parameter :: test_0 = ieee_next_after(0., 0.) == 0. variable
/llvm-project-15.0.7/llvm/utils/
H A Dpipeline.py143 def test_0(self): member in Test
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dcodegen-prepare-uaddo.ll31 define void @test_0(ptr, ptr) {
32 ; CHECK-LABEL: test_0:
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dbitfield-2.c38 unsigned long long test_0(void) { in test_0() function