Home
last modified time | relevance | path

Searched refs:BCMP (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dstrcmp-1.ll28 ; BCMP-LABEL: @test1(
51 ; BCMP-LABEL: @test2(
68 ; BCMP-LABEL: @test3(
69 ; BCMP-NEXT: ret i32 -1
83 ; BCMP-LABEL: @test4(
84 ; BCMP-NEXT: ret i32 1
103 ; BCMP-LABEL: @test5(
123 ; BCMP-LABEL: @test6(
124 ; BCMP-NEXT: ret i32 0
138 ; BCMP-LABEL: @test7(
[all …]
H A Dmemcmp-1.ll4 …ombine -mtriple=x86_64-unknown-linux-gnu -S | FileCheck --check-prefix=CHECK --check-prefix=BCMP %s
143 ; BCMP-LABEL: @test_simplify10(
144 ; BCMP-NEXT: [[CALL:%.*]] = call i32 @bcmp(i8* %mem1, i8* %mem2, i32 %size)
145 ; BCMP-NEXT: [[CMP:%.*]] = icmp eq i32 [[CALL]], 0
146 ; BCMP-NEXT: ret i1 [[CMP]]
/llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/
H A DCodeGen.cpp379 case FunctionType::BCMP: in operator <<()
475 case FunctionType::BCMP: in operator <<()
489 case FunctionType::BCMP: in operator <<()
587 codegen::configurations::Serialize(Stream, FunctionType::BCMP, Descriptors); in Serialize()
626 case FunctionType::BCMP: in getString()
/llvm-project-15.0.7/libc/benchmarks/automemcpy/include/automemcpy/
H A DFunctionDescriptor.h121 BCMP, enumerator