Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/cmake/
Dconfig-ix.cmake366 string(TOLOWER "${LLVM_TARGET_ARCH}" LLVM_NATIVE_ARCH)
367 if( LLVM_NATIVE_ARCH STREQUAL "host" )
368 string(REGEX MATCH "^[^-]*" LLVM_NATIVE_ARCH ${LLVM_HOST_TRIPLE})
371 if (LLVM_NATIVE_ARCH MATCHES "i[2-6]86")
372 set(LLVM_NATIVE_ARCH X86) variable
373 elseif (LLVM_NATIVE_ARCH STREQUAL "x86")
374 set(LLVM_NATIVE_ARCH X86) variable
375 elseif (LLVM_NATIVE_ARCH STREQUAL "amd64")
376 set(LLVM_NATIVE_ARCH X86) variable
377 elseif (LLVM_NATIVE_ARCH STREQUAL "x86_64")
[all …]
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Config/
Dllvm-config.h.cmake36 #cmakedefine LLVM_NATIVE_ARCH ${LLVM_NATIVE_ARCH}
39 #cmakedefine LLVM_NATIVE_ASMPARSER LLVMInitialize${LLVM_NATIVE_ARCH}AsmParser
42 #cmakedefine LLVM_NATIVE_ASMPRINTER LLVMInitialize${LLVM_NATIVE_ARCH}AsmPrinter
45 #cmakedefine LLVM_NATIVE_DISASSEMBLER LLVMInitialize${LLVM_NATIVE_ARCH}Disassembler
48 #cmakedefine LLVM_NATIVE_TARGET LLVMInitialize${LLVM_NATIVE_ARCH}Target
51 #cmakedefine LLVM_NATIVE_TARGETINFO LLVMInitialize${LLVM_NATIVE_ARCH}TargetInfo
54 #cmakedefine LLVM_NATIVE_TARGETMC LLVMInitialize${LLVM_NATIVE_ARCH}TargetMC
/external/llvm/include/llvm/Config/
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
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
Dconfig.h.cmake461 #cmakedefine LLVM_NATIVE_ARCH ${LLVM_NATIVE_ARCH}
464 #cmakedefine LLVM_NATIVE_ASMPARSER LLVMInitialize${LLVM_NATIVE_ARCH}AsmParser
467 #cmakedefine LLVM_NATIVE_ASMPRINTER LLVMInitialize${LLVM_NATIVE_ARCH}AsmPrinter
470 #cmakedefine LLVM_NATIVE_DISASSEMBLER LLVMInitialize${LLVM_NATIVE_ARCH}Disassembler
473 #cmakedefine LLVM_NATIVE_TARGET LLVMInitialize${LLVM_NATIVE_ARCH}Target
476 #cmakedefine LLVM_NATIVE_TARGETINFO LLVMInitialize${LLVM_NATIVE_ARCH}TargetInfo
479 #cmakedefine LLVM_NATIVE_TARGETMC LLVMInitialize${LLVM_NATIVE_ARCH}TargetMC
/external/swiftshader/third_party/llvm-7.0/configs/linux/include/llvm/Config/
Dllvm-config.h79 #define LLVM_NATIVE_ARCH AArch64 macro
81 #define LLVM_NATIVE_ARCH ARM macro
83 #define LLVM_NATIVE_ARCH X86 macro
85 #define LLVM_NATIVE_ARCH Mips macro
87 #define LLVM_NATIVE_ARCH PowerPC macro
/external/swiftshader/third_party/llvm-7.0/configs/darwin/include/llvm/Config/
Dllvm-config.h45 #define LLVM_NATIVE_ARCH AArch64 macro
47 #define LLVM_NATIVE_ARCH ARM macro
49 #define LLVM_NATIVE_ARCH X86 macro
51 #define LLVM_NATIVE_ARCH Mips macro
/external/swiftshader/third_party/llvm-7.0/configs/android/include/llvm/Config/
Dllvm-config.h57 #define LLVM_NATIVE_ARCH AArch64 macro
59 #define LLVM_NATIVE_ARCH ARM macro
61 #define LLVM_NATIVE_ARCH X86 macro
63 #define LLVM_NATIVE_ARCH Mips macro
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/
DCMakeLists.txt14 if ((LLVM_TARGETS_TO_BUILD MATCHES "${LLVM_NATIVE_ARCH}") AND (LLVM_EXEGESIS_TARGETS MATCHES "${LLV…
15 set(LLVM_EXEGESIS_NATIVE_ARCH "${LLVM_NATIVE_ARCH}")
/external/swiftshader/third_party/llvm-7.0/configs/windows/include/llvm/Config/
Dllvm-config.h75 #define LLVM_NATIVE_ARCH AArch64 macro
77 #define LLVM_NATIVE_ARCH ARM macro
79 #define LLVM_NATIVE_ARCH X86 macro
81 #define LLVM_NATIVE_ARCH Mips macro
/external/swiftshader/third_party/llvm-7.0/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/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/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/swiftshader/third_party/llvm-7.0/configs/fuchsia/include/llvm/Config/
Dllvm-config.h49 #define LLVM_NATIVE_ARCH AArch64 macro
51 #define LLVM_NATIVE_ARCH X86 macro
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/
DLLVM-Config.cmake146 list(FIND LLVM_TARGETS_TO_BUILD "${LLVM_NATIVE_ARCH}" have_native_backend)
149 list(FIND LLVM_TARGETS_WITH_JIT "${LLVM_NATIVE_ARCH}" have_jit)
160 list(APPEND link_components ${LLVM_NATIVE_ARCH})
199 list(APPEND expanded_components "LLVM${LLVM_NATIVE_ARCH}CodeGen")
200 if( TARGET LLVM${LLVM_NATIVE_ARCH}Desc )
201 list(APPEND expanded_components "LLVM${LLVM_NATIVE_ARCH}Desc")
203 if( TARGET LLVM${LLVM_NATIVE_ARCH}Info )
204 list(APPEND expanded_components "LLVM${LLVM_NATIVE_ARCH}Info")
DLLVMConfig.cmake.in48 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/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/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/Linux/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"))
/external/swiftshader/third_party/llvm-7.0/llvm/examples/
DCMakeLists.txt7 if(LLVM_ENABLE_EH AND (NOT WIN32) AND (NOT "${LLVM_NATIVE_ARCH}" STREQUAL "ARM"))

12