Searched refs:LLVM_NATIVE_ARCH (Results 1 – 17 of 17) sorted by relevance
328 string(TOLOWER "${LLVM_TARGET_ARCH}" LLVM_NATIVE_ARCH)329 if( LLVM_NATIVE_ARCH STREQUAL "host" )330 string(REGEX MATCH "^[^-]*" LLVM_NATIVE_ARCH ${LLVM_HOST_TRIPLE})333 if (LLVM_NATIVE_ARCH MATCHES "i[2-6]86")334 set(LLVM_NATIVE_ARCH X86) variable335 elseif (LLVM_NATIVE_ARCH STREQUAL "x86")336 set(LLVM_NATIVE_ARCH X86) variable337 elseif (LLVM_NATIVE_ARCH STREQUAL "amd64")338 set(LLVM_NATIVE_ARCH X86) variable339 elseif (LLVM_NATIVE_ARCH STREQUAL "x86_64")[all …]
54 #cmakedefine LLVM_NATIVE_ARCH ${LLVM_NATIVE_ARCH}57 #cmakedefine LLVM_NATIVE_ASMPARSER LLVMInitialize${LLVM_NATIVE_ARCH}AsmParser60 #cmakedefine LLVM_NATIVE_ASMPRINTER LLVMInitialize${LLVM_NATIVE_ARCH}AsmPrinter63 #cmakedefine LLVM_NATIVE_DISASSEMBLER LLVMInitialize${LLVM_NATIVE_ARCH}Disassembler66 #cmakedefine LLVM_NATIVE_TARGET LLVMInitialize${LLVM_NATIVE_ARCH}Target69 #cmakedefine LLVM_NATIVE_TARGETINFO LLVMInitialize${LLVM_NATIVE_ARCH}TargetInfo72 #cmakedefine LLVM_NATIVE_TARGETMC LLVMInitialize${LLVM_NATIVE_ARCH}TargetMC
15 #define LLVM_NATIVE_ARCH X86 macro42 #define LLVM_NATIVE_ARCH ARM macro69 #define LLVM_NATIVE_ARCH Mips macro95 #define LLVM_NATIVE_ARCH AArch64 macro
54 #undef LLVM_NATIVE_ARCH
448 #undef LLVM_NATIVE_ARCH
72 list(FIND LLVM_TARGETS_TO_BUILD "${LLVM_NATIVE_ARCH}" have_native_backend)75 list(FIND LLVM_TARGETS_WITH_JIT "${LLVM_NATIVE_ARCH}" have_jit)86 list(APPEND link_components ${LLVM_NATIVE_ARCH})122 list(APPEND expanded_components "LLVM${LLVM_NATIVE_ARCH}CodeGen")123 if( TARGET LLVM${LLVM_NATIVE_ARCH}Desc )124 list(APPEND expanded_components "LLVM${LLVM_NATIVE_ARCH}Desc")126 if( TARGET LLVM${LLVM_NATIVE_ARCH}Info )127 list(APPEND expanded_components "LLVM${LLVM_NATIVE_ARCH}Info")
38 set(LLVM_NATIVE_ARCH @LLVM_NATIVE_ARCH@) variable
18 list(FIND LLVM_TARGETS_TO_BUILD "${LLVM_NATIVE_ARCH}" build_idx)19 list(FIND LLVM_TARGETS_WITH_JIT "${LLVM_NATIVE_ARCH}" jit_idx)
156 # Can't rely on LLVM_NATIVE_ARCH in cross-compilation.161 if("${LLVM_NATIVE_ARCH}" STREQUAL "X86")172 elseif("${LLVM_NATIVE_ARCH}" STREQUAL "PowerPC")179 elseif("${LLVM_NATIVE_ARCH}" STREQUAL "Mips")315 if("${LLVM_NATIVE_ARCH}" STREQUAL "Mips")
7 if( ( NOT WIN32 ) AND ( NOT "${LLVM_NATIVE_ARCH}" STREQUAL "ARM" ) )
2 if(NOT ${LLVM_NATIVE_ARCH} STREQUAL "Mips")
444 x86) LLVM_NATIVE_ARCH="X86" ;;445 x86_64) LLVM_NATIVE_ARCH="X86" ;;446 *) LLVM_NATIVE_ARCH="$llvm_cv_target_arch" ;;451 AC_SUBST(LLVM_NATIVE_ARCH,$LLVM_NATIVE_ARCH) subst1156 dnl If so, define LLVM_NATIVE_ARCH to that LLVM target.1158 if test "$a_target" = "$LLVM_NATIVE_ARCH"; then1159 AC_DEFINE_UNQUOTED(LLVM_NATIVE_ARCH, $LLVM_NATIVE_ARCH, definition1161 LLVM_NATIVE_TARGET="LLVMInitialize${LLVM_NATIVE_ARCH}Target"1162 LLVM_NATIVE_TARGETINFO="LLVMInitialize${LLVM_NATIVE_ARCH}TargetInfo"1163 LLVM_NATIVE_TARGETMC="LLVMInitialize${LLVM_NATIVE_ARCH}TargetMC"[all …]
246 AND NOT ${LLVM_NATIVE_ARCH} STREQUAL "PowerPC"247 AND NOT ${LLVM_NATIVE_ARCH} STREQUAL "Mips")
125 LLVM_NATIVE_ARCH := @LLVM_NATIVE_ARCH@
4199 x86) LLVM_NATIVE_ARCH="X86" ;;4200 x86_64) LLVM_NATIVE_ARCH="X86" ;;4201 *) LLVM_NATIVE_ARCH="$llvm_cv_target_arch" ;;4206 LLVM_NATIVE_ARCH=$LLVM_NATIVE_ARCH5687 if test "$a_target" = "$LLVM_NATIVE_ARCH"; then5693 LLVM_NATIVE_TARGET="LLVMInitialize${LLVM_NATIVE_ARCH}Target"5694 LLVM_NATIVE_TARGETINFO="LLVMInitialize${LLVM_NATIVE_ARCH}TargetInfo"5695 LLVM_NATIVE_TARGETMC="LLVMInitialize${LLVM_NATIVE_ARCH}TargetMC"5696 LLVM_NATIVE_ASMPRINTER="LLVMInitialize${LLVM_NATIVE_ARCH}AsmPrinter"5697 if test -f ${srcdir}/lib/Target/${LLVM_NATIVE_ARCH}/AsmParser/Makefile ; then[all …]
407 --native-target "${LLVM_NATIVE_ARCH}"
2022 +#define LLVM_NATIVE_ARCH X862049 +#define LLVM_NATIVE_ARCH ARM2076 +#define LLVM_NATIVE_ARCH Mips2102 +#define LLVM_NATIVE_ARCH AArch64