Searched refs:llvm (Results 476 - 500 of 4004) sorted by relevance

<<11121314151617181920>>

/external/llvm/test/MC/Mips/
H A Dmicromips-alias.s1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o - \
2 # RUN: | llvm-readobj -t | FileCheck %s
/external/llvm/test/MC/Mips/msa/
H A Dtest_2r_msa64.s1 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa -show-encoding | FileCheck %s
H A Dtest_elm_insert_msa64.s1 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa -show-encoding | FileCheck %s
/external/llvm/test/MC/Sparc/
H A Dsparc-vis.s1 ! RUN: llvm-mc %s -arch=sparcv9 -mcpu=niagara -show-encoding | FileCheck %s
/external/llvm/test/MC/X86/AlignedBundling/
H A Dalign-mode-argument-error.s1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
H A Dbundle-lock-option-error.s1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
H A Drelax-at-bundle-end.s1 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - \
2 # RUN: | llvm-objdump -disassemble -no-show-raw-insn - | FileCheck %s
/external/llvm/tools/llvm-config/
H A DAndroid.mk6 # llvm-config command line tool
12 llvm-config.cpp
18 LOCAL_MODULE := llvm-config
47 include $(LLVM_ROOT_PATH)/llvm.mk
/external/llvm/tools/llvm-lto/
H A DAndroid.mk7 # llvm-lto command line tool
11 llvm-lto.cpp
67 LOCAL_MODULE := llvm-lto
78 include $(LLVM_ROOT_PATH)/llvm.mk
/external/llvm/tools/llvm-objdump/
H A DAndroid.mk7 # llvm-objdump command line tool
11 llvm-objdump.cpp \
54 LOCAL_MODULE := llvm-objdump
65 include $(LLVM_ROOT_PATH)/llvm.mk
/external/llvm/utils/
H A Dllvmgrep25 TOPDIR=`llvm-config --src-root`
/external/llvm/utils/unittest/UnitTestMain/
H A DTestMain.cpp10 #include "llvm/Config/config.h"
11 #include "llvm/Support/CommandLine.h"
12 #include "llvm/Support/Signals.h"
26 llvm::sys::PrintStackTraceOnErrorSignal();
28 llvm::cl::ParseCommandLineOptions(argc, argv);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp30 #include <llvm-c/Core.h>
31 #include <llvm/Target/TargetMachine.h>
32 #include <llvm/Target/TargetInstrInfo.h>
33 #include <llvm/Support/raw_ostream.h>
34 #include <llvm/Support/MemoryObject.h>
37 #include <llvm/Support/TargetRegistry.h>
39 #include <llvm/Target/TargetRegistry.h>
43 #include <llvm/Support/Host.h>
45 #include <llvm/System/Host.h>
49 #include <llvm/M
[all...]
/external/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.h15 #include "llvm-c/Disassembler.h"
18 namespace llvm namespace
48 uint64_t GetMCInst (const uint8_t *opcode_data, size_t opcode_data_len, lldb::addr_t pc, llvm::MCInst &mc_inst);
49 uint64_t PrintMCInst (llvm::MCInst &mc_inst, char *output_buffer, size_t out_buffer_len);
51 bool CanBranch (llvm::MCInst &mc_inst);
59 std::unique_ptr<llvm::MCContext> m_context_ap;
60 std::unique_ptr<llvm::MCAsmInfo> m_asm_info_ap;
61 std::unique_ptr<llvm::MCSubtargetInfo> m_subtarget_info_ap;
62 std::unique_ptr<llvm::MCInstrInfo> m_instr_info_ap;
63 std::unique_ptr<llvm
[all...]
/external/llvm/lib/Option/
H A DArg.cpp10 #include "llvm/Option/Arg.h"
11 #include "llvm/ADT/SmallString.h"
12 #include "llvm/ADT/Twine.h"
13 #include "llvm/Option/ArgList.h"
14 #include "llvm/Option/Option.h"
15 #include "llvm/Support/raw_ostream.h"
17 using namespace llvm;
18 using namespace llvm::opt;
48 llvm::errs() << "<";
50 llvm
[all...]
/external/clang/include/clang/Driver/
H A DDriver.h18 #include "llvm/ADT/StringMap.h"
19 #include "llvm/ADT/StringRef.h"
20 #include "llvm/ADT/Triple.h"
21 #include "llvm/Support/Path.h" // FIXME: Kill when CompilationInfo
28 namespace llvm { namespace
52 llvm::opt::OptTable *Opts;
125 typedef SmallVector<std::pair<types::ID, const llvm::opt::Arg *>, 16>
180 mutable llvm::StringMap<ToolChain *> ToolChains;
185 llvm::opt::DerivedArgList *
186 TranslateInputArgs(const llvm
[all...]
/external/clang/tools/driver/
H A Ddriver.cpp24 #include "llvm/ADT/ArrayRef.h"
25 #include "llvm/ADT/STLExtras.h"
26 #include "llvm/ADT/SmallString.h"
27 #include "llvm/ADT/SmallVector.h"
28 #include "llvm/Config/llvm-config.h"
29 #include "llvm/Option/ArgList.h"
30 #include "llvm/Option/OptTable.h"
31 #include "llvm/Option/Option.h"
32 #include "llvm/Suppor
[all...]
/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h21 #include "llvm/ADT/FoldingSet.h"
24 namespace llvm { namespace
76 llvm::Type *TypeData; // isDirect() || isExtend()
77 llvm::Type *PaddingType;
99 static ABIArgInfo getDirect(llvm::Type *T = nullptr, unsigned Offset = 0,
100 llvm::Type *Padding = nullptr) {
107 static ABIArgInfo getDirectInReg(llvm::Type *T = nullptr) {
112 static ABIArgInfo getExtend(llvm::Type *T = nullptr) {
118 static ABIArgInfo getExtendInReg(llvm::Type *T = nullptr) {
128 llvm
[all...]
/external/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp24 #include "llvm/IR/CallSite.h"
88 llvm::Value *BaseValue,
91 llvm::Value *Offset) {
94 llvm::Type *LTy = CGF.CGM.getTypes().ConvertTypeForMem(IvarTy);
95 llvm::Value *V = CGF.Builder.CreateBitCast(BaseValue, CGF.Int8PtrTy);
99 V = CGF.Builder.CreateBitCast(V, llvm::PointerType::getUnqual(LTy));
125 llvm::RoundUpToAlignment(BitOffset + BitFieldSize, AlignmentBits));
140 llvm::Type::getIntNPtrTy(CGF.getLLVMContext(),
151 llvm::BasicBlock *Block;
152 llvm
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_misc.h34 #include <llvm-c/ExecutionEngine.h>
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_llvm.h8 #include <llvm-c/Core.h>
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPU.h14 #include "llvm/Support/TargetRegistry.h"
15 #include "llvm/Target/TargetMachine.h"
17 namespace llvm { namespace
33 } // End namespace llvm
H A DAMDGPUAsmPrinter.h17 #include "llvm/CodeGen/AsmPrinter.h"
19 namespace llvm { namespace
41 } // End anonymous llvm
H A DAMDILSIDevice.cpp14 using namespace llvm;
H A DAMDILSIDevice.h22 namespace llvm { namespace
44 } // namespace llvm

Completed in 4999 milliseconds

<<11121314151617181920>>