Home
last modified time | relevance | path

Searched refs:LLVM_NATIVE_ARCH (Results 1 – 25 of 48) sorted by relevance

12

/external/llvm/cmake/
Dconfig-ix.cmake358 string(TOLOWER "${LLVM_TARGET_ARCH}" LLVM_NATIVE_ARCH)
359 if( LLVM_NATIVE_ARCH STREQUAL "host" )
360 string(REGEX MATCH "^[^-]*" LLVM_NATIVE_ARCH ${LLVM_HOST_TRIPLE})
363 if (LLVM_NATIVE_ARCH MATCHES "i[2-6]86")
364 set(LLVM_NATIVE_ARCH X86) variable
365 elseif (LLVM_NATIVE_ARCH STREQUAL "x86")
366 set(LLVM_NATIVE_ARCH X86) variable
367 elseif (LLVM_NATIVE_ARCH STREQUAL "amd64")
368 set(LLVM_NATIVE_ARCH X86) variable
369 elseif (LLVM_NATIVE_ARCH STREQUAL "x86_64")
[all …]
/external/llvm-project/llvm/cmake/
Dconfig-ix.cmake407 string(TOLOWER "${LLVM_TARGET_ARCH}" LLVM_NATIVE_ARCH)
408 if( LLVM_NATIVE_ARCH STREQUAL "host" )
409 string(REGEX MATCH "^[^-]*" LLVM_NATIVE_ARCH ${LLVM_HOST_TRIPLE})
412 if (LLVM_NATIVE_ARCH MATCHES "i[2-6]86")
413 set(LLVM_NATIVE_ARCH X86) variable
414 elseif (LLVM_NATIVE_ARCH STREQUAL "x86")
415 set(LLVM_NATIVE_ARCH X86) variable
416 elseif (LLVM_NATIVE_ARCH STREQUAL "amd64")
417 set(LLVM_NATIVE_ARCH X86) variable
418 elseif (LLVM_NATIVE_ARCH STREQUAL "x86_64")
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Config/
Dllvm-config.h.cmake33 #cmakedefine LLVM_NATIVE_ARCH ${LLVM_NATIVE_ARCH}
36 #cmakedefine LLVM_NATIVE_ASMPARSER LLVMInitialize${LLVM_NATIVE_ARCH}AsmParser
39 #cmakedefine LLVM_NATIVE_ASMPRINTER LLVMInitialize${LLVM_NATIVE_ARCH}AsmPrinter
42 #cmakedefine LLVM_NATIVE_DISASSEMBLER LLVMInitialize${LLVM_NATIVE_ARCH}Disassembler
45 #cmakedefine LLVM_NATIVE_TARGET LLVMInitialize${LLVM_NATIVE_ARCH}Target
48 #cmakedefine LLVM_NATIVE_TARGETINFO LLVMInitialize${LLVM_NATIVE_ARCH}TargetInfo
51 #cmakedefine LLVM_NATIVE_TARGETMC LLVMInitialize${LLVM_NATIVE_ARCH}TargetMC
/external/llvm/include/llvm/Config/
Dllvm-platform-config.h15 #define LLVM_NATIVE_ARCH X86 macro
42 #define LLVM_NATIVE_ARCH ARM macro
69 #define LLVM_NATIVE_ARCH Mips macro
95 #define LLVM_NATIVE_ARCH AArch64 macro
Dllvm-config.h.cmake58 #cmakedefine LLVM_NATIVE_ARCH ${LLVM_NATIVE_ARCH}
61 #cmakedefine LLVM_NATIVE_ASMPARSER LLVMInitialize${LLVM_NATIVE_ARCH}AsmParser
64 #cmakedefine LLVM_NATIVE_ASMPRINTER LLVMInitialize${LLVM_NATIVE_ARCH}AsmPrinter
67 #cmakedefine LLVM_NATIVE_DISASSEMBLER LLVMInitialize${LLVM_NATIVE_ARCH}Disassembler
70 #cmakedefine LLVM_NATIVE_TARGET LLVMInitialize${LLVM_NATIVE_ARCH}Target
73 #cmakedefine LLVM_NATIVE_TARGETINFO LLVMInitialize${LLVM_NATIVE_ARCH}TargetInfo
76 #cmakedefine LLVM_NATIVE_TARGETMC LLVMInitialize${LLVM_NATIVE_ARCH}TargetMC
/external/llvm-project/llvm/include/llvm/Config/
Dllvm-config.h.cmake33 #cmakedefine LLVM_NATIVE_ARCH ${LLVM_NATIVE_ARCH}
36 #cmakedefine LLVM_NATIVE_ASMPARSER LLVMInitialize${LLVM_NATIVE_ARCH}AsmParser
39 #cmakedefine LLVM_NATIVE_ASMPRINTER LLVMInitialize${LLVM_NATIVE_ARCH}AsmPrinter
42 #cmakedefine LLVM_NATIVE_DISASSEMBLER LLVMInitialize${LLVM_NATIVE_ARCH}Disassembler
45 #cmakedefine LLVM_NATIVE_TARGET LLVMInitialize${LLVM_NATIVE_ARCH}Target
48 #cmakedefine LLVM_NATIVE_TARGETINFO LLVMInitialize${LLVM_NATIVE_ARCH}TargetInfo
51 #cmakedefine LLVM_NATIVE_TARGETMC LLVMInitialize${LLVM_NATIVE_ARCH}TargetMC
/external/swiftshader/third_party/llvm-10.0/configs/fuchsia/include/llvm/Config/
Dllvm-config.h56 #define LLVM_NATIVE_ARCH AArch64 macro
58 #define LLVM_NATIVE_ARCH ARM macro
60 #define LLVM_NATIVE_ARCH X86 macro
62 #define LLVM_NATIVE_ARCH Mips macro
64 #define LLVM_NATIVE_ARCH PowerPC macro
/external/swiftshader/third_party/llvm-10.0/configs/darwin/include/llvm/Config/
Dllvm-config.h56 #define LLVM_NATIVE_ARCH AArch64 macro
58 #define LLVM_NATIVE_ARCH ARM macro
60 #define LLVM_NATIVE_ARCH X86 macro
62 #define LLVM_NATIVE_ARCH Mips macro
64 #define LLVM_NATIVE_ARCH PowerPC macro
/external/swiftshader/third_party/llvm-10.0/configs/android/include/llvm/Config/
Dllvm-config.h64 #define LLVM_NATIVE_ARCH AArch64 macro
66 #define LLVM_NATIVE_ARCH ARM macro
68 #define LLVM_NATIVE_ARCH X86 macro
70 #define LLVM_NATIVE_ARCH Mips macro
72 #define LLVM_NATIVE_ARCH PowerPC macro
/external/swiftshader/third_party/llvm-10.0/configs/windows/include/llvm/Config/
Dllvm-config.h72 #define LLVM_NATIVE_ARCH AArch64 macro
74 #define LLVM_NATIVE_ARCH ARM macro
76 #define LLVM_NATIVE_ARCH X86 macro
78 #define LLVM_NATIVE_ARCH Mips macro
80 #define LLVM_NATIVE_ARCH PowerPC macro
/external/swiftshader/third_party/llvm-10.0/configs/linux/include/llvm/Config/
Dllvm-config.h76 #define LLVM_NATIVE_ARCH AArch64 macro
78 #define LLVM_NATIVE_ARCH ARM macro
80 #define LLVM_NATIVE_ARCH X86 macro
82 #define LLVM_NATIVE_ARCH Mips macro
84 #define LLVM_NATIVE_ARCH PowerPC macro
/external/llvm-project/llvm/tools/llvm-exegesis/
DCMakeLists.txt15 if ((LLVM_TARGETS_TO_BUILD MATCHES "${LLVM_NATIVE_ARCH}") AND (LLVM_EXEGESIS_TARGETS MATCHES "${LLV…
16 set(LLVM_EXEGESIS_NATIVE_ARCH "${LLVM_NATIVE_ARCH}")
/external/llvm-project/llvm/lib/
DCMakeLists.txt51 if(TARGET ${LLVM_NATIVE_ARCH})
52 add_llvm_component_group(Native LINK_COMPONENTS ${LLVM_NATIVE_ARCH})
53 add_llvm_component_group(NativeCodeGen LINK_COMPONENTS ${LLVM_NATIVE_ARCH}CodeGen)
/external/llvm/unittests/ExecutionEngine/
DCMakeLists.txt18 list(FIND LLVM_TARGETS_TO_BUILD "${LLVM_NATIVE_ARCH}" build_idx)
19 list(FIND LLVM_TARGETS_WITH_JIT "${LLVM_NATIVE_ARCH}" jit_idx)
/external/llvm-project/llvm/unittests/ExecutionEngine/
DCMakeLists.txt19 list(FIND LLVM_TARGETS_TO_BUILD "${LLVM_NATIVE_ARCH}" build_idx)
20 list(FIND LLVM_TARGETS_WITH_JIT "${LLVM_NATIVE_ARCH}" jit_idx)
/external/llvm/cmake/modules/
DLLVM-Config.cmake97 list(FIND LLVM_TARGETS_TO_BUILD "${LLVM_NATIVE_ARCH}" have_native_backend)
100 list(FIND LLVM_TARGETS_WITH_JIT "${LLVM_NATIVE_ARCH}" have_jit)
111 list(APPEND link_components ${LLVM_NATIVE_ARCH})
147 list(APPEND expanded_components "LLVM${LLVM_NATIVE_ARCH}CodeGen")
148 if( TARGET LLVM${LLVM_NATIVE_ARCH}Desc )
149 list(APPEND expanded_components "LLVM${LLVM_NATIVE_ARCH}Desc")
151 if( TARGET LLVM${LLVM_NATIVE_ARCH}Info )
152 list(APPEND expanded_components "LLVM${LLVM_NATIVE_ARCH}Info")
DLLVMConfig.cmake.in40 set(LLVM_NATIVE_ARCH @LLVM_NATIVE_ARCH@) variable
/external/llvm-project/llvm/cmake/modules/
DLLVM-Config.cmake158 if( TARGET LLVM${LLVM_NATIVE_ARCH}CodeGen )
159 list(APPEND expanded_components "${LLVM_NATIVE_ARCH}CodeGen")
161 if( TARGET LLVM${LLVM_NATIVE_ARCH}Desc )
162 list(APPEND expanded_components "${LLVM_NATIVE_ARCH}Desc")
164 if( TARGET LLVM${LLVM_NATIVE_ARCH}Info )
165 list(APPEND expanded_components "${LLVM_NATIVE_ARCH}Info")
235 list(FIND LLVM_TARGETS_TO_BUILD "${LLVM_NATIVE_ARCH}" have_native_backend)
238 list(FIND LLVM_TARGETS_WITH_JIT "${LLVM_NATIVE_ARCH}" have_jit)
249 list(APPEND link_components ${LLVM_NATIVE_ARCH})
DLLVMConfig.cmake.in71 set(LLVM_NATIVE_ARCH @LLVM_NATIVE_ARCH@) variable
/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/Config/
Dllvm-config.h33 #define LLVM_NATIVE_ARCH X86 macro
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Config/
Dllvm-config.h33 #define LLVM_NATIVE_ARCH X86 macro
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Config/
Dllvm-config.h33 #define LLVM_NATIVE_ARCH X86 macro
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Config/
Dllvm-config.h33 #define LLVM_NATIVE_ARCH X86 macro
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Config/
Dllvm-config.h33 #define LLVM_NATIVE_ARCH X86 macro
/external/llvm/examples/
DCMakeLists.txt7 if(LLVM_ENABLE_EH AND (NOT WIN32) AND (NOT "${LLVM_NATIVE_ARCH}" STREQUAL "ARM"))

12