Home
last modified time | relevance | path

Searched refs:NATIVE (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/LowerTypeTests/
H A Dfunction.ll1 …ertypetests -mtriple=i686-unknown-linux-gnu %s | FileCheck --check-prefixes=X86,X86-LINUX,NATIVE %s
3 …asses=lowertypetests -mtriple=i686-pc-win32 %s | FileCheck --check-prefixes=X86,X86-WIN32,NATIVE %s
4 …ses=lowertypetests -mtriple=x86_64-pc-win32 %s | FileCheck --check-prefixes=X86,X86-WIN32,NATIVE %s
5 …-passes=lowertypetests -mtriple=arm-unknown-linux-gnu %s | FileCheck --check-prefixes=ARM,NATIVE %s
6 …ses=lowertypetests -mtriple=thumb-unknown-linux-gnu %s | FileCheck --check-prefixes=THUMB,NATIVE %s
20 ; NATIVE: private constant [0 x i8] zeroinitializer
23 ; NATIVE: @f = alias void (), void ()* @[[JT:.*]]
30 ; NATIVE: define hidden void @f.cfi()
36 ; NATIVE: define internal void @g.cfi()
47 ; NATIVE: sub i64 {{.*}}, ptrtoint (void ()* @[[JT]] to i64)
[all …]
/llvm-project-15.0.7/libc/benchmarks/automemcpy/unittests/
H A DCodeGenTest.cpp29 Accelerator{{0, kMaxSize}}, ElementTypeClass::NATIVE}, in TEST()
32 ElementTypeClass::NATIVE}, in TEST()
35 ElementTypeClass::NATIVE}, in TEST()
38 ElementTypeClass::NATIVE}, in TEST()
41 ElementTypeClass::NATIVE}, in TEST()
44 ElementTypeClass::NATIVE}, in TEST()
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dsimplify-libcalls.ll12 ; GCN-NATIVE: call fast float @_Z10native_sinf(
13 ; GCN-NATIVE: call fast float @_Z10native_cosf(
33 ; GCN-NATIVE: call fast <2 x float> @_Z10native_sinDv2_f(
34 ; GCN-NATIVE: call fast <2 x float> @_Z10native_cosDv2_f(
54 ; GCN-NATIVE: call fast <3 x float> @_Z10native_sinDv3_f(
55 ; GCN-NATIVE: call fast <3 x float> @_Z10native_cosDv3_f(
80 ; GCN-NATIVE: call fast <4 x float> @_Z10native_sinDv4_f(
81 ; GCN-NATIVE: call fast <4 x float> @_Z10native_cosDv4_f(
101 ; GCN-NATIVE: call fast <8 x float> @_Z10native_sinDv8_f(
685 ; GCN-NATIVE: call float @_Z10native_sinf(float %tmp)
[all …]
/llvm-project-15.0.7/lldb/cmake/modules/
H A DLLDBStandalone.cmake50 set(LLVM_NATIVE_BUILD "${LLVM_BINARY_DIR}/NATIVE")
65 # NOTE: LLVM NATIVE build is always built Release, as is specified in
/llvm-project-15.0.7/libc/benchmarks/automemcpy/include/automemcpy/
H A DFunctionDescriptor.h113 NATIVE, enumerator
/llvm-project-15.0.7/clang-tools-extra/pseudo/include/
H A DCMakeLists.txt11 # The NATIVE executable *must* depend on the current target, otherwise the
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp477 nf.setPrefix(AMDGPULibFunc::NATIVE); in sincosUseNative()
481 nf.setPrefix(AMDGPULibFunc::NATIVE); in sincosUseNative()
514 FInfo.setPrefix(AMDGPULibFunc::NATIVE); in useNative()
640 assert ((FInfo.getPrefix() == AMDGPULibFunc::NATIVE || in fold()
647 assert ((FInfo.getPrefix() == AMDGPULibFunc::NATIVE || in fold()
1191 nf.setPrefix(AMDGPULibFunc::NATIVE); in getNativeFunction()
1199 (FInfo.getPrefix() != AMDGPULibFunc::NATIVE)) { in fold_sqrt()
H A DAMDGPULibFunc.h249 NATIVE, enumerator
H A DAMDGPULibFunc.cpp547 .Case("native", AMDGPULibFunc::NATIVE) in parseNamePrefix()
712 case NATIVE: Pfx = "native_"; break; in writeName()
/llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/
H A DCodeGen.cpp249 case ElementTypeClass::NATIVE: in operator <<()
369 case ElementTypeClass::NATIVE: in operator <<()
H A DRandomFunctionGenerator.cpp79 (int)ElementTypeClass::NATIVE,
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Darc.m22 // ARC-NATIVE: declare void @llvm.objc.storeStrong(i8**, i8*)
23 // ARC-NATIVE: declare i8* @llvm.objc.retain(i8*)
24 // ARC-NATIVE: declare i8* @llvm.objc.autoreleaseReturnValue(i8*)
26 // ARC-NATIVE: declare void @llvm.objc.release(i8*)
28 // ARC-NATIVE: declare i8* @llvm.objc.initWeak(i8**, i8*)
29 // ARC-NATIVE: declare i8* @llvm.objc.storeWeak(i8**, i8*)
30 // ARC-NATIVE: declare i8* @llvm.objc.loadWeakRetained(i8**)
31 // ARC-NATIVE: declare void @llvm.objc.destroyWeak(i8**)
32 // ARC-NATIVE: declare i8* @llvm.objc.autorelease(i8*)
33 // ARC-NATIVE: declare i8* @llvm.objc.retainAutorelease(i8*)
[all …]
/llvm-project-15.0.7/lldb/
H A DCMakeLists.txt95 llvm_create_cross_target(lldb NATIVE "" Release
/llvm-project-15.0.7/llvm/cmake/modules/
H A DTableGen.cmake164 # The NATIVE tablegen executable *must* depend on the current target one
H A DLLVM-Config.cmake62 capitalized_lib STREQUAL "NATIVE" OR
/llvm-project-15.0.7/llvm/cmake/platforms/
H A DWinMsvc.cmake247 # when configuring the NATIVE portion of the cross-build. By default we construct this so
/llvm-project-15.0.7/llvm/
H A DCMakeLists.txt1070 llvm_create_cross_target(LLVM NATIVE "" Release)