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

/external/swiftshader/third_party/LLVM/include/llvm/Config/
H A Dllvm-config.h.cmake53 #cmakedefine LLVM_NATIVE_ARCH ${LLVM_NATIVE_ARCH}
56 #cmakedefine LLVM_NATIVE_ASMPARSER LLVMInitialize${LLVM_NATIVE_ARCH}AsmParser
59 #cmakedefine LLVM_NATIVE_ASMPRINTER LLVMInitialize${LLVM_NATIVE_ARCH}AsmPrinter
62 #cmakedefine LLVM_NATIVE_TARGET LLVMInitialize${LLVM_NATIVE_ARCH}Target
65 #cmakedefine LLVM_NATIVE_TARGETINFO LLVMInitialize${LLVM_NATIVE_ARCH}TargetInfo
68 #cmakedefine LLVM_NATIVE_TARGETMC LLVMInitialize${LLVM_NATIVE_ARCH}TargetMC
H A Dllvm-config.h53 #define LLVM_NATIVE_ARCH X86 macro
H A Dllvm-config.h.in53 #undef LLVM_NATIVE_ARCH
H A Dconfig.h.cmake573 #cmakedefine LLVM_NATIVE_ARCH ${LLVM_NATIVE_ARCH}
576 #cmakedefine LLVM_NATIVE_ASMPARSER LLVMInitialize${LLVM_NATIVE_ARCH}AsmParser
579 #cmakedefine LLVM_NATIVE_ASMPRINTER LLVMInitialize${LLVM_NATIVE_ARCH}AsmPrinter
582 #cmakedefine LLVM_NATIVE_TARGET LLVMInitialize${LLVM_NATIVE_ARCH}Target
585 #cmakedefine LLVM_NATIVE_TARGETINFO LLVMInitialize${LLVM_NATIVE_ARCH}TargetInfo
588 #cmakedefine LLVM_NATIVE_TARGETMC LLVMInitialize${LLVM_NATIVE_ARCH}TargetMC
H A Dconfig.h573 #define LLVM_NATIVE_ARCH X86 macro
H A Dconfig.h.in571 #undef LLVM_NATIVE_ARCH
/external/llvm/include/llvm/Config/
H A 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
H A 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
/external/swiftshader/third_party/LLVM/include-android/llvm/Config/
H A Dllvm-config.h53 #define LLVM_NATIVE_ARCH X86 macro
H A Dconfig.h575 #define LLVM_NATIVE_ARCH X86 macro
/external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Config/
H A Dllvm-config.h53 #define LLVM_NATIVE_ARCH X86 macro
H A Dconfig.h569 #define LLVM_NATIVE_ARCH X86 macro
/external/swiftshader/third_party/LLVM/include-linux/llvm/Config/
H A Dllvm-config.h53 #define LLVM_NATIVE_ARCH X86 macro
H A Dconfig.h573 #define LLVM_NATIVE_ARCH X86 macro
/external/swiftshader/third_party/LLVM/include-osx/llvm/Config/
H A Dllvm-config.h53 #define LLVM_NATIVE_ARCH X86 macro
H A Dconfig.h573 #define LLVM_NATIVE_ARCH X86 macro
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Config/
H A Dllvm-config.h33 #define LLVM_NATIVE_ARCH X86 macro
H A Dconfig.h352 #define LLVM_NATIVE_ARCH X86 macro
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Config/
H A Dllvm-config.h33 #define LLVM_NATIVE_ARCH X86 macro
H A Dconfig.h352 #define LLVM_NATIVE_ARCH X86 macro
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Config/
H A Dllvm-config.h33 #define LLVM_NATIVE_ARCH X86 macro
H A Dconfig.h352 #define LLVM_NATIVE_ARCH X86 macro
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Config/
H A Dllvm-config.h33 #define LLVM_NATIVE_ARCH X86 macro
H A Dconfig.h352 #define LLVM_NATIVE_ARCH X86 macro
/external/swiftshader/third_party/LLVM/
H A Dconfigure3738 x86) LLVM_NATIVE_ARCH="X86" ;;
3739 x86_64) LLVM_NATIVE_ARCH="X86" ;;
3740 *) LLVM_NATIVE_ARCH="$llvm_cv_target_arch" ;;
5083 # If so, define LLVM_NATIVE_ARCH to that LLVM target.
5085 if test "$a_target" = "$LLVM_NATIVE_ARCH"; then
5088 #define LLVM_NATIVE_ARCH $LLVM_NATIVE_ARCH
5091 LLVM_NATIVE_TARGET="LLVMInitialize${LLVM_NATIVE_ARCH}Target"
5092 LLVM_NATIVE_TARGETINFO="LLVMInitialize${LLVM_NATIVE_ARCH}TargetInfo"
5093 LLVM_NATIVE_TARGETMC="LLVMInitialize${LLVM_NATIVE_ARCH}TargetM
[all...]

Completed in 136 milliseconds